[Bug 23061] New: [Shadow]: Should be able to override ::content styles in shadow root style sheet from the document

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

            Bug ID: 23061
           Summary: [Shadow]: Should be able to override ::content styles
                    in shadow root style sheet from the document
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: tasak@google.com
        QA Contact: public-webapps-bugzilla@w3.org

Suppose that we have a ::content style rule(rule1) in a shadow tree and that
the rule matches a child of a shadow host which hosts the shadow tree.

We also have some rule (rule2) declared in document and the rule matches the
child of a shadow host. 

So,
- If rule2 has the same or higher specificity than rule1, rule2 wins.
- Otherwise, rule1 wins.

e.g. http://jsbin.com/obazat/1/edit

This requirement comes from http://crbug.com/274059

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

Received on Monday, 26 August 2013 02:29:06 UTC