Remove entries representing indexed property getters#9464
Merged
sideshowbarker merged 1 commit intomdn:mainfrom Jun 9, 2021
Merged
Remove entries representing indexed property getters#9464sideshowbarker merged 1 commit intomdn:mainfrom
sideshowbarker merged 1 commit intomdn:mainfrom
Conversation
These are curious, because the ability to access the members of these Array-like interfaces is the whole point of them. There are many interfaces like this, but only these few have entries for []. These pages exist and will need to be removed: https://developer.mozilla.org/docs/Web/API/DataTransferItemList/DataTransferItem https://developer.mozilla.org/docs/Web/API/SourceBufferList/SourceBuffer https://developer.mozilla.org/docs/Web/API/TrackDefaultList/TrackDefault These pages do not exist: https://developer.mozilla.org/docs/Web/API/CSSNumericArray/CSSNumericValue https://developer.mozilla.org/docs/Web/API/CSSUnparsedValue/CSSUnparsedSegment The interface pages do exist and show that support is largely identical to the parent feature: https://developer.mozilla.org/docs/Web/API/CSSNumericArray#Browser_compatibility https://developer.mozilla.org/docs/Web/API/CSSUnparsedValue#Browser_compatibility https://developer.mozilla.org/docs/Web/API/DataTransferItemList#Browser_compatibility https://developer.mozilla.org/docs/Web/API/SourceBufferList#Browser_compatibility https://developer.mozilla.org/docs/Web/API/TrackDefaultList#Browser_compatibility The exception is SourceBufferList, but that must be an error in the data.
1831524 to
e8064b4
Compare
sideshowbarker
approved these changes
Jun 9, 2021
Contributor
Author
|
I've sent mdn/content#5819 to remove the pages mentioned in the description. |
ddbeck
added a commit
to ddbeck/browser-compat-data
that referenced
this pull request
Jun 9, 2021
ddbeck
added a commit
that referenced
this pull request
Jun 10, 2021
* Bump version to v3.3.7 * Add release note for #10745 * Add release note for #10686 * Add release note for #10744 * Add release note for #10820 * Add release note for #10582 * Add release note for #9464 * Add release note for #10724 * Add release note for #10827 * Add release note for #10829 * Add release note for #10782 * Add stats * Add release date * Update stats one last time
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.
These are curious, because the ability to access the members of these
Array-like interfaces is the whole point of them. There are many
interfaces like this, but only these few have entries for [].
These pages exist and will need to be removed:
https://developer.mozilla.org/docs/Web/API/DataTransferItemList/DataTransferItem
https://developer.mozilla.org/docs/Web/API/SourceBufferList/SourceBuffer
https://developer.mozilla.org/docs/Web/API/TrackDefaultList/TrackDefault
These pages do not exist:
https://developer.mozilla.org/docs/Web/API/CSSNumericArray/CSSNumericValue
https://developer.mozilla.org/docs/Web/API/CSSUnparsedValue/CSSUnparsedSegment
The interface pages do exist and show that support is largely identical
to the parent feature:
https://developer.mozilla.org/docs/Web/API/CSSNumericArray#Browser_compatibility
https://developer.mozilla.org/docs/Web/API/CSSUnparsedValue#Browser_compatibility
https://developer.mozilla.org/docs/Web/API/DataTransferItemList#Browser_compatibility
https://developer.mozilla.org/docs/Web/API/SourceBufferList#Browser_compatibility
https://developer.mozilla.org/docs/Web/API/TrackDefaultList#Browser_compatibility
The exception is SourceBufferList, but that must be an error in the data.