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

@annevk to be clear, changing the default isn't quite what we raised this issue for. The question is just what the default behavior should be.

In Chrome's implementation click/programmatic-focusing a delegatesFocus host chooses a shadow-child to delegate to based on the shadow-children's sequential-focusability. This is strange. The proposed change is to choose a shadow-child based on the shadow-children's click/programmatic focusability.

There might be a separate discussion about giving more explicit control over focus delegation, instead of "pick the appropriate child that is focusable", but I think that gets complicated for different reasons...

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

Received on Wednesday, 28 August 2019 15:08:56 UTC