Skip to content

Commit

Permalink
Add missing aria[Col/Row]IndexText features for Element[Internals] …
Browse files Browse the repository at this point in the history
…API (#21207)

* Add missing features for Element API

This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing features of the `Element` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.3.0).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/Element

* Update Element.json to add mdn_urls

* Update ElementInternals.json to add mdn_urls

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
queengooborg and Elchi3 authored Nov 14, 2023
1 parent 6e5ec46 commit afc8d02
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 0 deletions.
68 changes: 68 additions & 0 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,40 @@
}
}
},
"ariaColIndexText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/ariaColIndexText",
"spec_url": "https://w3c.github.io/aria/#dom-ariamixin-ariacolindextext",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "119"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"ariaColSpan": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan",
Expand Down Expand Up @@ -2145,6 +2179,40 @@
}
}
},
"ariaRowIndexText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/ariaRowIndexText",
"spec_url": "https://w3c.github.io/aria/#dom-ariamixin-ariarowindextext",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "119"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"ariaRowSpan": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/ariaRowSpan",
Expand Down
68 changes: 68 additions & 0 deletions api/ElementInternals.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,40 @@
}
}
},
"ariaColIndexText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ElementInternals/ariaColIndexText",
"spec_url": "https://w3c.github.io/aria/#dom-ariamixin-ariacolindextext",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "119"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"ariaColSpan": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ElementInternals/ariaColSpan",
Expand Down Expand Up @@ -1350,6 +1384,40 @@
}
}
},
"ariaRowIndexText": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ElementInternals/ariaRowIndexText",
"spec_url": "https://w3c.github.io/aria/#dom-ariamixin-ariarowindextext",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "119"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"ariaRowSpan": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ElementInternals/ariaRowSpan",
Expand Down

0 comments on commit afc8d02

Please sign in to comment.