Re: [w3c/webcomponents] A way to implement :hover, :active, etc, for custom elements. (#738)

That seems fine, but it does mean that builtin elements have "magic" place for storing such data. Basically for builtin elements for which you can call `attachShadow()` there's four places: magic internal slot -> shadow tree slot -> element AOM slot -> element ARIA slot. For custom elements there's three places: shadow tree slot -> element AOM slot -> element ARIA slot.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/738#issuecomment-367929034

Received on Friday, 23 February 2018 07:15:37 UTC