This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The effect applyAuthorStyles is described thus: " If false (default value), the author styles are not applied to the shadow tree." This presumably means that even if an element in Shadow DOM has a custom pseudo ID, author styles using that pseudo ID don't affect it. Is this intended? It is simple to understand but seems counterintuitive.
I think this is a problem. We should expose ::part styling to enclosing scopes. See this bug for a proposal: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22462
(In reply to comment #0) > The effect applyAuthorStyles is described thus: " If false (default value), > the author styles are not applied to the shadow tree." > > This presumably means that even if an element in Shadow DOM has a custom > pseudo ID, author styles using that pseudo ID don't affect it. > > Is this intended? It is simple to understand but seems counterintuitive. This is just poor wording in the spec. We need to describe switching applyAuthorStyles to "true" as purely additive to the defaults.
Closing this issue because applyAuthorStyles was dead.