[WICG/webcomponents] FACE + invalidState + delegatesFocus throws "An invalid form control with name='{name}' is not focusable." on form submit (Issue #995)

With `delegatesFocus=true` for FACE with an invalid state won't focus on form submission. Chrome/Edge and Safari (Webkit) will emit:

>An invalid form control with name='{name}' is not focusable. 

Firefox won't even attempt to focus. It feels like a bug since the `delegatesFocus` [proposal](https://github.com/WICG/webcomponents/blob/gh-pages/proposals/ShadowRoot-delegatesFocus-Proposal.md) says it should be considered focusable and I'll file it accordingly.

Somebody can correct me if i'm wrong here.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/995
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/995@github.com>

Received on Friday, 31 March 2023 19:12:08 UTC