[html5] r3398 - [e] (0) work in some consistency in the ways of referencing HTML4.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 13 18:03:51 PDT 2009
Author: ianh
Date: 2009-07-13 18:03:49 -0700 (Mon, 13 Jul 2009)
New Revision: 3398
Modified:
index
source
Log:
[e] (0) work in some consistency in the ways of referencing HTML4.
Modified: index
===================================================================
--- index 2009-07-14 01:01:28 UTC (rev 3397)
+++ index 2009-07-14 01:03:49 UTC (rev 3398)
@@ -159,7 +159,7 @@
<li><a href=#compliance-with-other-specifications><span class=secno>1.5.2 </span>Compliance with other specifications</a></ol></li>
<li><a href=#relationships-to-other-specifications><span class=secno>1.6 </span>Relationships to other specifications</a>
<ol>
- <li><a href=#relationship-to-html-4.01-and-dom2-html><span class=secno>1.6.1 </span>Relationship to HTML 4.01 and DOM2 HTML</a></li>
+ <li><a href=#relationship-to-html 4.01-and-dom2-html><span class=secno>1.6.1 </span>Relationship to HTML 4.01 and DOM2 HTML</a></li>
<li><a href=#relationship-to-xhtml-1.x><span class=secno>1.6.2 </span>Relationship to XHTML 1.x</a></ol></li>
<li><a href=#html-vs-xhtml><span class=secno>1.7 </span>HTML vs XHTML</a></li>
<li><a href=#structure-of-this-specification><span class=secno>1.8 </span>Structure of this specification</a>
@@ -1120,7 +1120,7 @@
<p><i>This section is non-normative.</i></p>
<p>Work on HTML 5 originally started in late 2003, as a proof
- of concept to show that it was possible to extend HTML4's forms to
+ of concept to show that it was possible to extend HTML 4's forms to
provide many of the features that XForms 1.0 introduced, without
requiring browsers to implement rendering engines that were
incompatible with existing HTML Web pages. At this early stage,
@@ -1207,7 +1207,7 @@
<h3 id=relationships-to-other-specifications><span class=secno>1.6 </span>Relationships to other specifications</h3>
- <h4 id=relationship-to-html-4.01-and-dom2-html><span class=secno>1.6.1 </span>Relationship to HTML 4.01 and DOM2 HTML</h4>
+ <h4 id=relationship-to-html 4.01-and-dom2-html><span class=secno>1.6.1 </span>Relationship to HTML 4.01 and DOM2 HTML</h4>
<p><i>This section is non-normative.</i></p>
@@ -1215,7 +1215,7 @@
and its associated DOM API.</p>
<p>The requirements in this specification for features that were
- already in HTML4 and DOM2 HTML are based primarily on the
+ already in HTML 4 and DOM2 HTML are based primarily on the
implementation and deployment experience collected over the past ten
years. Some features have been removed from the language, based on
best current practices; implementation requirements for some of
@@ -1225,7 +1225,7 @@
<p>A separate document has been published by the W3C HTML working
group to provide a more detailed reference of the differences
- between this specification and the language described in the HTML 4
+ between this specification and the language described in the HTML 4
specification. <a href=#refsHTMLDIFF>[HTMLDIFF]</a></p>
@@ -58575,8 +58575,8 @@
close resemblance to SGML and XML, it is a separate language with
its own parsing rules.</p>
- <p>Some earlier versions of HTML (in particular from HTML2 to
- HTML4) were based on SGML and used SGML parsing rules. However, few
+ <p>Some earlier versions of HTML (in particular from HTML 2 to
+ HTML 4) were based on SGML and used SGML parsing rules. However, few
(if any) web browsers ever implemented true SGML parsing for HTML
documents; the only user agents to strictly handle HTML as an SGML
application have historically been validators. The resulting
@@ -61362,7 +61362,7 @@
identifier, or system identifier, switch to a conformance checking
mode for another language (e.g. based on the DOCTYPE token a
conformance checker could recognize that the document is an
- HTML4-era document, and defer to an HTML4 conformance
+ HTML 4-era document, and defer to an HTML 4 conformance
checker.)</p>
<p>Append a <code>DocumentType</code> node to the
@@ -70029,7 +70029,7 @@
<h4 id=warnings-for-obsolete-but-conforming-features><span class=secno>12.1.1 </span>Warnings for obsolete but conforming features</h4>
- <p>To ease the transition from HTML4 Transitional documents to the
+ <p>To ease the transition from HTML 4 Transitional documents to the
language defined in <em>this</em> specification, and to discourage
certain features that are only allowed in very few circumstances,
conformance checkers are required to warn the user when the
Modified: source
===================================================================
--- source 2009-07-14 01:01:28 UTC (rev 3397)
+++ source 2009-07-14 01:03:49 UTC (rev 3398)
@@ -97,7 +97,7 @@
<p><i>This section is non-normative.</i></p>
<p>Work on HTML 5 originally started in late 2003, as a proof
- of concept to show that it was possible to extend HTML4's forms to
+ of concept to show that it was possible to extend HTML 4's forms to
provide many of the features that XForms 1.0 introduced, without
requiring browsers to implement rendering engines that were
incompatible with existing HTML Web pages. At this early stage,
@@ -186,7 +186,7 @@
<h3>Relationships to other specifications</h3>
- <h4>Relationship to HTML 4.01 and DOM2 HTML</h4>
+ <h4>Relationship to HTML 4.01 and DOM2 HTML</h4>
<p><i>This section is non-normative.</i></p>
@@ -194,7 +194,7 @@
and its associated DOM API.</p>
<p>The requirements in this specification for features that were
- already in HTML4 and DOM2 HTML are based primarily on the
+ already in HTML 4 and DOM2 HTML are based primarily on the
implementation and deployment experience collected over the past ten
years. Some features have been removed from the language, based on
best current practices; implementation requirements for some of
@@ -206,7 +206,7 @@
<p>A separate document has been published by the W3C HTML working
group to provide a more detailed reference of the differences
- between this specification and the language described in the HTML 4
+ between this specification and the language described in the HTML 4
specification. <a href="#refsHTMLDIFF">[HTMLDIFF]</a></p>
@@ -72070,8 +72070,8 @@
close resemblance to SGML and XML, it is a separate language with
its own parsing rules.</p>
- <p>Some earlier versions of HTML (in particular from HTML2 to
- HTML4) were based on SGML and used SGML parsing rules. However, few
+ <p>Some earlier versions of HTML (in particular from HTML 2 to
+ HTML 4) were based on SGML and used SGML parsing rules. However, few
(if any) web browsers ever implemented true SGML parsing for HTML
documents; the only user agents to strictly handle HTML as an SGML
application have historically been validators. The resulting
@@ -75273,7 +75273,7 @@
identifier, or system identifier, switch to a conformance checking
mode for another language (e.g. based on the DOCTYPE token a
conformance checker could recognize that the document is an
- HTML4-era document, and defer to an HTML4 conformance
+ HTML 4-era document, and defer to an HTML 4 conformance
checker.)</p>
<p>Append a <code>DocumentType</code> node to the
@@ -82589,7 +82589,7 @@
<h4>Warnings for obsolete but conforming features</h4>
- <p>To ease the transition from HTML4 Transitional documents to the
+ <p>To ease the transition from HTML 4 Transitional documents to the
language defined in <em>this</em> specification, and to discourage
certain features that are only allowed in very few circumstances,
conformance checkers are required to warn the user when the
More information about the Commit-Watchers
mailing list