Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5611 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2010
1 parent ac43a8a commit 2b57fd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -9911,13 +9911,13 @@ <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes><span class=
<dd>
<ol><li>Let <var title="">name</var> be the name passed to the
algorithm.</li>

<!--(can't happen while the DOMStringMap deleter has no name)
<li>If <var title="">name</var> contains a U+002D HYPHEN-MINUS
character (-) 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), throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort these
Z), throw a <code>SYNTAX_ERR</code> exception and abort these
steps.</li>

-->
<li>For each character in the range U+0041 to U+005A (U+0041
LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z) in <var title="">name</var>, insert a U+002D HYPHEN-MINUS character (-)
before the character and replace the character with the same
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -9888,13 +9888,13 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
<dd>
<ol><li>Let <var title="">name</var> be the name passed to the
algorithm.</li>

<!--(can't happen while the DOMStringMap deleter has no name)
<li>If <var title="">name</var> contains a U+002D HYPHEN-MINUS
character (-) 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), throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort these
Z), throw a <code>SYNTAX_ERR</code> exception and abort these
steps.</li>

-->
<li>For each character in the range U+0041 to U+005A (U+0041
LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z) in <var title="">name</var>, insert a U+002D HYPHEN-MINUS character (-)
before the character and replace the character with the same
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -10085,13 +10085,13 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>

<li>Let <var title="">name</var> be the name passed to the
algorithm.</li>

<!--(can't happen while the DOMStringMap deleter has no name)
<li>If <var title="">name</var> contains a U+002D HYPHEN-MINUS
character (-) 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), throw a <code>SYNTAX_ERR</code> exception and abort these
steps.</li>

-->
<li>For each character in the range U+0041 to U+005A (U+0041
LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z) in <var
title="">name</var>, insert a U+002D HYPHEN-MINUS character (-)
Expand Down

0 comments on commit 2b57fd5

Please sign in to comment.