[html5] r5611 - [e] (0) remove redundant requirement Fixing http://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 12 02:26:29 PDT 2010


Author: ianh
Date: 2010-10-12 02:26:26 -0700 (Tue, 12 Oct 2010)
New Revision: 5611

Modified:
   complete.html
   index
   source
Log:
[e] (0) remove redundant requirement
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10986

Modified: complete.html
===================================================================
--- complete.html	2010-10-12 09:17:56 UTC (rev 5610)
+++ complete.html	2010-10-12 09:26:26 UTC (rev 5611)
@@ -9911,13 +9911,13 @@
    <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

Modified: index
===================================================================
--- index	2010-10-12 09:17:56 UTC (rev 5610)
+++ index	2010-10-12 09:26:26 UTC (rev 5611)
@@ -9888,13 +9888,13 @@
    <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

Modified: source
===================================================================
--- source	2010-10-12 09:17:56 UTC (rev 5610)
+++ source	2010-10-12 09:26:26 UTC (rev 5611)
@@ -10085,13 +10085,13 @@
 
      <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 (-)




More information about the Commit-Watchers mailing list