Re: [w3c/webcomponents] Disabling tabindex across potentially many shadow roots (#520)

I'm not sure what " `tabindex=-1` on a shadow host should behave like `tabindex=0` " means.

Without `delegatesFocus=true`, a shadow host with `tabindex=-1`, the host and all its children
will be skipped for tab focus navigation.
It is still clickable/focusable (in that sense only, it is same as `tabindex=0`).


---
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/520#issuecomment-225089167

Received on Friday, 10 June 2016 04:14:09 UTC