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

Add TextEvent #22857

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Add TextEvent #22857

merged 2 commits into from
Apr 18, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Apr 17, 2024

The legacy TextEvent interface got specified 🎉 See https://w3c.github.io/uievents/#legacy-textevent-events. This means that the @openwebdocs collector discovered this as a new standardized IDL with implementations.

  • Chrome: 1
  • Safari: 5 WebKit/WebKit@c460452
  • Firefox: Soon in nightly, currently unsupported.
  • Edge: I used mirror but maybe this was in Edge.
  • IE: We default to false but maybe this was supported.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Apr 17, 2024
@foolip
Copy link
Collaborator

foolip commented Apr 18, 2024

Doesn't the collector test Edge 18? I did openwebdocs/mdn-bcd-results#1088 to confirm support in Edge 15, and confirmed support in IE10 using http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=12598. So Edge can be set to "12" and IE to "≤10". (Hixie Live DOM didn't load in IE9.)

@foolip
Copy link
Collaborator

foolip commented Apr 18, 2024

WebKit/WebKit@c460452 says:

At this point, we don't send any text events.

But I think this is far enough back that we don't need to dig deeper.

But anyway, going from the commit to Safari version, I would say Safari 3. https://github.com/WebKit/WebKit/blob/c4604525bdb5d0cb901ea454bd2bff8df8987843/WebCore/Info.plist has WebKit major version 420, and Safari 3 had 523.10. Using the dates gives the same result, Safari 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants