Skip to content

Commit

Permalink
[e] (0) Improved consistency
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15978
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7280 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 27, 2012
1 parent ca3ad7a commit 5b662e8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
13 changes: 7 additions & 6 deletions complete.html
Expand Up @@ -12094,12 +12094,13 @@ <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes><span class=
first five characters removed and whose value is the attribute's
value.</li>

<li>For each name on the list, for each U+002D HYPHEN-MINUS
character (-) in the name that is followed by a character in the
range U+0061 to U+007A (U+0061 LATIN SMALL LETTER A to U+007A
LATIN SMALL LETTER Z), remove the U+002D HYPHEN-MINUS character
(-) and replace the character that followed it by the same
character <a href=#converted-to-ascii-uppercase>converted to ASCII uppercase</a>.</li>
<li>For each name <var title="">list</var>, for each U+002D
HYPHEN-MINUS character (-) in the name that is followed by a
character in the range U+0061 to U+007A (U+0061 LATIN SMALL
LETTER A to U+007A LATIN SMALL LETTER Z), remove the U+002D
HYPHEN-MINUS character (-) and replace the character that
followed it by the same character <a href=#converted-to-ascii-uppercase>converted to ASCII
uppercase</a>.</li>

<li>Return <var title="">list</var>.</li>

Expand Down
13 changes: 7 additions & 6 deletions index
Expand Up @@ -12094,12 +12094,13 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
first five characters removed and whose value is the attribute's
value.</li>

<li>For each name on the list, for each U+002D HYPHEN-MINUS
character (-) in the name that is followed by a character in the
range U+0061 to U+007A (U+0061 LATIN SMALL LETTER A to U+007A
LATIN SMALL LETTER Z), remove the U+002D HYPHEN-MINUS character
(-) and replace the character that followed it by the same
character <a href=#converted-to-ascii-uppercase>converted to ASCII uppercase</a>.</li>
<li>For each name <var title="">list</var>, for each U+002D
HYPHEN-MINUS character (-) in the name that is followed by a
character in the range U+0061 to U+007A (U+0061 LATIN SMALL
LETTER A to U+007A LATIN SMALL LETTER Z), remove the U+002D
HYPHEN-MINUS character (-) and replace the character that
followed it by the same character <a href=#converted-to-ascii-uppercase>converted to ASCII
uppercase</a>.</li>

<li>Return <var title="">list</var>.</li>

Expand Down
13 changes: 7 additions & 6 deletions source
Expand Up @@ -12602,12 +12602,13 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>
first five characters removed and whose value is the attribute's
value.</li>

<li>For each name on the list, for each U+002D HYPHEN-MINUS
character (-) in the name that is followed by a character in the
range U+0061 to U+007A (U+0061 LATIN SMALL LETTER A to U+007A
LATIN SMALL LETTER Z), remove the U+002D HYPHEN-MINUS character
(-) and replace the character that followed it by the same
character <span>converted to ASCII uppercase</span>.</li>
<li>For each name <var title="">list</var>, for each U+002D
HYPHEN-MINUS character (-) in the name that is followed by a
character in the range U+0061 to U+007A (U+0061 LATIN SMALL
LETTER A to U+007A LATIN SMALL LETTER Z), remove the U+002D
HYPHEN-MINUS character (-) and replace the character that
followed it by the same character <span>converted to ASCII
uppercase</span>.</li>

<li>Return <var title="">list</var>.</li>

Expand Down

0 comments on commit 5b662e8

Please sign in to comment.