Unmark focusin + focusout event implementations as partial - #30409
Merged
Merged
Conversation
Contributor
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
caugner
requested changes
Sep 3, 2026
caugner
left a comment
Contributor
There was a problem hiding this comment.
Instead of adding subfeatures, we should be able to unmark the implementations as partial.
The partial implementation guidelines require inconsistent support between browsers, which does not seem to be the case here.
Contributor
Author
|
Fair.
…does not apply here. |
caugner
reviewed
Sep 3, 2026
focusin + focusout event implementations as partial
caugner
approved these changes
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a bit of a weird one. These are currently marked 'partial' in Chrome & Firefox because they don't support the
onfocusoutevent handler property. However, those properties are nonstandard - they're not defined in the HTML spec.These events are somewhat spec'd in UI Events, but the handler properties are not.
Although the data guidelines explicitly recommend using partial in these cases, it seems incorrect to apply this rule in cases where the handler property is nonstandard.
Marking other browsers as 'partial' because one browser implements a nonstandard extension to the feature seems… bad.
There was an attempt to add these to the spec, but it stalled in 2024 whatwg/html#10235.