[Bug 22539] [Shadow]: Add support for external stylesheets using link rel="stylesheet"

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

Dimitri Glazkov <dglazkov@chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |esprehn@gmail.com

--- Comment #4 from Dimitri Glazkov <dglazkov@chromium.org> ---
Just as an idea: can we look at how this would desugar into an imperative API?

Elliott had this notion of:

var stylesheet = new CSSStyleSheet(url);
root.stylesheets.add(stylesheet).

Is this basically it?

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

Received on Thursday, 29 May 2014 16:02:16 UTC