[Bug 17143] New: [Shadow]: Consider explicitly exporting CSS Variables across a shadow boundary

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

           Summary: [Shadow]: Consider explicitly exporting CSS Variables
                    across a shadow boundary
           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: 14978


Once CSS Variables are in use, _every_ CSS Variable will come across a shadow
boundary, which may lead to unintended consequences. Consider a situation where
the shadow DOM subtree is using CSS Variables internally. Now, a CSS variable
that's specified externally will stomp on them. Sadface ensues.

-- 
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 Monday, 21 May 2012 20:33:15 UTC