Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should the "focus update steps" consider an input element's "input activation steps" rather than just its "activation steps"? #9973

Open
trflynn89 opened this issue Dec 3, 2023 · 0 comments

Comments

@trflynn89
Copy link

trflynn89 commented Dec 3, 2023

What is the issue with the HTML Standard?

Step 2.1 of the focus update steps begins with:

If entry is an input element, and the change event applies to the element, and the element does not have a defined activation behavior, ...

Unless I'm mistaken, every input element has an activation behavior, described here:
https://html.spec.whatwg.org/multipage/input.html#the-input-element:activation-behaviour

The activation behavior for input elements element, given event, are these steps ...

However, not every element has an input activation behavior. For example, in the button state, "The element has no input activation behavior.".

Should the focus update steps be referring to the input activation behavior here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant