Re: [css3-selectors] Namespace name lookup mechanisms

* Anne van Kesteren wrote:
>Misnamed, hah! The current definition assumes case-sensitive as it doesn't  
>say anything about it. I guess that could be clearer somehow once  
>Selectors has a better algorithm for it.

That's not how I would read it. The prefixes in the selector do not have
a defined case while the string passed to the function does, so the im-
plementation would have to transform between the two and since the spec
does not place any constraints on this process, I would assume that any
transformation is compliant, so for x|y you can get 'x' or 'X'.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 6 October 2006 18:38:04 UTC