browser-specs 4.21.0 → 4.22.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 +34 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -5263,6 +5263,40 @@
|
|
|
5263
5263
|
],
|
|
5264
5264
|
"standing": "good"
|
|
5265
5265
|
},
|
|
5266
|
+
{
|
|
5267
|
+
"url": "https://w3c.github.io/at-driver/",
|
|
5268
|
+
"seriesComposition": "full",
|
|
5269
|
+
"shortname": "at-driver",
|
|
5270
|
+
"series": {
|
|
5271
|
+
"shortname": "at-driver",
|
|
5272
|
+
"currentSpecification": "at-driver",
|
|
5273
|
+
"title": "AT Driver",
|
|
5274
|
+
"shortTitle": "AT Driver",
|
|
5275
|
+
"nightlyUrl": "https://w3c.github.io/at-driver/"
|
|
5276
|
+
},
|
|
5277
|
+
"organization": "W3C",
|
|
5278
|
+
"groups": [
|
|
5279
|
+
{
|
|
5280
|
+
"name": "Browser Testing and Tools Working Group",
|
|
5281
|
+
"url": "https://www.w3.org/groups/wg/browser-tools-testing/"
|
|
5282
|
+
}
|
|
5283
|
+
],
|
|
5284
|
+
"nightly": {
|
|
5285
|
+
"url": "https://w3c.github.io/at-driver/",
|
|
5286
|
+
"status": "Editor's Draft",
|
|
5287
|
+
"alternateUrls": [],
|
|
5288
|
+
"repository": "https://github.com/w3c/at-driver",
|
|
5289
|
+
"sourcePath": "index.bs",
|
|
5290
|
+
"filename": "index.html"
|
|
5291
|
+
},
|
|
5292
|
+
"title": "AT Driver",
|
|
5293
|
+
"source": "spec",
|
|
5294
|
+
"shortTitle": "AT Driver",
|
|
5295
|
+
"categories": [
|
|
5296
|
+
"browser"
|
|
5297
|
+
],
|
|
5298
|
+
"standing": "good"
|
|
5299
|
+
},
|
|
5266
5300
|
{
|
|
5267
5301
|
"url": "https://w3c.github.io/audio-session/",
|
|
5268
5302
|
"seriesComposition": "full",
|
package/package.json
CHANGED