browser-specs 3.73.0 → 3.74.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.json +49 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -20613,6 +20613,7 @@
|
|
|
20613
20613
|
},
|
|
20614
20614
|
"seriesVersion": "1.2",
|
|
20615
20615
|
"title": "Accessible Rich Internet Applications (WAI-ARIA)",
|
|
20616
|
+
"seriesNext": "wai-aria-1.3",
|
|
20616
20617
|
"organization": "W3C",
|
|
20617
20618
|
"groups": [
|
|
20618
20619
|
{
|
|
@@ -20646,6 +20647,54 @@
|
|
|
20646
20647
|
]
|
|
20647
20648
|
}
|
|
20648
20649
|
},
|
|
20650
|
+
{
|
|
20651
|
+
"url": "https://www.w3.org/TR/wai-aria-1.3/",
|
|
20652
|
+
"seriesComposition": "full",
|
|
20653
|
+
"shortname": "wai-aria-1.3",
|
|
20654
|
+
"series": {
|
|
20655
|
+
"shortname": "wai-aria",
|
|
20656
|
+
"currentSpecification": "wai-aria-1.2",
|
|
20657
|
+
"title": "Accessible Rich Internet Applications (WAI-ARIA)",
|
|
20658
|
+
"shortTitle": "WAI-ARIA",
|
|
20659
|
+
"releaseUrl": "https://www.w3.org/TR/wai-aria/",
|
|
20660
|
+
"nightlyUrl": "https://w3c.github.io/aria/"
|
|
20661
|
+
},
|
|
20662
|
+
"seriesVersion": "1.3",
|
|
20663
|
+
"title": "Accessible Rich Internet Applications (WAI-ARIA)",
|
|
20664
|
+
"seriesPrevious": "wai-aria-1.2",
|
|
20665
|
+
"organization": "W3C",
|
|
20666
|
+
"groups": [
|
|
20667
|
+
{
|
|
20668
|
+
"name": "Accessible Rich Internet Applications Working Group",
|
|
20669
|
+
"url": "https://www.w3.org/WAI/ARIA/"
|
|
20670
|
+
}
|
|
20671
|
+
],
|
|
20672
|
+
"release": {
|
|
20673
|
+
"url": "https://www.w3.org/TR/wai-aria-1.3/",
|
|
20674
|
+
"status": "First Public Working Draft",
|
|
20675
|
+
"filename": "Overview.html"
|
|
20676
|
+
},
|
|
20677
|
+
"nightly": {
|
|
20678
|
+
"url": "https://w3c.github.io/aria/",
|
|
20679
|
+
"status": "Editor's Draft",
|
|
20680
|
+
"alternateUrls": [],
|
|
20681
|
+
"repository": "https://github.com/w3c/aria",
|
|
20682
|
+
"sourcePath": "index.html",
|
|
20683
|
+
"filename": "index.html"
|
|
20684
|
+
},
|
|
20685
|
+
"source": "w3c",
|
|
20686
|
+
"shortTitle": "WAI-ARIA",
|
|
20687
|
+
"categories": [
|
|
20688
|
+
"browser"
|
|
20689
|
+
],
|
|
20690
|
+
"standing": "good",
|
|
20691
|
+
"tests": {
|
|
20692
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
20693
|
+
"testPaths": [
|
|
20694
|
+
"wai-aria"
|
|
20695
|
+
]
|
|
20696
|
+
}
|
|
20697
|
+
},
|
|
20649
20698
|
{
|
|
20650
20699
|
"url": "https://www.w3.org/TR/wasm-core-1/",
|
|
20651
20700
|
"seriesComposition": "full",
|
package/package.json
CHANGED