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

Thanks.
Hmm. It might be difficult to support that because we lose the ability to create a custom element, like a `<x-input>`, which behaves like a built-in `<input>` element.

`<input>` element is focusable without explicitly specified tabindex. We would like to create a `<x-input> (delegatesFocus=true)` element which rects ":focus" without explicitly specified tabindex attribute.




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

Received on Friday, 26 August 2016 05:11:37 UTC