4. DOM
base
href
target
1  | enum DocumentReadyState { "loading", "interactive", "complete" };  | 
7. scripts
11. Obsolete features
11.1 Warnings
- obsolete permitted DOCTYPE
 - border of ‘img’ when value=”0” [other situation is Non-conforming features] (use CSS instead)
 - language=JavaScript and no type=”text/JavaScript”
 - name on element and value is no empty String
 - maxLength when input type=”number”
 - size when input type=”number”
 
11.2 Non-conforming features
- Element
 - Attribute
 
11.3 Requirements for implementations
- applet
 - marquee (slides effect use CSS animation instead)
 - frame
 - Application cache
 - Others
 
12. IANA considerations
1  | IANA:  |