1- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional //EN">
1+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 //EN">
22<html lang="en">
3- <!-- $Id: conform.src,v 2.64 2005-05-26 16:11:47 bbos Exp $ -->
3+ <!-- $Id: conform.src,v 2.65 2005-08-27 09:25:58 ihickson Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -260,7 +260,7 @@ specification.
260260<p>Here is an example of a source document written in HTML:
261261
262262<PRE>
263- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 //EN">
263+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 //EN">
264264<HTML>
265265 <TITLE>My home page</TITLE>
266266 <BODY>
@@ -282,7 +282,7 @@ specification.
282282<P><IMG src="images/doctree.png" alt="Sample document tree"></p>
283283</div>
284284
285- <P>According to the definition of HTML 4.0 , HEAD elements will be
285+ <P>According to the definition of HTML 4, HEAD elements will be
286286inferred during parsing and become part of the document tree even if
287287the "head" tags are not in the document source. Similarly, the parser
288288knows where the P and LI elements end, even though there are no
@@ -341,7 +341,7 @@ property's definition and the rules of <a
341341href="cascade.html">cascading and inheritance</a>.
342342
343343<li>If the source document comes with alternate style sheet sets (such as
344- with the "alternate" keyword in HTML 4.0 [[-HTML40 ]]), the UA must
344+ with the "alternate" keyword in HTML 4 [[-HTML4 ]]), the UA must
345345allow the user to select which style sheet set the UA should apply.
346346
347347<li>The UA must allow the user to turn off the influence of author style sheets.
0 commit comments