[Bug 15954] [Shadow]: The dilemma of document DOM tree mutations

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

--- Comment #1 from Tab Atkins Jr. <jackalmage@gmail.com> 2012-02-28 01:03:02 UTC ---
I don't think it's that bad to put a prefixed class or attribute in the light
DOM.

I think the only real alternative is to have some way of producing style rules
directly in JS that don't need to serialize properly, so you can just *set* its
target to an element rather than using the indirection of crafting a selector. 
If you could do this in @select as well, you could cut out your whole indexOf
thing.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 28 February 2012 01:03:06 UTC