-
Notifications
You must be signed in to change notification settings - Fork 319
Allow overlapping compat keys #4034
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,54 @@ | ||||||||
| - features: | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have an allowlist for specs that aren't really specs, and in it, we have comments for why we need them.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @captainbrosset yes, this is a good idea. Would a high-level comment field work for you, something like this?
Suggested change
Or are you expecting that we would justify each feature ID and key individually, with a more deeply nested structure?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A high-level comment works for me! |
||||||||
| - audio | ||||||||
| - video | ||||||||
| keys: | ||||||||
| - api.HTMLMediaElement | ||||||||
| - api.HTMLMediaElement.abort_event | ||||||||
| - api.HTMLMediaElement.autoplay | ||||||||
| - api.HTMLMediaElement.buffered | ||||||||
| - api.HTMLMediaElement.canplay_event | ||||||||
| - api.HTMLMediaElement.canplaythrough_event | ||||||||
| - api.HTMLMediaElement.canPlayType | ||||||||
| - api.HTMLMediaElement.controls | ||||||||
| - api.HTMLMediaElement.crossOrigin | ||||||||
| - api.HTMLMediaElement.currentSrc | ||||||||
| - api.HTMLMediaElement.currentTime | ||||||||
| - api.HTMLMediaElement.defaultMuted | ||||||||
| - api.HTMLMediaElement.defaultPlaybackRate | ||||||||
| - api.HTMLMediaElement.duration | ||||||||
| - api.HTMLMediaElement.durationchange_event | ||||||||
| - api.HTMLMediaElement.emptied_event | ||||||||
| - api.HTMLMediaElement.ended | ||||||||
| - api.HTMLMediaElement.ended_event | ||||||||
| - api.HTMLMediaElement.error | ||||||||
| - api.HTMLMediaElement.error_event | ||||||||
| - api.HTMLMediaElement.load | ||||||||
| - api.HTMLMediaElement.loadeddata_event | ||||||||
| - api.HTMLMediaElement.loadedmetadata_event | ||||||||
| - api.HTMLMediaElement.loadstart_event | ||||||||
| - api.HTMLMediaElement.loop | ||||||||
| - api.HTMLMediaElement.muted | ||||||||
| - api.HTMLMediaElement.networkState | ||||||||
| - api.HTMLMediaElement.pause | ||||||||
| - api.HTMLMediaElement.pause_event | ||||||||
| - api.HTMLMediaElement.paused | ||||||||
| - api.HTMLMediaElement.play | ||||||||
| - api.HTMLMediaElement.play_event | ||||||||
| - api.HTMLMediaElement.play.returns_promise | ||||||||
| - api.HTMLMediaElement.playbackRate | ||||||||
| - api.HTMLMediaElement.played | ||||||||
| - api.HTMLMediaElement.playing_event | ||||||||
| - api.HTMLMediaElement.preload | ||||||||
| - api.HTMLMediaElement.progress_event | ||||||||
| - api.HTMLMediaElement.ratechange_event | ||||||||
| - api.HTMLMediaElement.readyState | ||||||||
| - api.HTMLMediaElement.seekable | ||||||||
| - api.HTMLMediaElement.seeked_event | ||||||||
| - api.HTMLMediaElement.seeking | ||||||||
| - api.HTMLMediaElement.seeking_event | ||||||||
| - api.HTMLMediaElement.src | ||||||||
| - api.HTMLMediaElement.stalled_event | ||||||||
| - api.HTMLMediaElement.suspend_event | ||||||||
| - api.HTMLMediaElement.timeupdate_event | ||||||||
| - api.HTMLMediaElement.volumechange_event | ||||||||
| - api.HTMLMediaElement.waiting_event | ||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.