[Webkit-unassigned] [Bug 89061] New: applyAuthorStyles doesn't make rules declared in enclosing shadow dom subtrees applicable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 22:11:40 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89061

           Summary: applyAuthorStyles doesn't make rules declared in
                    enclosing shadow dom subtrees applicable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com


Shadow DOM spec says:
If TREE has apply-author-styles flag set and RULE is declared in an enclosing shadow DOM subtree
    Let TOP be this tree
    If each shadow DOM subtree that both encloses TREE and is enclosed by TOP has apply-author-styles set, the RULE is applicable in TREE.

(c.f. http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#styles )

However, currently apply-author-styles changes whether rules declared in document is applicable in a shadow dom subtree or not.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list