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

Re https://github.com/w3c/webcomponents/issues/554#issuecomment-242153635

"nearest focusable element" is a bit inaccurate.  If delegatesFocus=true, any click event
inside the component will delegate the focus to its shadow root, then the shadow root
forwards the focus to its first focusable element.

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

Received on Thursday, 25 August 2016 10:04:35 UTC