- From: poot <cvsmail@w3.org>
- Date: Tue, 12 Oct 2010 18:26:48 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: remove redundant requirement (whatwg r5611) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4486&r2=1.4487&f=h http://html5.org/tools/web-apps-tracker?from=5610&to=5611 =================================================================== 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:27:17 UTC