* Boris Zbarsky wrote: >Anne van Kesteren wrote: >> FWIW, the current editor's draft says that user agents must pass the >> prefix argument lowercased (A-Z becomes a-z) to the lookupNamespaceURI >> method of the NSResolver object or ECMAScript function. This should >> solve this issue. > >Doesn't that make it impossible to match an uppercase prefix? Or am I missing >something?
As it stands, prefixes in a Selector do not have a case, "x|y" and "X|y" are the same selector and the draft just defines that for both you get "x" as parameter to your lookup function. -- Björn Höhrmann · mailto:[EMAIL PROTECTED] · 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/
