Commit Graph

109 Commits

Author SHA1 Message Date
Michael Drake 1c1c7d4332 [project @ 2006-03-26 23:41:55 by tlsa]
Give PRE a bottom margin of 0.5em by default.

svn path=/import/netsurf/; revision=2190
2006-03-26 23:41:55 +00:00
Michael Drake 63bcda7110 [project @ 2005-11-21 20:46:21 by tlsa]
Align attribute on table rows and cells affects block level elements.

svn path=/import/netsurf/; revision=1882
2005-11-21 20:46:21 +00:00
Michael Drake 823c0fd52f [project @ 2005-11-14 17:51:38 by tlsa]
Add rule for hr[noshade].

svn path=/import/netsurf/; revision=1878
2005-11-14 17:51:38 +00:00
Michael Drake 005c5f32a8 [project @ 2005-08-29 13:58:33 by tlsa]
Update default HR style.

svn path=/import/netsurf/; revision=1855
2005-08-29 13:58:33 +00:00
James Bursa 6c597c302d [project @ 2005-08-07 21:31:02 by bursa]
Place a border around frames.

svn path=/import/netsurf/; revision=1844
2005-08-07 21:31:02 +00:00
Michael Drake 6e911d924e [project @ 2005-05-24 21:07:52 by tlsa]
Remove border from input images.

svn path=/import/netsurf/; revision=1738
2005-05-24 21:07:52 +00:00
Richard Wilson 04ac7d63f9 [project @ 2005-05-11 00:54:56 by rjw]
Remove redundant code. Improve rendering of hr elements.

svn path=/import/netsurf/; revision=1717
2005-05-11 00:54:56 +00:00
Michael Drake 808298b242 [project @ 2005-04-26 13:36:21 by tlsa]
Increase default cellspacing to 2px and provide 1px default cellpadding.

svn path=/import/netsurf/; revision=1685
2005-04-26 13:36:21 +00:00
Michael Drake 53d959cfda [project @ 2005-03-24 00:36:33 by tlsa]
Give tables a one pixel default cellspacing.

svn path=/import/netsurf/; revision=1578
2005-03-24 00:36:33 +00:00
Michael Drake a86fc14128 [project @ 2005-03-23 23:22:48 by tlsa]
Revert last checkin.

svn path=/import/netsurf/; revision=1577
2005-03-23 23:22:48 +00:00
Michael Drake 4bdb8b3234 [project @ 2005-03-23 22:43:16 by tlsa]
Position aligned tables with margins.

svn path=/import/netsurf/; revision=1576
2005-03-23 22:43:16 +00:00
Michael Drake f2f9703ae0 [project @ 2005-03-17 23:13:45 by tlsa]
Temporary hack to distinguish list items.

svn path=/import/netsurf/; revision=1538
2005-03-17 23:13:45 +00:00
James Bursa 34614fdad9 [project @ 2005-01-13 20:24:36 by bursa]
Remove "center > * > *" rule (no longer required since inherit is fully implemented).

svn path=/import/netsurf/; revision=1445
2005-01-13 20:24:36 +00:00
Michael Drake 49ef7f8d26 [project @ 2005-01-13 00:11:41 by tlsa]
TD and TH use vertical-align: inherit.  Update welcome page.

svn path=/import/netsurf/; revision=1443
2005-01-13 00:11:41 +00:00
Richard Wilson 7623444f4e [project @ 2005-01-11 14:20:54 by rjw]
Add missing CSS terminators

svn path=/import/netsurf/; revision=1440
2005-01-11 14:20:54 +00:00
Richard Wilson 18407adb7a [project @ 2005-01-10 21:43:57 by rjw]
Fix for CSS rules

svn path=/import/netsurf/; revision=1438
2005-01-10 21:43:57 +00:00
Richard Wilson 7b1c6c0ea8 [project @ 2005-01-10 21:35:33 by rjw]
Vertical alignment for table cells

svn path=/import/netsurf/; revision=1437
2005-01-10 21:35:34 +00:00
Richard Wilson 435fbce542 [project @ 2004-11-23 18:32:28 by rjw]
Fix for form images having an incorrect background colour (thanks should go to tlsa)

svn path=/import/netsurf/; revision=1372
2004-11-23 18:32:28 +00:00
Michael Drake 7209b0e921 [project @ 2004-10-19 22:31:25 by tlsa]
Change default colours for some form elements.

svn path=/import/netsurf/; revision=1328
2004-10-19 22:31:25 +00:00
James Bursa f0643f4a35 [project @ 2004-10-17 21:01:35 by bursa]
More border-styles now implemented.

svn path=/import/netsurf/; revision=1311
2004-10-17 21:01:35 +00:00
James Bursa 9e1dbe3a36 [project @ 2004-08-01 13:08:18 by bursa]
More work on overflow. Modify block centering to left-align when insufficient space. Fix caret positioning for form controls with padding.

svn path=/import/netsurf/; revision=1171
2004-08-01 13:08:19 +00:00
John Mark Bell 8e650e3e39 [project @ 2004-07-30 23:40:00 by jmb]
Rework stylesheet fetching code to remove dependence on magic numbers (now uses
values defined in html.h)
Make ad blocking optional.

svn path=/import/netsurf/; revision=1168
2004-07-30 23:40:01 +00:00
John Mark Bell d601aa7188 [project @ 2004-07-30 21:53:52 by jmb]
Implement some CSS3 attribute selectors

svn path=/import/netsurf/; revision=1167
2004-07-30 21:53:52 +00:00
John Mark Bell 9625de73bb [project @ 2004-07-25 01:27:16 by jmb]
Fix for Google front page.
There must be a way of doing this which is more generic (otherwise it'll break again under more complex circumstances)

svn path=/import/netsurf/; revision=1140
2004-07-25 01:27:16 +00:00
James Bursa bd86e2be69 [project @ 2004-07-23 16:16:51 by bursa]
Clean up and re-order to HTML specification order. Add a few elements and attributes.

svn path=/import/netsurf/; revision=1139
2004-07-23 16:16:51 +00:00
James Bursa 8da6079f6f [project @ 2004-05-03 22:05:40 by bursa]
Implement dragging files into <input type="file" ...>.

svn path=/import/netsurf/; revision=821
2004-05-03 22:05:40 +00:00
James Bursa 7a06e57bb2 [project @ 2004-04-24 23:44:06 by bursa]
Add table[align=center].

svn path=/import/netsurf/; revision=802
2004-04-24 23:44:06 +00:00
James Bursa ba507a8619 [project @ 2004-04-21 21:37:32 by bursa]
Change dimensions of radio and checkboxes to em.

svn path=/import/netsurf/; revision=797
2004-04-21 21:37:32 +00:00
James Bursa dc937fe9ba [project @ 2004-04-18 15:19:53 by bursa]
Implement <br> properly by adding BOX_BR; fix box tree normalisation bugs.

svn path=/import/netsurf/; revision=791
2004-04-18 15:19:53 +00:00
James Bursa 897ecd8e1b [project @ 2004-04-12 21:12:50 by bursa]
Add margins for a few elements.

svn path=/import/netsurf/; revision=765
2004-04-12 21:12:50 +00:00
James Bursa 9628b9102c [project @ 2004-04-12 00:00:47 by bursa]
Rewrite block context layout, implementing collapsing and negative margins and margins for tables.

svn path=/import/netsurf/; revision=754
2004-04-12 00:00:47 +00:00
James Bursa 18cfe064be [project @ 2004-04-02 18:13:23 by bursa]
Experimental work on frames.

svn path=/import/netsurf/; revision=703
2004-04-02 18:13:23 +00:00
Michael Drake 9bf9d64089 [project @ 2004-03-25 22:29:33 by tlsa]
Give text input and text area form items a RISC OS style

svn path=/import/netsurf/; revision=668
2004-03-25 22:29:33 +00:00
Michael Drake e944d395e0 [project @ 2004-03-24 10:26:48 by tlsa]
Centre text on buttons.

svn path=/import/netsurf/; revision=661
2004-03-24 10:26:48 +00:00
John Mark Bell bf46c363de [project @ 2004-03-22 01:38:09 by jmb]
Make form elements 3d.

svn path=/import/netsurf/; revision=653
2004-03-22 01:38:09 +00:00
James Bursa 2c757c1e79 [project @ 2004-03-22 00:36:53 by bursa]
Implement most of CSS borders.

svn path=/import/netsurf/; revision=650
2004-03-22 00:36:53 +00:00
James Bursa a678c8a6c7 [project @ 2004-03-14 22:50:55 by bursa]
Reduce input height.

svn path=/import/netsurf/; revision=623
2004-03-14 22:50:55 +00:00
James Bursa 919805da51 [project @ 2004-02-20 00:42:36 by bursa]
Partial implementation of collapsing margins.

svn path=/import/netsurf/; revision=561
2004-02-20 00:42:36 +00:00
John Mark Bell 3d17484046 [project @ 2004-02-02 01:38:54 by jmb]
Indent list items

svn path=/import/netsurf/; revision=530
2004-02-02 01:38:54 +00:00
Michael Drake db56133900 [project @ 2004-01-28 23:49:56 by tlsa]
Change default CSS file.  pre now monospaced plus other minor changes

svn path=/import/netsurf/; revision=517
2004-01-28 23:49:56 +00:00
John Mark Bell 1ee029cee6 [project @ 2004-01-28 21:48:10 by jmb]
Add font-family support. Still needs a little work, but works fine as is.
Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.)
Update TODO lists.

svn path=/import/netsurf/; revision=514
2004-01-28 21:48:10 +00:00
John Mark Bell 49ff405d45 [project @ 2004-01-26 01:24:32 by jmb]
Add rules for <u>, <s>, <ins> and <del>

svn path=/import/netsurf/; revision=506
2004-01-26 01:24:32 +00:00
John Mark Bell caac2628a7 [project @ 2003-10-23 00:09:16 by jmb]
Enable logging into sites which require Basic Authentication
Has a couple of issues:
	1) Opens the page in the first window in the list
	2) Doesn't save the login details so you have to log in to each page.
	3) The call to ro_gui_401login_open shouldn't be there.

svn path=/import/netsurf/; revision=372
2003-10-23 00:09:17 +00:00
John Mark Bell 6ac3166271 [project @ 2003-10-17 23:59:23 by jmb]
Whoops. Fix CSS default so a:link really is underlined instead of
stricken (as earlier). Also lose LOGging from htmlredraw.c

svn path=/import/netsurf/; revision=369
2003-10-17 23:59:23 +00:00
John Mark Bell c97107af5c [project @ 2003-10-17 23:47:13 by jmb]
Add text-decoration support. Overline needs work. a:link defaults to
being underlined.

svn path=/import/netsurf/; revision=368
2003-10-17 23:47:13 +00:00
James Bursa 13d6923b5e [project @ 2003-10-17 17:39:29 by bursa]
Implement :link, ignore stylesheets with syntax errors, parse pseudo classes.

svn path=/import/netsurf/; revision=367
2003-10-17 17:39:29 +00:00
James Bursa 7569235a26 [project @ 2003-10-10 18:47:04 by bursa]
Add font[size] selectors.

svn path=/import/netsurf/; revision=362
2003-10-10 18:47:04 +00:00
John Mark Bell 16746b0151 [project @ 2003-10-08 20:48:46 by jmb]
Make cursor keys work in text areas

svn path=/import/netsurf/; revision=352
2003-10-08 20:48:46 +00:00
James Bursa 01e2426b49 [project @ 2003-10-07 21:41:55 by bursa]
Implementing a new CSS property overview.

svn path=/import/netsurf/; revision=349
2003-10-07 21:41:55 +00:00
James Bursa 92d5404afa [project @ 2003-10-01 22:48:02 by bursa]
clear only applies to br.

svn path=/import/netsurf/; revision=340
2003-10-01 22:48:02 +00:00
James Bursa fd7078b1ad [project @ 2003-09-28 17:37:43 by bursa]
Implement CSS specificity and fix bugs.

svn path=/import/netsurf/; revision=329
2003-09-28 17:37:43 +00:00
James Bursa 311c488f5a [project @ 2003-09-26 23:22:00 by bursa]
Implement button element and more work on input element.

svn path=/import/netsurf/; revision=322
2003-09-26 23:22:00 +00:00
James Bursa 5363548052 [project @ 2003-09-21 22:47:08 by bursa]
Implement display: inline-block and work on textarea.

svn path=/import/netsurf/; revision=307
2003-09-21 22:47:08 +00:00
James Bursa 4aadb2d013 [project @ 2003-09-19 23:36:17 by bursa]
Start converting forms to use CSS properly.

svn path=/import/netsurf/; revision=305
2003-09-19 23:36:17 +00:00
James Bursa f185bb4d0d [project @ 2003-09-09 21:43:44 by bursa]
Display image alt text while it loads.

svn path=/import/netsurf/; revision=278
2003-09-09 21:43:44 +00:00
James Bursa 0226e529e6 [project @ 2003-07-09 22:06:28 by bursa]
Make <center> block.

svn path=/import/netsurf/; revision=214
2003-07-09 22:06:28 +00:00
James Bursa 09b1ede5a3 [project @ 2003-04-15 17:53:00 by bursa]
Inline images and related.

svn path=/import/netsurf/; revision=125
2003-04-15 17:53:00 +00:00
James Bursa 63b6455f73 [project @ 2003-04-13 12:50:10 by bursa]
style element, CSS fixes, id selectors.

svn path=/import/netsurf/; revision=124
2003-04-13 12:50:10 +00:00
James Bursa 230cb5f01f [project @ 2003-04-09 21:57:09 by bursa]
Table layout fixes, allowed type list.

svn path=/import/netsurf/; revision=119
2003-04-09 21:57:09 +00:00