Skip to content

Commit

Permalink
[e] (0) work in some consistency in the ways of referencing HTML4.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3398 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 14, 2009
1 parent 48b3445 commit 7759592
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions index
Expand Up @@ -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&nbsp;4.01-and-dom2-html><span class=secno>1.6.1 </span>Relationship to HTML&nbsp;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>
Expand Down Expand Up @@ -1120,7 +1120,7 @@
<p><i>This section is non-normative.</i></p>

<p>Work on HTML&nbsp;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&nbsp;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,
Expand Down Expand Up @@ -1207,15 +1207,15 @@

<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&nbsp;4.01-and-dom2-html><span class=secno>1.6.1 </span>Relationship to HTML&nbsp;4.01 and DOM2 HTML</h4>

<p><i>This section is non-normative.</i></p>

<p>This specification describes a new revision of the HTML language
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&nbsp;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
Expand All @@ -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&nbsp;4
specification. <a href=#refsHTMLDIFF>[HTMLDIFF]</a></p>


Expand Down Expand Up @@ -58575,8 +58575,8 @@ interface <dfn id=messageport>MessagePort</dfn> {
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&nbsp;2 to
HTML&nbsp;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
Expand Down Expand Up @@ -61362,7 +61362,7 @@ document.body.appendChild(text);
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&nbsp;4-era document, and defer to an HTML&nbsp;4 conformance
checker.)</p>

<p>Append a <code>DocumentType</code> node to the
Expand Down Expand Up @@ -70029,7 +70029,7 @@ time:empty { binding: <i title="">time</i>; }</pre>

<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&nbsp;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
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -97,7 +97,7 @@
<p><i>This section is non-normative.</i></p>

<p>Work on HTML&nbsp;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&nbsp;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,
Expand Down Expand Up @@ -186,15 +186,15 @@

<h3>Relationships to other specifications</h3>

<h4>Relationship to HTML 4.01 and DOM2 HTML</h4>
<h4>Relationship to HTML&nbsp;4.01 and DOM2 HTML</h4>

<p><i>This section is non-normative.</i></p>

<p>This specification describes a new revision of the HTML language
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&nbsp;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
Expand All @@ -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&nbsp;4
specification. <a href="#refsHTMLDIFF">[HTMLDIFF]</a></p>


Expand Down Expand Up @@ -72070,8 +72070,8 @@ interface <dfn>MessagePort</dfn> {
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&nbsp;2 to
HTML&nbsp;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
Expand Down Expand Up @@ -75273,7 +75273,7 @@ document.body.appendChild(text);
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&nbsp;4-era document, and defer to an HTML&nbsp;4 conformance
checker.)</p>

<p>Append a <code>DocumentType</code> node to the
Expand Down Expand Up @@ -82589,7 +82589,7 @@ time:empty { binding: <i title="">time</i>; }</pre>

<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&nbsp;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
Expand Down

0 comments on commit 7759592

Please sign in to comment.