[Bug 16294] New: [Shadow]: Should ShadowRoot have style?

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

           Summary: [Shadow]: Should ShadowRoot have style?
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: dglazkov@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 16009


Here's a puzzler:

...
var root = new ShadowRoot(someElement);
root.appendChild(document.createTextNode('foo'));
// Apply style to the text 'foo'.
...
// o_O

-- 
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 Friday, 9 March 2012 22:47:59 UTC