browser-specs 2.12.0 → 2.15.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 +233 -68
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -1352,6 +1352,33 @@
|
|
|
1352
1352
|
"source": "specref",
|
|
1353
1353
|
"shortTitle": "ECMAScript Internationalization API"
|
|
1354
1354
|
},
|
|
1355
|
+
{
|
|
1356
|
+
"url": "https://tc39.es/intl-displaynames-v2/",
|
|
1357
|
+
"seriesComposition": "full",
|
|
1358
|
+
"shortname": "tc39-intl-displaynames-v2",
|
|
1359
|
+
"series": {
|
|
1360
|
+
"shortname": "tc39-intl-displaynames",
|
|
1361
|
+
"currentSpecification": "tc39-intl-displaynames-v2",
|
|
1362
|
+
"nightlyUrl": "https://tc39.es/intl-displaynames-v2/"
|
|
1363
|
+
},
|
|
1364
|
+
"seriesVersion": "2",
|
|
1365
|
+
"organization": "Ecma International",
|
|
1366
|
+
"groups": [
|
|
1367
|
+
{
|
|
1368
|
+
"name": "TC39",
|
|
1369
|
+
"url": "https://tc39.es/"
|
|
1370
|
+
}
|
|
1371
|
+
],
|
|
1372
|
+
"nightly": {
|
|
1373
|
+
"url": "https://tc39.es/intl-displaynames-v2/",
|
|
1374
|
+
"repository": "https://github.com/tc39/intl-displaynames-v2",
|
|
1375
|
+
"sourcePath": "index.html",
|
|
1376
|
+
"filename": "index.html"
|
|
1377
|
+
},
|
|
1378
|
+
"title": "Intl.DisplayNames v2 Proposal",
|
|
1379
|
+
"source": "spec",
|
|
1380
|
+
"shortTitle": "Intl.DisplayNames v2 Proposal"
|
|
1381
|
+
},
|
|
1355
1382
|
{
|
|
1356
1383
|
"url": "https://tc39.es/proposal-accessible-object-hasownproperty/",
|
|
1357
1384
|
"seriesComposition": "full",
|
|
@@ -1534,6 +1561,58 @@
|
|
|
1534
1561
|
"source": "spec",
|
|
1535
1562
|
"shortTitle": "import assertions"
|
|
1536
1563
|
},
|
|
1564
|
+
{
|
|
1565
|
+
"url": "https://tc39.es/proposal-intl-enumeration/",
|
|
1566
|
+
"seriesComposition": "full",
|
|
1567
|
+
"shortname": "tc39-intl-enumeration",
|
|
1568
|
+
"series": {
|
|
1569
|
+
"shortname": "tc39-intl-enumeration",
|
|
1570
|
+
"currentSpecification": "tc39-intl-enumeration",
|
|
1571
|
+
"nightlyUrl": "https://tc39.es/proposal-intl-enumeration/"
|
|
1572
|
+
},
|
|
1573
|
+
"organization": "Ecma International",
|
|
1574
|
+
"groups": [
|
|
1575
|
+
{
|
|
1576
|
+
"name": "TC39",
|
|
1577
|
+
"url": "https://tc39.es/"
|
|
1578
|
+
}
|
|
1579
|
+
],
|
|
1580
|
+
"nightly": {
|
|
1581
|
+
"url": "https://tc39.es/proposal-intl-enumeration/",
|
|
1582
|
+
"repository": "https://github.com/tc39/proposal-intl-enumeration",
|
|
1583
|
+
"sourcePath": "index.html",
|
|
1584
|
+
"filename": "index.html"
|
|
1585
|
+
},
|
|
1586
|
+
"title": "Intl Enumeration API Specification",
|
|
1587
|
+
"source": "spec",
|
|
1588
|
+
"shortTitle": "Intl Enumeration API"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"url": "https://tc39.es/proposal-intl-extend-timezonename/",
|
|
1592
|
+
"seriesComposition": "full",
|
|
1593
|
+
"shortname": "tc39-intl-extend-timezonename",
|
|
1594
|
+
"series": {
|
|
1595
|
+
"shortname": "tc39-intl-extend-timezonename",
|
|
1596
|
+
"currentSpecification": "tc39-intl-extend-timezonename",
|
|
1597
|
+
"nightlyUrl": "https://tc39.es/proposal-intl-extend-timezonename/"
|
|
1598
|
+
},
|
|
1599
|
+
"organization": "Ecma International",
|
|
1600
|
+
"groups": [
|
|
1601
|
+
{
|
|
1602
|
+
"name": "TC39",
|
|
1603
|
+
"url": "https://tc39.es/"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"nightly": {
|
|
1607
|
+
"url": "https://tc39.es/proposal-intl-extend-timezonename/",
|
|
1608
|
+
"repository": "https://github.com/tc39/proposal-intl-extend-timezonename",
|
|
1609
|
+
"sourcePath": "index.html",
|
|
1610
|
+
"filename": "index.html"
|
|
1611
|
+
},
|
|
1612
|
+
"title": "Extend TimeZoneName Option Proposal",
|
|
1613
|
+
"source": "spec",
|
|
1614
|
+
"shortTitle": "Extend TimeZoneName Option Proposal"
|
|
1615
|
+
},
|
|
1537
1616
|
{
|
|
1538
1617
|
"url": "https://tc39.es/proposal-intl-locale-info/",
|
|
1539
1618
|
"seriesComposition": "full",
|
|
@@ -1560,6 +1639,32 @@
|
|
|
1560
1639
|
"source": "spec",
|
|
1561
1640
|
"shortTitle": "Intl Locale Info Proposal"
|
|
1562
1641
|
},
|
|
1642
|
+
{
|
|
1643
|
+
"url": "https://tc39.es/proposal-intl-segmenter/",
|
|
1644
|
+
"seriesComposition": "full",
|
|
1645
|
+
"shortname": "tc39-intl-segmenter",
|
|
1646
|
+
"series": {
|
|
1647
|
+
"shortname": "tc39-intl-segmenter",
|
|
1648
|
+
"currentSpecification": "tc39-intl-segmenter",
|
|
1649
|
+
"nightlyUrl": "https://tc39.es/proposal-intl-segmenter/"
|
|
1650
|
+
},
|
|
1651
|
+
"organization": "Ecma International",
|
|
1652
|
+
"groups": [
|
|
1653
|
+
{
|
|
1654
|
+
"name": "TC39",
|
|
1655
|
+
"url": "https://tc39.es/"
|
|
1656
|
+
}
|
|
1657
|
+
],
|
|
1658
|
+
"nightly": {
|
|
1659
|
+
"url": "https://tc39.es/proposal-intl-segmenter/",
|
|
1660
|
+
"repository": "https://github.com/tc39/proposal-intl-segmenter",
|
|
1661
|
+
"sourcePath": "spec.html",
|
|
1662
|
+
"filename": "index.html"
|
|
1663
|
+
},
|
|
1664
|
+
"title": "Intl.Segmenter Proposal",
|
|
1665
|
+
"source": "spec",
|
|
1666
|
+
"shortTitle": "Intl.Segmenter Proposal"
|
|
1667
|
+
},
|
|
1563
1668
|
{
|
|
1564
1669
|
"url": "https://tc39.es/proposal-json-modules/",
|
|
1565
1670
|
"seriesComposition": "full",
|
|
@@ -2226,38 +2331,6 @@
|
|
|
2226
2331
|
"source": "spec",
|
|
2227
2332
|
"shortTitle": "WebDriver BiDi"
|
|
2228
2333
|
},
|
|
2229
|
-
{
|
|
2230
|
-
"url": "https://w3c.github.io/webrtc-encoded-transform/",
|
|
2231
|
-
"seriesComposition": "full",
|
|
2232
|
-
"shortname": "webrtc-encoded-transform",
|
|
2233
|
-
"series": {
|
|
2234
|
-
"shortname": "webrtc-encoded-transform",
|
|
2235
|
-
"currentSpecification": "webrtc-encoded-transform",
|
|
2236
|
-
"nightlyUrl": "https://w3c.github.io/webrtc-encoded-transform/"
|
|
2237
|
-
},
|
|
2238
|
-
"organization": "W3C",
|
|
2239
|
-
"groups": [
|
|
2240
|
-
{
|
|
2241
|
-
"name": "Web Real-Time Communications Working Group",
|
|
2242
|
-
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
2243
|
-
}
|
|
2244
|
-
],
|
|
2245
|
-
"nightly": {
|
|
2246
|
-
"url": "https://w3c.github.io/webrtc-encoded-transform/",
|
|
2247
|
-
"repository": "https://github.com/w3c/webrtc-encoded-transform",
|
|
2248
|
-
"sourcePath": "index.bs",
|
|
2249
|
-
"filename": "index.html"
|
|
2250
|
-
},
|
|
2251
|
-
"title": "WebRTC Encoded Transform",
|
|
2252
|
-
"source": "spec",
|
|
2253
|
-
"shortTitle": "WebRTC Encoded Transform",
|
|
2254
|
-
"tests": {
|
|
2255
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
2256
|
-
"testPaths": [
|
|
2257
|
-
"webrtc-encoded-transform"
|
|
2258
|
-
]
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
2334
|
{
|
|
2262
2335
|
"url": "https://w3c.github.io/webrtc-ice/",
|
|
2263
2336
|
"seriesComposition": "full",
|
|
@@ -2508,6 +2581,32 @@
|
|
|
2508
2581
|
]
|
|
2509
2582
|
}
|
|
2510
2583
|
},
|
|
2584
|
+
{
|
|
2585
|
+
"url": "https://wicg.github.io/compute-pressure/",
|
|
2586
|
+
"seriesComposition": "full",
|
|
2587
|
+
"shortname": "compute-pressure",
|
|
2588
|
+
"series": {
|
|
2589
|
+
"shortname": "compute-pressure",
|
|
2590
|
+
"currentSpecification": "compute-pressure",
|
|
2591
|
+
"nightlyUrl": "https://wicg.github.io/compute-pressure/"
|
|
2592
|
+
},
|
|
2593
|
+
"organization": "W3C",
|
|
2594
|
+
"groups": [
|
|
2595
|
+
{
|
|
2596
|
+
"name": "Web Platform Incubator Community Group",
|
|
2597
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
2598
|
+
}
|
|
2599
|
+
],
|
|
2600
|
+
"nightly": {
|
|
2601
|
+
"url": "https://wicg.github.io/compute-pressure/",
|
|
2602
|
+
"repository": "https://github.com/WICG/compute-pressure",
|
|
2603
|
+
"sourcePath": "index.bs",
|
|
2604
|
+
"filename": "index.html"
|
|
2605
|
+
},
|
|
2606
|
+
"title": "Compute Pressure API",
|
|
2607
|
+
"source": "spec",
|
|
2608
|
+
"shortTitle": "Compute Pressure API"
|
|
2609
|
+
},
|
|
2511
2610
|
{
|
|
2512
2611
|
"url": "https://wicg.github.io/contact-api/spec/",
|
|
2513
2612
|
"seriesComposition": "full",
|
|
@@ -3042,32 +3141,6 @@
|
|
|
3042
3141
|
"source": "spec",
|
|
3043
3142
|
"shortTitle": "Federated Learning of Cohorts"
|
|
3044
3143
|
},
|
|
3045
|
-
{
|
|
3046
|
-
"url": "https://wicg.github.io/frame-timing/",
|
|
3047
|
-
"seriesComposition": "full",
|
|
3048
|
-
"shortname": "frame-timing",
|
|
3049
|
-
"series": {
|
|
3050
|
-
"shortname": "frame-timing",
|
|
3051
|
-
"currentSpecification": "frame-timing",
|
|
3052
|
-
"nightlyUrl": "https://wicg.github.io/frame-timing/"
|
|
3053
|
-
},
|
|
3054
|
-
"organization": "W3C",
|
|
3055
|
-
"groups": [
|
|
3056
|
-
{
|
|
3057
|
-
"name": "Web Platform Incubator Community Group",
|
|
3058
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
3059
|
-
}
|
|
3060
|
-
],
|
|
3061
|
-
"nightly": {
|
|
3062
|
-
"url": "https://wicg.github.io/frame-timing/",
|
|
3063
|
-
"repository": "https://github.com/WICG/frame-timing",
|
|
3064
|
-
"sourcePath": "index.html",
|
|
3065
|
-
"filename": "index.html"
|
|
3066
|
-
},
|
|
3067
|
-
"title": "Frame Timing",
|
|
3068
|
-
"source": "specref",
|
|
3069
|
-
"shortTitle": "Frame Timing"
|
|
3070
|
-
},
|
|
3071
3144
|
{
|
|
3072
3145
|
"url": "https://wicg.github.io/get-installed-related-apps/spec/",
|
|
3073
3146
|
"seriesComposition": "full",
|
|
@@ -6467,6 +6540,60 @@
|
|
|
6467
6540
|
"source": "specref",
|
|
6468
6541
|
"shortTitle": "HTTP Client Hints"
|
|
6469
6542
|
},
|
|
6543
|
+
{
|
|
6544
|
+
"url": "https://www.w3.org/Consortium/Patent-Policy/",
|
|
6545
|
+
"seriesComposition": "full",
|
|
6546
|
+
"shortname": "w3c-patent-policy",
|
|
6547
|
+
"series": {
|
|
6548
|
+
"shortname": "w3c-patent-policy",
|
|
6549
|
+
"currentSpecification": "w3c-patent-policy",
|
|
6550
|
+
"nightlyUrl": "https://www.w3.org/Consortium/Patent-Policy/"
|
|
6551
|
+
},
|
|
6552
|
+
"organization": "W3C",
|
|
6553
|
+
"groups": [
|
|
6554
|
+
{
|
|
6555
|
+
"name": "Patents and Standards Interest Group",
|
|
6556
|
+
"url": "https://www.w3.org/2004/pp/psig/"
|
|
6557
|
+
}
|
|
6558
|
+
],
|
|
6559
|
+
"nightly": {
|
|
6560
|
+
"url": "https://www.w3.org/Consortium/Patent-Policy/",
|
|
6561
|
+
"filename": "Overview.html"
|
|
6562
|
+
},
|
|
6563
|
+
"title": "W3C Patent Policy",
|
|
6564
|
+
"source": "spec",
|
|
6565
|
+
"shortTitle": "W3C Patent Policy"
|
|
6566
|
+
},
|
|
6567
|
+
{
|
|
6568
|
+
"url": "https://www.w3.org/Consortium/Process/",
|
|
6569
|
+
"seriesComposition": "full",
|
|
6570
|
+
"shortname": "w3c-process",
|
|
6571
|
+
"series": {
|
|
6572
|
+
"shortname": "w3c-process",
|
|
6573
|
+
"currentSpecification": "w3c-process",
|
|
6574
|
+
"nightlyUrl": "https://www.w3.org/Consortium/Process/"
|
|
6575
|
+
},
|
|
6576
|
+
"groups": [
|
|
6577
|
+
{
|
|
6578
|
+
"name": "Advisory Board",
|
|
6579
|
+
"url": "https://www.w3.org/Member/Board/"
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"name": "W3C Process Community Group ",
|
|
6583
|
+
"url": "https://www.w3.org/community/w3process/"
|
|
6584
|
+
}
|
|
6585
|
+
],
|
|
6586
|
+
"nightly": {
|
|
6587
|
+
"url": "https://www.w3.org/Consortium/Process/",
|
|
6588
|
+
"repository": "https://github.com/w3c/w3process",
|
|
6589
|
+
"sourcePath": "index.bs",
|
|
6590
|
+
"filename": "Overview.html"
|
|
6591
|
+
},
|
|
6592
|
+
"organization": "W3C",
|
|
6593
|
+
"title": "W3C Process Document",
|
|
6594
|
+
"source": "spec",
|
|
6595
|
+
"shortTitle": "W3C Process Document"
|
|
6596
|
+
},
|
|
6470
6597
|
{
|
|
6471
6598
|
"url": "https://www.w3.org/TR/accelerometer/",
|
|
6472
6599
|
"seriesComposition": "full",
|
|
@@ -11374,15 +11501,16 @@
|
|
|
11374
11501
|
}
|
|
11375
11502
|
},
|
|
11376
11503
|
{
|
|
11377
|
-
"url": "https://www.w3.org/TR/media-source/",
|
|
11504
|
+
"url": "https://www.w3.org/TR/media-source-2/",
|
|
11378
11505
|
"seriesComposition": "full",
|
|
11379
|
-
"shortname": "media-source",
|
|
11506
|
+
"shortname": "media-source-2",
|
|
11380
11507
|
"series": {
|
|
11381
11508
|
"shortname": "media-source",
|
|
11382
|
-
"currentSpecification": "media-source",
|
|
11509
|
+
"currentSpecification": "media-source-2",
|
|
11383
11510
|
"releaseUrl": "https://www.w3.org/TR/media-source/",
|
|
11384
11511
|
"nightlyUrl": "https://w3c.github.io/media-source/"
|
|
11385
11512
|
},
|
|
11513
|
+
"seriesVersion": "2",
|
|
11386
11514
|
"nightly": {
|
|
11387
11515
|
"url": "https://w3c.github.io/media-source/",
|
|
11388
11516
|
"sourcePath": "media-source-respec.html",
|
|
@@ -11392,12 +11520,12 @@
|
|
|
11392
11520
|
"organization": "W3C",
|
|
11393
11521
|
"groups": [
|
|
11394
11522
|
{
|
|
11395
|
-
"name": "
|
|
11396
|
-
"url": "https://www.w3.org/
|
|
11523
|
+
"name": "Media Working Group",
|
|
11524
|
+
"url": "https://www.w3.org/media-wg/"
|
|
11397
11525
|
}
|
|
11398
11526
|
],
|
|
11399
11527
|
"release": {
|
|
11400
|
-
"url": "https://www.w3.org/TR/media-source/",
|
|
11528
|
+
"url": "https://www.w3.org/TR/media-source-2/",
|
|
11401
11529
|
"filename": "Overview.html"
|
|
11402
11530
|
},
|
|
11403
11531
|
"title": "Media Source Extensions™",
|
|
@@ -11704,9 +11832,9 @@
|
|
|
11704
11832
|
"sourcePath": "index.bs",
|
|
11705
11833
|
"filename": "index.html"
|
|
11706
11834
|
},
|
|
11707
|
-
"title": "Mixed Content
|
|
11835
|
+
"title": "Mixed Content",
|
|
11708
11836
|
"source": "w3c",
|
|
11709
|
-
"shortTitle": "Mixed Content
|
|
11837
|
+
"shortTitle": "Mixed Content",
|
|
11710
11838
|
"tests": {
|
|
11711
11839
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
11712
11840
|
"testPaths": [
|
|
@@ -14360,9 +14488,9 @@
|
|
|
14360
14488
|
"sourcePath": "index.html",
|
|
14361
14489
|
"filename": "index.html"
|
|
14362
14490
|
},
|
|
14363
|
-
"title": "WebDriver
|
|
14491
|
+
"title": "WebDriver",
|
|
14364
14492
|
"source": "w3c",
|
|
14365
|
-
"shortTitle": "WebDriver
|
|
14493
|
+
"shortTitle": "WebDriver",
|
|
14366
14494
|
"tests": {
|
|
14367
14495
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
14368
14496
|
"testPaths": [
|
|
@@ -14513,6 +14641,43 @@
|
|
|
14513
14641
|
"source": "w3c",
|
|
14514
14642
|
"shortTitle": "Web Neural Network API"
|
|
14515
14643
|
},
|
|
14644
|
+
{
|
|
14645
|
+
"url": "https://www.w3.org/TR/webrtc-encoded-transform/",
|
|
14646
|
+
"seriesComposition": "full",
|
|
14647
|
+
"shortname": "webrtc-encoded-transform",
|
|
14648
|
+
"series": {
|
|
14649
|
+
"shortname": "webrtc-encoded-transform",
|
|
14650
|
+
"currentSpecification": "webrtc-encoded-transform",
|
|
14651
|
+
"releaseUrl": "https://www.w3.org/TR/webrtc-encoded-transform/",
|
|
14652
|
+
"nightlyUrl": "https://w3c.github.io/webrtc-encoded-transform/"
|
|
14653
|
+
},
|
|
14654
|
+
"organization": "W3C",
|
|
14655
|
+
"groups": [
|
|
14656
|
+
{
|
|
14657
|
+
"name": "Web Real-Time Communications Working Group",
|
|
14658
|
+
"url": "https://www.w3.org/groups/wg/webrtc"
|
|
14659
|
+
}
|
|
14660
|
+
],
|
|
14661
|
+
"release": {
|
|
14662
|
+
"url": "https://www.w3.org/TR/webrtc-encoded-transform/",
|
|
14663
|
+
"filename": "Overview.html"
|
|
14664
|
+
},
|
|
14665
|
+
"nightly": {
|
|
14666
|
+
"url": "https://w3c.github.io/webrtc-encoded-transform/",
|
|
14667
|
+
"repository": "https://github.com/w3c/webrtc-encoded-transform",
|
|
14668
|
+
"sourcePath": "index.bs",
|
|
14669
|
+
"filename": "index.html"
|
|
14670
|
+
},
|
|
14671
|
+
"title": "WebRTC Encoded Transform",
|
|
14672
|
+
"source": "w3c",
|
|
14673
|
+
"shortTitle": "WebRTC Encoded Transform",
|
|
14674
|
+
"tests": {
|
|
14675
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
14676
|
+
"testPaths": [
|
|
14677
|
+
"webrtc-encoded-transform"
|
|
14678
|
+
]
|
|
14679
|
+
}
|
|
14680
|
+
},
|
|
14516
14681
|
{
|
|
14517
14682
|
"url": "https://www.w3.org/TR/webrtc-identity/",
|
|
14518
14683
|
"seriesComposition": "full",
|