- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 09 Jun 2016 21:13:43 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Friday, 10 June 2016 04:14:09 UTC
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