Re: [csswg-drafts] [css-lists] How do counters and Shadow DOM interact?

>  which I guess isn't true for Shadow DOM?

Correct, inheritance still works on the original DOM tree, with shadow trees appended. (In particular, light-dom children of a shadow host inherit directly from the shadow host, not whatever `slot` they might get distributed to.)

> I think counters and quotes should do the same thing; they're defined pretty similarly.

Agreed. Both of them are just manually implementing a variant inheritance.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2679#issuecomment-390033567 using your GitHub account

Received on Thursday, 17 May 2018 22:26:59 UTC