[Bug 24178] [Custom]: No way to differentiate attribute namespaces in attributeChanged callback

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

--- Comment #9 from Anne <annevk@annevk.nl> ---
It's close, but you actually want to queue for attribute's local name and
namespace, not it's name and namespace. That would align with what we do for
mutation observers and is the actual data you need to deal with namespaced
attributes properly.

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

Received on Monday, 12 May 2014 09:22:43 UTC