browser-specs 4.15.0 → 4.16.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 +169 -15
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1406,6 +1406,51 @@
1406
1406
  ]
1407
1407
  }
1408
1408
  },
1409
+ {
1410
+ "url": "https://drafts.csswg.org/selectors-5/",
1411
+ "seriesComposition": "delta",
1412
+ "shortname": "selectors-5",
1413
+ "series": {
1414
+ "shortname": "selectors",
1415
+ "currentSpecification": "selectors-4",
1416
+ "title": "Selectors",
1417
+ "shortTitle": "Selectors",
1418
+ "releaseUrl": "https://www.w3.org/TR/selectors/",
1419
+ "nightlyUrl": "https://drafts.csswg.org/selectors/"
1420
+ },
1421
+ "seriesVersion": "5",
1422
+ "seriesPrevious": "selectors-4",
1423
+ "organization": "W3C",
1424
+ "groups": [
1425
+ {
1426
+ "name": "Cascading Style Sheets (CSS) Working Group",
1427
+ "url": "https://www.w3.org/Style/CSS/"
1428
+ }
1429
+ ],
1430
+ "nightly": {
1431
+ "url": "https://drafts.csswg.org/selectors-5/",
1432
+ "status": "Editor's Draft",
1433
+ "alternateUrls": [
1434
+ "https://w3c.github.io/csswg-drafts/selectors-5/"
1435
+ ],
1436
+ "repository": "https://github.com/w3c/csswg-drafts",
1437
+ "sourcePath": "selectors-5/Overview.bs",
1438
+ "filename": "index.html"
1439
+ },
1440
+ "title": "Selectors Level 5",
1441
+ "source": "spec",
1442
+ "shortTitle": "Selectors 5",
1443
+ "categories": [
1444
+ "browser"
1445
+ ],
1446
+ "standing": "good",
1447
+ "tests": {
1448
+ "repository": "https://github.com/web-platform-tests/wpt",
1449
+ "testPaths": [
1450
+ "css/selectors"
1451
+ ]
1452
+ }
1453
+ },
1409
1454
  {
1410
1455
  "url": "https://drafts.fxtf.org/compositing-2/",
1411
1456
  "seriesComposition": "full",
@@ -1546,8 +1591,8 @@
1546
1591
  "organization": "W3C",
1547
1592
  "groups": [
1548
1593
  {
1549
- "name": "Web Platform Incubator Community Group",
1550
- "url": "https://www.w3.org/community/wicg/"
1594
+ "name": "Federated Identity Working Group",
1595
+ "url": "https://www.w3.org/groups/wg/fedid/"
1551
1596
  }
1552
1597
  ],
1553
1598
  "nightly": {
@@ -4668,6 +4713,40 @@
4668
4713
  ],
4669
4714
  "standing": "good"
4670
4715
  },
4716
+ {
4717
+ "url": "https://tc39.es/proposal-canonical-tz/",
4718
+ "seriesComposition": "full",
4719
+ "shortname": "tc39-canonical-tz",
4720
+ "series": {
4721
+ "shortname": "tc39-canonical-tz",
4722
+ "currentSpecification": "tc39-canonical-tz",
4723
+ "title": "Time Zone Canonicalization proposal",
4724
+ "shortTitle": "Time Zone Canonicalization",
4725
+ "nightlyUrl": "https://tc39.es/proposal-canonical-tz/"
4726
+ },
4727
+ "organization": "Ecma International",
4728
+ "groups": [
4729
+ {
4730
+ "name": "TC39",
4731
+ "url": "https://tc39.es/"
4732
+ }
4733
+ ],
4734
+ "nightly": {
4735
+ "url": "https://tc39.es/proposal-canonical-tz/",
4736
+ "status": "Editor's Draft",
4737
+ "alternateUrls": [],
4738
+ "repository": "https://github.com/tc39/proposal-canonical-tz",
4739
+ "sourcePath": "spec.html",
4740
+ "filename": "index.html"
4741
+ },
4742
+ "title": "Time Zone Canonicalization proposal",
4743
+ "source": "spec",
4744
+ "shortTitle": "Time Zone Canonicalization",
4745
+ "categories": [
4746
+ "browser"
4747
+ ],
4748
+ "standing": "good"
4749
+ },
4671
4750
  {
4672
4751
  "url": "https://tc39.es/proposal-decorators/",
4673
4752
  "seriesComposition": "full",
@@ -5075,6 +5154,40 @@
5075
5154
  ],
5076
5155
  "standing": "good"
5077
5156
  },
5157
+ {
5158
+ "url": "https://tc39.es/proposal-regex-escaping/",
5159
+ "seriesComposition": "full",
5160
+ "shortname": "tc39-regex-escaping",
5161
+ "series": {
5162
+ "shortname": "tc39-regex-escaping",
5163
+ "currentSpecification": "tc39-regex-escaping",
5164
+ "title": "RegExp.escape",
5165
+ "shortTitle": "RegExp.escape",
5166
+ "nightlyUrl": "https://tc39.es/proposal-regex-escaping/"
5167
+ },
5168
+ "organization": "Ecma International",
5169
+ "groups": [
5170
+ {
5171
+ "name": "TC39",
5172
+ "url": "https://tc39.es/"
5173
+ }
5174
+ ],
5175
+ "nightly": {
5176
+ "url": "https://tc39.es/proposal-regex-escaping/",
5177
+ "status": "Editor's Draft",
5178
+ "alternateUrls": [],
5179
+ "repository": "https://github.com/tc39/proposal-regex-escaping",
5180
+ "sourcePath": "spec.emu",
5181
+ "filename": "index.html"
5182
+ },
5183
+ "title": "RegExp.escape",
5184
+ "source": "spec",
5185
+ "shortTitle": "RegExp.escape",
5186
+ "categories": [
5187
+ "browser"
5188
+ ],
5189
+ "standing": "good"
5190
+ },
5078
5191
  {
5079
5192
  "url": "https://tc39.es/proposal-regexp-modifiers/",
5080
5193
  "seriesComposition": "full",
@@ -6220,6 +6333,43 @@
6220
6333
  ],
6221
6334
  "standing": "good"
6222
6335
  },
6336
+ {
6337
+ "url": "https://webassembly.github.io/js-string-builtins/js-api/",
6338
+ "seriesComposition": "fork",
6339
+ "shortname": "wasm-js-api-2-fork-js-string-builtins",
6340
+ "series": {
6341
+ "shortname": "wasm-js-api",
6342
+ "currentSpecification": "wasm-js-api-2",
6343
+ "title": "WebAssembly JavaScript Interface",
6344
+ "shortTitle": "WebAssembly JavaScript Interface",
6345
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6346
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6347
+ },
6348
+ "seriesVersion": "2",
6349
+ "forkOf": "wasm-js-api-2",
6350
+ "title": "WebAssembly JavaScript Interface: JS String Builtins",
6351
+ "organization": "W3C",
6352
+ "groups": [
6353
+ {
6354
+ "name": "WebAssembly Community Group",
6355
+ "url": "https://www.w3.org/community/webassembly/"
6356
+ }
6357
+ ],
6358
+ "nightly": {
6359
+ "url": "https://webassembly.github.io/js-string-builtins/js-api/",
6360
+ "status": "Editor's Draft",
6361
+ "alternateUrls": [],
6362
+ "repository": "https://github.com/WebAssembly/js-string-builtins",
6363
+ "sourcePath": "document/js-api/index.bs",
6364
+ "filename": "index.html"
6365
+ },
6366
+ "source": "spec",
6367
+ "shortTitle": "WebAssembly JavaScript Interface: JS String Builtins",
6368
+ "categories": [
6369
+ "browser"
6370
+ ],
6371
+ "standing": "good"
6372
+ },
6223
6373
  {
6224
6374
  "url": "https://webassembly.github.io/js-types/js-api/",
6225
6375
  "seriesComposition": "fork",
@@ -12617,7 +12767,7 @@
12617
12767
  ],
12618
12768
  "release": {
12619
12769
  "url": "https://www.w3.org/TR/css-conditional-3/",
12620
- "status": "Candidate Recommendation Snapshot",
12770
+ "status": "Candidate Recommendation Draft",
12621
12771
  "filename": "Overview.html"
12622
12772
  },
12623
12773
  "nightly": {
@@ -16172,7 +16322,7 @@
16172
16322
  "https://w3c.github.io/csswg-drafts/css-viewport/"
16173
16323
  ],
16174
16324
  "repository": "https://github.com/w3c/csswg-drafts",
16175
- "sourcePath": "css-viewport/Overview.bs",
16325
+ "sourcePath": "css-viewport-1/Overview.bs",
16176
16326
  "filename": "index.html"
16177
16327
  },
16178
16328
  "formerNames": [
@@ -17212,7 +17362,7 @@
17212
17362
  ],
17213
17363
  "release": {
17214
17364
  "url": "https://www.w3.org/TR/encrypted-media-2/",
17215
- "status": "First Public Working Draft",
17365
+ "status": "Working Draft",
17216
17366
  "filename": "Overview.html"
17217
17367
  },
17218
17368
  "title": "Encrypted Media Extensions",
@@ -19842,18 +19992,20 @@
19842
19992
  "standing": "good"
19843
19993
  },
19844
19994
  {
19845
- "url": "https://www.w3.org/TR/payment-request-1.1/",
19995
+ "url": "https://www.w3.org/TR/payment-request/",
19846
19996
  "seriesComposition": "full",
19847
- "shortname": "payment-request-1.1",
19997
+ "shortname": "payment-request",
19848
19998
  "series": {
19849
19999
  "shortname": "payment-request",
19850
- "currentSpecification": "payment-request-1.1",
20000
+ "currentSpecification": "payment-request",
19851
20001
  "title": "Payment Request API",
19852
20002
  "shortTitle": "Payment Request API",
19853
20003
  "releaseUrl": "https://www.w3.org/TR/payment-request/",
19854
20004
  "nightlyUrl": "https://w3c.github.io/payment-request/"
19855
20005
  },
19856
- "seriesVersion": "1.1",
20006
+ "formerNames": [
20007
+ "payment-request-1.1"
20008
+ ],
19857
20009
  "organization": "W3C",
19858
20010
  "groups": [
19859
20011
  {
@@ -19862,8 +20014,8 @@
19862
20014
  }
19863
20015
  ],
19864
20016
  "release": {
19865
- "url": "https://www.w3.org/TR/payment-request-1.1/",
19866
- "status": "Working Draft",
20017
+ "url": "https://www.w3.org/TR/payment-request/",
20018
+ "status": "Candidate Recommendation Draft",
19867
20019
  "filename": "Overview.html"
19868
20020
  },
19869
20021
  "nightly": {
@@ -19874,9 +20026,9 @@
19874
20026
  "sourcePath": "index.html",
19875
20027
  "filename": "index.html"
19876
20028
  },
19877
- "title": "Payment Request API 1.1",
20029
+ "title": "Payment Request API",
19878
20030
  "source": "w3c",
19879
- "shortTitle": "Payment Request API 1.1",
20031
+ "shortTitle": "Payment Request API",
19880
20032
  "categories": [
19881
20033
  "browser"
19882
20034
  ],
@@ -21024,6 +21176,7 @@
21024
21176
  },
21025
21177
  "seriesVersion": "4",
21026
21178
  "seriesPrevious": "selectors-3",
21179
+ "seriesNext": "selectors-5",
21027
21180
  "organization": "W3C",
21028
21181
  "groups": [
21029
21182
  {
@@ -22171,6 +22324,7 @@
22171
22324
  "wasm-js-api-2-fork-esm-integration",
22172
22325
  "wasm-js-api-2-fork-exception-handling",
22173
22326
  "wasm-js-api-2-fork-js-promise-integration",
22327
+ "wasm-js-api-2-fork-js-string-builtins",
22174
22328
  "wasm-js-api-2-fork-js-types",
22175
22329
  "wasm-js-api-2-fork-threads"
22176
22330
  ],
@@ -23302,7 +23456,7 @@
23302
23456
  "groups": [
23303
23457
  {
23304
23458
  "name": "GPU for the Web Working Group",
23305
- "url": "https://www.w3.org/2020/gpu/"
23459
+ "url": "https://www.w3.org/groups/wg/gpu/"
23306
23460
  }
23307
23461
  ],
23308
23462
  "release": {
@@ -24224,7 +24378,7 @@
24224
24378
  "groups": [
24225
24379
  {
24226
24380
  "name": "GPU for the Web Working Group",
24227
- "url": "https://www.w3.org/2020/gpu/"
24381
+ "url": "https://www.w3.org/groups/wg/gpu/"
24228
24382
  }
24229
24383
  ],
24230
24384
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.15.0",
3
+ "version": "4.16.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",