- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 09:26:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29514
Modified Files:
Overview.html
Log Message:
remove redundant requirement (whatwg r5611)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4486
retrieving revision 1.4487
diff -u -d -r1.4486 -r1.4487
--- Overview.html 12 Oct 2010 09:18:03 -0000 1.4486
+++ Overview.html 12 Oct 2010 09:26:35 -0000 1.4487
@@ -8581,13 +8581,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
Received on Tuesday, 12 October 2010 09:26:42 UTC