[html5] r8476 - [e] (0) Avoid misuse of 'must' in note (parser section) Affected topics: HTML Sy [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 8 16:45:23 PST 2014
Author: ianh
Date: 2014-02-08 16:45:22 -0800 (Sat, 08 Feb 2014)
New Revision: 8476
Modified:
complete.html
index
source
Log:
[e] (0) Avoid misuse of 'must' in note (parser section)
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-02-08 00:31:12 UTC (rev 8475)
+++ complete.html 2014-02-09 00:45:22 UTC (rev 8476)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 February 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 February 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -85804,7 +85804,8 @@
the local file system). The bytes encode the actual characters according to a particular
<i>character encoding</i>, which the user agent uses to decode the bytes into characters.</p>
- <p class=note>For XML documents, the algorithm user agents must use to determine the character
+<!--CLEANUP-->
+ <p class=note>For XML documents, the algorithm user agents are required to use to determine the character
encoding is given by the XML specification. This section does not apply to XML documents. <a href=#refsXML>[XML]</a></p>
<p>Usually, the <a href=#encoding-sniffing-algorithm>encoding sniffing algorithm</a> defined below is used to determine the
Modified: index
===================================================================
--- index 2014-02-08 00:31:12 UTC (rev 8475)
+++ index 2014-02-09 00:45:22 UTC (rev 8476)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 8 February 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 9 February 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -85804,7 +85804,8 @@
the local file system). The bytes encode the actual characters according to a particular
<i>character encoding</i>, which the user agent uses to decode the bytes into characters.</p>
- <p class=note>For XML documents, the algorithm user agents must use to determine the character
+<!--CLEANUP-->
+ <p class=note>For XML documents, the algorithm user agents are required to use to determine the character
encoding is given by the XML specification. This section does not apply to XML documents. <a href=#refsXML>[XML]</a></p>
<p>Usually, the <a href=#encoding-sniffing-algorithm>encoding sniffing algorithm</a> defined below is used to determine the
Modified: source
===================================================================
--- source 2014-02-08 00:31:12 UTC (rev 8475)
+++ source 2014-02-09 00:45:22 UTC (rev 8476)
@@ -95494,7 +95494,8 @@
the local file system). The bytes encode the actual characters according to a particular
<i>character encoding</i>, which the user agent uses to decode the bytes into characters.</p>
- <p class="note">For XML documents, the algorithm user agents must use to determine the character
+<!--CLEANUP-->
+ <p class="note">For XML documents, the algorithm user agents are required to use to determine the character
encoding is given by the XML specification. This section does not apply to XML documents. <a
href="#refsXML">[XML]</a></p>
More information about the Commit-Watchers
mailing list