summaryrefslogtreecommitdiff
path: root/Docs/TODO-HTML
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/TODO-HTML')
-rw-r--r--Docs/TODO-HTML43
1 files changed, 43 insertions, 0 deletions
diff --git a/Docs/TODO-HTML b/Docs/TODO-HTML
new file mode 100644
index 000000000..5c05a3616
--- /dev/null
+++ b/Docs/TODO-HTML
@@ -0,0 +1,43 @@
+$Id: TODO-HTML,v 1.1 2003/05/31 18:39:35 jmb Exp $
+
+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,
+ cell widths?, - Can't tell if we do these
+ row/column spanning? - without borders displayed
+
+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. \ No newline at end of file