browser-specs 3.4.0 → 3.5.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.
Files changed (2) hide show
  1. package/index.json +74 -33
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -922,6 +922,37 @@
922
922
  ]
923
923
  }
924
924
  },
925
+ {
926
+ "url": "https://fs.spec.whatwg.org/",
927
+ "seriesComposition": "full",
928
+ "shortname": "fs",
929
+ "series": {
930
+ "shortname": "fs",
931
+ "currentSpecification": "fs",
932
+ "title": "File System Standard",
933
+ "shortTitle": "File System",
934
+ "nightlyUrl": "https://fs.spec.whatwg.org/"
935
+ },
936
+ "organization": "WHATWG",
937
+ "groups": [
938
+ {
939
+ "name": "Storage Workstream",
940
+ "url": "https://fs.spec.whatwg.org/"
941
+ }
942
+ ],
943
+ "nightly": {
944
+ "url": "https://fs.spec.whatwg.org/",
945
+ "repository": "https://github.com/whatwg/fs",
946
+ "sourcePath": "index.bs",
947
+ "filename": "index.html"
948
+ },
949
+ "title": "File System Standard",
950
+ "source": "specref",
951
+ "shortTitle": "File System",
952
+ "categories": [
953
+ "browser"
954
+ ]
955
+ },
925
956
  {
926
957
  "url": "https://fullscreen.spec.whatwg.org/",
927
958
  "seriesComposition": "full",
@@ -1057,7 +1088,6 @@
1057
1088
  "html",
1058
1089
  "imagebitmap-renderingcontext",
1059
1090
  "webmessaging",
1060
- "websockets",
1061
1091
  "webstorage",
1062
1092
  "workers",
1063
1093
  "worklets",
@@ -2415,37 +2445,6 @@
2415
2445
  ]
2416
2446
  }
2417
2447
  },
2418
- {
2419
- "url": "https://w3c.github.io/autoplay/",
2420
- "seriesComposition": "full",
2421
- "shortname": "autoplay",
2422
- "series": {
2423
- "shortname": "autoplay",
2424
- "currentSpecification": "autoplay",
2425
- "title": "Autoplay Policy Detection",
2426
- "shortTitle": "Autoplay Policy Detection",
2427
- "nightlyUrl": "https://w3c.github.io/autoplay/"
2428
- },
2429
- "organization": "W3C",
2430
- "groups": [
2431
- {
2432
- "name": "Media Working Group",
2433
- "url": "https://www.w3.org/media-wg/"
2434
- }
2435
- ],
2436
- "nightly": {
2437
- "url": "https://w3c.github.io/autoplay/",
2438
- "repository": "https://github.com/w3c/autoplay",
2439
- "sourcePath": "index.bs",
2440
- "filename": "index.html"
2441
- },
2442
- "title": "Autoplay Policy Detection",
2443
- "source": "spec",
2444
- "shortTitle": "Autoplay Policy Detection",
2445
- "categories": [
2446
- "browser"
2447
- ]
2448
- },
2449
2448
  {
2450
2449
  "url": "https://w3c.github.io/badging/",
2451
2450
  "seriesComposition": "full",
@@ -3245,7 +3244,13 @@
3245
3244
  "shortTitle": "WebSockets",
3246
3245
  "categories": [
3247
3246
  "browser"
3248
- ]
3247
+ ],
3248
+ "tests": {
3249
+ "repository": "https://github.com/web-platform-tests/wpt",
3250
+ "testPaths": [
3251
+ "websockets"
3252
+ ]
3253
+ }
3249
3254
  },
3250
3255
  {
3251
3256
  "url": "https://wicg.github.io/background-fetch/",
@@ -8304,6 +8309,42 @@
8304
8309
  ]
8305
8310
  }
8306
8311
  },
8312
+ {
8313
+ "url": "https://www.w3.org/TR/autoplay-detection/",
8314
+ "seriesComposition": "full",
8315
+ "shortname": "autoplay-detection",
8316
+ "series": {
8317
+ "shortname": "autoplay-detection",
8318
+ "currentSpecification": "autoplay-detection",
8319
+ "title": "Autoplay Policy Detection",
8320
+ "shortTitle": "Autoplay Policy Detection",
8321
+ "releaseUrl": "https://www.w3.org/TR/autoplay-detection/",
8322
+ "nightlyUrl": "https://w3c.github.io/autoplay/"
8323
+ },
8324
+ "organization": "W3C",
8325
+ "groups": [
8326
+ {
8327
+ "name": "Media Working Group",
8328
+ "url": "https://www.w3.org/media-wg/"
8329
+ }
8330
+ ],
8331
+ "release": {
8332
+ "url": "https://www.w3.org/TR/autoplay-detection/",
8333
+ "filename": "Overview.html"
8334
+ },
8335
+ "nightly": {
8336
+ "url": "https://w3c.github.io/autoplay/",
8337
+ "repository": "https://github.com/w3c/autoplay",
8338
+ "sourcePath": "index.bs",
8339
+ "filename": "index.html"
8340
+ },
8341
+ "title": "Autoplay Policy Detection",
8342
+ "source": "w3c",
8343
+ "shortTitle": "Autoplay Policy Detection",
8344
+ "categories": [
8345
+ "browser"
8346
+ ]
8347
+ },
8307
8348
  {
8308
8349
  "url": "https://www.w3.org/TR/battery-status/",
8309
8350
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
5
5
  "repository": {
6
6
  "type": "git",