2003-06-01 05:02:29 +04:00
|
|
|
$Id: TODO-HTML,v 1.2 2003/06/01 01:02:29 jmb Exp $
|
2003-05-31 22:39:35 +04:00
|
|
|
|
|
|
|
TODO-HTML file for NetSurf.
|
|
|
|
|
|
|
|
This list is the result of running NetSurf through the
|
|
|
|
w3.org HTML 4.01 compliance test-suite and therefore
|
|
|
|
only cover deficiencies in the HTML rendering implementation.
|
|
|
|
|
|
|
|
See TODO-CSS for CSS related TODOs.
|
|
|
|
|
|
|
|
Text Formatting:
|
|
|
|
|
|
|
|
<PRE> tag
|
|
|
|
<CITE>, <DFN>, <CODE>, <SAMP>, <KBD>,
|
|
|
|
<VAR>, <ABBR> and <ACRONYM> tags
|
|
|
|
<Q> tag
|
|
|
|
|
|
|
|
Lists
|
|
|
|
<LI>
|
|
|
|
<OL>,<UL>
|
|
|
|
|
|
|
|
Tables:
|
|
|
|
Borders,
|
2003-06-01 05:02:29 +04:00
|
|
|
row spanning
|
|
|
|
column spanning (only colspan=0 needs implementing)
|
|
|
|
|
2003-05-31 22:39:35 +04:00
|
|
|
Images:
|
|
|
|
display ALT text,
|
|
|
|
MAP,
|
|
|
|
AREA
|
|
|
|
|
|
|
|
<OBJECT>, <EMBED> and <APPLET> tags
|
|
|
|
|
|
|
|
Forms:
|
|
|
|
<SELECT> - size attribute, multiple selections
|
|
|
|
<TEXTAREA> - implement it properly (use nested wimp?)
|
|
|
|
Tabbing between input values
|
|
|
|
"disabled" attribute
|
|
|
|
POST method support
|
|
|
|
|
|
|
|
Frames:
|
|
|
|
Actually support them. NetSurf passes the test suite's
|
|
|
|
single test for non-frames-supporting browsers.
|