[Bug 15818] [Shadow]: Consider a notion of shared stylesheet

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

--- Comment #5 from Tony Ross [MSFT] <tross@microsoft.com> 2012-07-31 23:47:09 UTC ---
I'd prefer to keep the read-write nature of the CSS OM here if we can. That way
a component author can apply tweaks to the core stylesheet dynamically which
affect all shadow DOM subtrees referencing that stylesheet.

Also rather than passing an URL, what about passing a reference to an actual
<link> or <style> element? This aligns more closely with the proposal for
custom elements while providing a bit more flexibility for dynamic generation
(e.g. if a framework wanted to inline all CSS as part of their JS file, then
build out a <style> element at runtime).

-- 
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, 31 July 2012 23:47:11 UTC