W3C home > Mailing lists > Public > www-validator-css@w3.org > May 2008

Problem with element selectors having unicode characters

From: Radu Coravu <radu_coravu@sync.ro>
Date: Mon, 26 May 2008 15:45:07 +0300
Message-ID: <483AB0D3.8030809@sync.ro>
To: www-validator-css@w3.org
Hi,

The CSSParser.jj file declares at line 417 NONASCII as ["\200"-"\377"] 
That does not comprise the whole UNICODE range.
It should be something like: ~["\000"-"\177"] This means all non-ASCII.
I attached 2 sample files. The CSS contains a Japanese character in a 
selector and is marked as invalid by you but a browser has no problems 
matching the CSS selector to the element name.
Any input on this one?

Regards,
Radu

-- 
Radu Coravu 
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com



Received on Monday, 26 May 2008 14:38:11 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:01:02 UTC