- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 10:28:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv13801 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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:28:11 UTC