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

I don't think so. AOM exposed on `ShadowRoot` should reflect whatever builtin elements' ARIA values are. They're sort of default values of AOM on `ShadowRoot`.

You could imagine that in the future we can add a mechanism to define the default ARIA role & values on custom elements without attaching a shadow root. Those default values should be "reflected" in default AOM values exposed on `ShadowRoot`.

-- 
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-367933236

Received on Friday, 23 February 2018 07:38:39 UTC