Skip to content

Commit

Permalink
[e] (0) Make a note more precise.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4274 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 22, 2009
1 parent 5fdfad3 commit e086204
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -8367,9 +8367,10 @@ <h5 id=embedding-custom-non-visible-data><span class=secno>3.2.3.8 </span><dfn>E
contains no characters in the range U+0041 to U+005A (LATIN CAPITAL
LETTER A to LATIN CAPITAL LETTER Z).</p>

<p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p>
<p class=note>All attributes on <a href=#html-elements>HTML elements</a> in
<a href=#html-documents>HTML documents</a> get ASCII-lowercased automatically, so
the restriction on ASCII uppercase letters doesn't affect such
documents.</p>

<p><a href=#custom-data-attribute title="custom data attribute">Custom data attributes</a>
are intended to store custom data private to the page or
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -8197,9 +8197,10 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
contains no characters in the range U+0041 to U+005A (LATIN CAPITAL
LETTER A to LATIN CAPITAL LETTER Z).</p>

<p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p>
<p class=note>All attributes on <a href=#html-elements>HTML elements</a> in
<a href=#html-documents>HTML documents</a> get ASCII-lowercased automatically, so
the restriction on ASCII uppercase letters doesn't affect such
documents.</p>

<p><a href=#custom-data-attribute title="custom data attribute">Custom data attributes</a>
are intended to store custom data private to the page or
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -8333,9 +8333,10 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>
contains no characters in the range U+0041 to U+005A (LATIN CAPITAL
LETTER A to LATIN CAPITAL LETTER Z).</p>

<p class="note">All attributes in <span>HTML documents</span> get
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p>
<p class="note">All attributes on <span>HTML elements</span> in
<span>HTML documents</span> get ASCII-lowercased automatically, so
the restriction on ASCII uppercase letters doesn't affect such
documents.</p>

<p><span title="custom data attribute">Custom data attributes</span>
are intended to store custom data private to the page or
Expand Down

0 comments on commit e086204

Please sign in to comment.