Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6579 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 23, 2011
1 parent db42f1b commit 5f2e6df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -83612,9 +83612,9 @@ <h5 id=determining-the-character-encoding><span class=secno>13.2.2.1 </span>Dete
<dt>If it is in the range 0x41 (ASCII A) to 0x5A (ASCII
Z)</dt>

<dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
name</var> (where <var title="">b</var> is the value of the
byte at <var title="">position</var>).</dd>
<dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute name</var> (where <var title="">b</var> is
the value of the byte at <var title="">position</var>). (This
converts the input to lowercase.)</dd>

<dt>Anything else</dt>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -79037,9 +79037,9 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<dt>If it is in the range 0x41 (ASCII A) to 0x5A (ASCII
Z)</dt>

<dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
name</var> (where <var title="">b</var> is the value of the
byte at <var title="">position</var>).</dd>
<dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute name</var> (where <var title="">b</var> is
the value of the byte at <var title="">position</var>). (This
converts the input to lowercase.)</dd>

<dt>Anything else</dt>

Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -94694,10 +94694,11 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<dt>If it is in the range 0x41 (ASCII A) to 0x5A (ASCII
Z)</dt>

<dd>Append the Unicode character with code point <span title=""><var
title="">b</var>+0x20</span> to <var title="">attribute
name</var> (where <var title="">b</var> is the value of the
byte at <var title="">position</var>).</dd>
<dd>Append the Unicode character with code point <span
title=""><var title="">b</var>+0x20</span> to <var
title="">attribute name</var> (where <var title="">b</var> is
the value of the byte at <var title="">position</var>). (This
converts the input to lowercase.)</dd>

<dt>Anything else</dt>

Expand Down

0 comments on commit 5f2e6df

Please sign in to comment.