- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 19:30:52 +0900 (JST)
- To: public-html-diffs@w3.org
Make coords='' processing (specifically error handling) more like IE for the ASCII range. (what IE does is nuts outside the ASCII range -- or rather, I can't work out what the pattern is -- so for now, we ignore that) (whatwg r2789) rules for parsing a list of integers http://people.w3.org/mike/diffs/html5/spec/Overview.1.1960.html#rules-for-parsing-a-list-of-integers http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1959&r2=1.1960&f=h http://html5.org/tools/web-apps-tracker?from=2788&to=2789 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1959 retrieving revision 1.1960 diff -u -d -r1.1959 -r1.1960 --- Overview.html 11 Feb 2009 09:45:27 -0000 1.1959 +++ Overview.html 11 Feb 2009 10:28:00 -0000 1.1960 @@ -2320,7 +2320,10 @@ </ol></dd> - <dt>A U+002E FULL STOP character</dt> + <!-- <dt>A U+002E FULL STOP character</dt> --> + <dt>A character in the range U+0001 .. U+001F, <!-- space --> U+0021 .. U+002B, <!-- comma --> U+002D .. U+002F, <!-- digits --> U+003A, <!-- semicolon --> U+003C .. U+0040, <!-- a-z --> U+005B .. U+0060, <!-- A-Z --> U+007b .. U+007F + (i.e. any other non-alphabetic ASCII character)</dt> + <!-- Test: http://www.hixie.ch/tests/adhoc/html/flow/image-maps/004-demo.html IE6 on Wine treats the following characters like this also: U+1-U+1f, @@ -2429,6 +2432,7 @@ <dt>Any other character</dt> + <!-- alphabetic a-z A-Z, and non-ASCII --> <dd>
Received on Wednesday, 11 February 2009 10:31:31 UTC