- From: Takayoshi Kochi <notifications@github.com>
- Date: Thu, 25 Aug 2016 22:22:34 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 26 August 2016 05:23:15 UTC
> I am not sure what "tabindex value" means here if a custom element does not have a tabindex. It is considered zero? If the element has an explicit attribute, use its value, otherwise it has internal value (accessible via JS .tabIndex property) which has 0 or -1, per its default focusable behavior. -- 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/554#issuecomment-242633173
Received on Friday, 26 August 2016 05:23:15 UTC