Skip to content

Commit

Permalink
[e] (0) rfc2119 misuse
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8079

git-svn-id: http://svn.whatwg.org/webapps@4413 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 7, 2009
1 parent ad9de05 commit de8f3a4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -11177,8 +11177,8 @@ <h4 id=meta><span class=secno>4.2.5 </span>The <dfn><code>meta</code></dfn> elem
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
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -11014,8 +11014,8 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p&gt;
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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -11575,8 +11575,8 @@ gave me some of the songs they wrote. I love sharing my music.&lt;/p>
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
Expand Down

0 comments on commit de8f3a4

Please sign in to comment.