Re: [w3c/webcomponents] :focus behavior of delegatesFocus:true will be confusing for users (#554)

> 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