summaryrefslogtreecommitdiff
path: root/Docs/TODO-HTML
blob: 66717dc853e7b837ac6784a669e9f2fd6c0f8a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
$Id: TODO-HTML,v 1.3 2003/07/07 22:10:51 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, 
	row spanning (only rowspan=0 needs implementing)
	column spanning (only colspan=0 needs implementing)    
	
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.