Re: [w3c/webcomponents] Focus delegation from shadow host should not behave like sequential focus navigation (#830)

Sounds like there was a consensus to move forward with what's being proposed thus far:
 * Programmatic focus would focus the first element in the flat tree that's programmatically focusable.
 * Mouse focus would focus the first element in the flat tree that's mouse focusable.
 * Keyboard focus would focus the first element in tab index order that's keyboard focusable.

-- 
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/830#issuecomment-532514644

Received on Wednesday, 18 September 2019 04:37:22 UTC