[html5] r4413 - [e] (0) rfc2119 misuse Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8079
whatwg at whatwg.org
whatwg at whatwg.org
Mon Dec 7 09:31:18 PST 2009
Author: ianh
Date: 2009-12-07 09:31:11 -0800 (Mon, 07 Dec 2009)
New Revision: 4413
Modified:
complete.html
index
source
Log:
[e] (0) rfc2119 misuse
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8079
Modified: complete.html
===================================================================
--- complete.html 2009-12-07 10:23:15 UTC (rev 4412)
+++ complete.html 2009-12-07 17:31:11 UTC (rev 4413)
@@ -11177,8 +11177,8 @@
document. This is a <a href=#character-encoding-declaration>character encoding declaration</a>. If
the attribute is present in an <a href=#xml-documents title="XML documents">XML
document</a>, its value must be an <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> match for the string "<code title="">UTF-8</code>" (and the document is therefore required to
- use UTF-8 as its encoding).</p>
+ case-insensitive</a> match for the string "<code title="">UTF-8</code>" (and the document is therefore forced to use
+ UTF-8 as its encoding).</p>
<p class=note>The <code title=attr-meta-charset><a href=#attr-meta-charset>charset</a></code>
attribute on the <code><a href=#meta>meta</a></code> element has no effect in XML
Modified: index
===================================================================
--- index 2009-12-07 10:23:15 UTC (rev 4412)
+++ index 2009-12-07 17:31:11 UTC (rev 4413)
@@ -11014,8 +11014,8 @@
document. This is a <a href=#character-encoding-declaration>character encoding declaration</a>. If
the attribute is present in an <a href=#xml-documents title="XML documents">XML
document</a>, its value must be an <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> match for the string "<code title="">UTF-8</code>" (and the document is therefore required to
- use UTF-8 as its encoding).</p>
+ case-insensitive</a> match for the string "<code title="">UTF-8</code>" (and the document is therefore forced to use
+ UTF-8 as its encoding).</p>
<p class=note>The <code title=attr-meta-charset><a href=#attr-meta-charset>charset</a></code>
attribute on the <code><a href=#meta>meta</a></code> element has no effect in XML
Modified: source
===================================================================
--- source 2009-12-07 10:23:15 UTC (rev 4412)
+++ source 2009-12-07 17:31:11 UTC (rev 4413)
@@ -11575,8 +11575,8 @@
the attribute is present in an <span title="XML documents">XML
document</span>, its value must be an <span>ASCII
case-insensitive</span> match for the string "<code
- title="">UTF-8</code>" (and the document is therefore required to
- use UTF-8 as its encoding).</p>
+ title="">UTF-8</code>" (and the document is therefore forced to use
+ UTF-8 as its encoding).</p>
<p class="note">The <code title="attr-meta-charset">charset</code>
attribute on the <code>meta</code> element has no effect in XML
More information about the Commit-Watchers
mailing list