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

Figure out focus events alignment with Caniuse #2327

Open
autonome opened this issue Nov 25, 2024 · 0 comments
Open

Figure out focus events alignment with Caniuse #2327

autonome opened this issue Nov 25, 2024 · 0 comments
Labels
feature definition Creating or defining new features or groups of features.

Comments

@autonome
Copy link
Collaborator

In #2285 we're adding focus events as a feature but Caniuse only has focusin and focusout:

https://caniuse.com/focusin-focusout-events

Which @ddbeck identified as problematic, at #2285 (comment)

To align with caniuse, this needs to be pinned to focusin and focusout but BCD has a very different take on whether or not to mark them supported or not.

So this might need BCD fixes and/or Caniuse changes... tbd.

@ddbeck ddbeck added the feature definition Creating or defining new features or groups of features. label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

No branches or pull requests

2 participants