[Webkit-unassigned] [Bug 149441] Implement ::slotted pseudo element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 01:52:38 PST 2016


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

--- Comment #9 from Antti Koivisto <koivisto at iki.fi> ---
> I think this isn't quite right for the distributed node case.
> e.g. when an element X is assigned to a slot A, and the slot A is assigned
> to another slot B,
> then the rule in B's shadow DOM that says ::slotted(X) is supposed to match
> X.

Not sure what you mean here. You can't assign a slot to a slot since (functional) slots are only allowed in shadow trees. Nested hosts should work fine (and are tested by 'nested-host' part of the test).

Can you sketch a test case of what you mean?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160226/cb93fd59/attachment-0001.html>


More information about the webkit-unassigned mailing list