[Bug 24208] Please handle the case of XML attributes with namespaces but no prefix

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24208

--- Comment #3 from Victor Costan <costan@gmail.com> ---
Thank you very much for looking into this, Travis!

I have a slight preference for lowercase "ns" as well, and that's what my
work-in-progress patch uses for Blink. I'm willing to implement what you end up
spec'ing though.

FWIW, in my implementation, I'm not using sequential indices. Instead, the
indices are based on an internal hash function. If the specification mandates
sequential indices, I hope that it will do so in a way that does not require a
quadratic-time algorithm. For bonus points, try not adding any memory overhead
for DOMs that set their own prefixes for attributes with namespaces.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 27 February 2014 19:55:31 UTC