web-specs 3.5.0 → 3.7.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/README.md +7 -4
- package/index.json +80 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -672,9 +672,12 @@ in patch releases.
|
|
|
672
672
|
|
|
673
673
|
## How to add/update/delete a spec
|
|
674
674
|
|
|
675
|
-
If you believe that a spec should be added
|
|
676
|
-
|
|
677
|
-
|
|
675
|
+
If you believe that a spec should be added to the list, check the [selection
|
|
676
|
+
criteria](#spec-selection-criteria) below and use the ["New spec" issue
|
|
677
|
+
template](https://github.com/w3c/browser-specs/issues/new/choose).
|
|
678
|
+
|
|
679
|
+
For other types of changes, please check [contributing
|
|
680
|
+
instructions](CONTRIBUTING.md).
|
|
678
681
|
|
|
679
682
|
|
|
680
683
|
## Spec selection criteria
|
|
@@ -692,7 +695,7 @@ appear in the list. For instance, the list contains the HTML LS spec, but not
|
|
|
692
695
|
HTML 4.01 or HTML 5).
|
|
693
696
|
2. The spec is being developed by a well-known standardization or
|
|
694
697
|
pre-standardization group. Today, this means a W3C Working Group or Community
|
|
695
|
-
Group, the WHATWG, the IETF, the TC39 group
|
|
698
|
+
Group, the WHATWG, the IETF, the TC39 group, the Khronos Group, the Alliance for Open Media (AOM), or ISO.
|
|
696
699
|
4. The spec sits at the application layer or is "close to it". For instance,
|
|
697
700
|
most IETF specs are likely out of scope, but some that are exposed to Web developers are in scope.
|
|
698
701
|
5. The spec defines normative content (terms, CSS, IDL), or it contains
|
package/index.json
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"organization": "Alliance for Open Media",
|
|
126
126
|
"nightly": {
|
|
127
127
|
"url": "https://aomediacodec.github.io/av1-isobmff/",
|
|
128
|
-
"status": "Draft
|
|
128
|
+
"status": "Working Group Approved Draft",
|
|
129
129
|
"alternateUrls": [],
|
|
130
130
|
"repository": "https://github.com/AOMediaCodec/av1-isobmff",
|
|
131
131
|
"sourcePath": "index.bs",
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"currentSpecification": "webp",
|
|
439
439
|
"title": "WebP Image Format",
|
|
440
440
|
"shortTitle": "WebP Image Format",
|
|
441
|
-
"nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-
|
|
441
|
+
"nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-14.html"
|
|
442
442
|
},
|
|
443
443
|
"organization": "IETF",
|
|
444
444
|
"groups": [
|
|
@@ -448,10 +448,10 @@
|
|
|
448
448
|
}
|
|
449
449
|
],
|
|
450
450
|
"nightly": {
|
|
451
|
-
"url": "https://www.ietf.org/archive/id/draft-zern-webp-
|
|
451
|
+
"url": "https://www.ietf.org/archive/id/draft-zern-webp-14.html",
|
|
452
452
|
"status": "Editor's Draft",
|
|
453
453
|
"alternateUrls": [],
|
|
454
|
-
"filename": "draft-zern-webp-
|
|
454
|
+
"filename": "draft-zern-webp-14.html"
|
|
455
455
|
},
|
|
456
456
|
"title": "WebP Image Format",
|
|
457
457
|
"source": "ietf",
|
|
@@ -6513,6 +6513,40 @@
|
|
|
6513
6513
|
],
|
|
6514
6514
|
"standing": "good"
|
|
6515
6515
|
},
|
|
6516
|
+
{
|
|
6517
|
+
"url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
|
|
6518
|
+
"seriesComposition": "full",
|
|
6519
|
+
"shortname": "passkey-endpoints",
|
|
6520
|
+
"series": {
|
|
6521
|
+
"shortname": "passkey-endpoints",
|
|
6522
|
+
"currentSpecification": "passkey-endpoints",
|
|
6523
|
+
"title": "A Well-Known URL for Passkey Endpoints",
|
|
6524
|
+
"shortTitle": "A Well-Known URL for Passkey Endpoints",
|
|
6525
|
+
"nightlyUrl": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html"
|
|
6526
|
+
},
|
|
6527
|
+
"nightly": {
|
|
6528
|
+
"url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
|
|
6529
|
+
"status": "Editor's Draft",
|
|
6530
|
+
"sourcePath": "passkey-endpoints.bs",
|
|
6531
|
+
"alternateUrls": [],
|
|
6532
|
+
"repository": "https://github.com/w3c/webappsec-passkey-endpoints",
|
|
6533
|
+
"filename": "passkey-endpoints.html"
|
|
6534
|
+
},
|
|
6535
|
+
"organization": "W3C",
|
|
6536
|
+
"groups": [
|
|
6537
|
+
{
|
|
6538
|
+
"name": "Web Application Security Working Group",
|
|
6539
|
+
"url": "https://www.w3.org/groups/wg/webappsec/"
|
|
6540
|
+
}
|
|
6541
|
+
],
|
|
6542
|
+
"title": "A Well-Known URL for Passkey Endpoints",
|
|
6543
|
+
"source": "spec",
|
|
6544
|
+
"shortTitle": "A Well-Known URL for Passkey Endpoints",
|
|
6545
|
+
"categories": [
|
|
6546
|
+
"browser"
|
|
6547
|
+
],
|
|
6548
|
+
"standing": "good"
|
|
6549
|
+
},
|
|
6516
6550
|
{
|
|
6517
6551
|
"url": "https://w3c.github.io/webdriver-bidi/",
|
|
6518
6552
|
"seriesComposition": "full",
|
|
@@ -7480,7 +7514,9 @@
|
|
|
7480
7514
|
},
|
|
7481
7515
|
"source": "spec",
|
|
7482
7516
|
"shortTitle": "Close Watcher API",
|
|
7483
|
-
"categories": [
|
|
7517
|
+
"categories": [
|
|
7518
|
+
"browser"
|
|
7519
|
+
],
|
|
7484
7520
|
"tests": {
|
|
7485
7521
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
7486
7522
|
"testPaths": [
|
|
@@ -10057,6 +10093,40 @@
|
|
|
10057
10093
|
],
|
|
10058
10094
|
"standing": "pending"
|
|
10059
10095
|
},
|
|
10096
|
+
{
|
|
10097
|
+
"url": "https://wicg.github.io/WebApiDevice/device_attributes/",
|
|
10098
|
+
"seriesComposition": "full",
|
|
10099
|
+
"shortname": "device-attributes",
|
|
10100
|
+
"series": {
|
|
10101
|
+
"shortname": "device-attributes",
|
|
10102
|
+
"currentSpecification": "device-attributes",
|
|
10103
|
+
"title": "Device Attributes API",
|
|
10104
|
+
"shortTitle": "Device Attributes API",
|
|
10105
|
+
"nightlyUrl": "https://wicg.github.io/WebApiDevice/device_attributes/"
|
|
10106
|
+
},
|
|
10107
|
+
"nightly": {
|
|
10108
|
+
"url": "https://wicg.github.io/WebApiDevice/device_attributes/",
|
|
10109
|
+
"status": "Draft Community Group Report",
|
|
10110
|
+
"sourcePath": "device_attributes/index.bs",
|
|
10111
|
+
"alternateUrls": [],
|
|
10112
|
+
"repository": "https://github.com/WICG/WebApiDevice",
|
|
10113
|
+
"filename": "index.html"
|
|
10114
|
+
},
|
|
10115
|
+
"organization": "W3C",
|
|
10116
|
+
"groups": [
|
|
10117
|
+
{
|
|
10118
|
+
"name": "Web Platform Incubator Community Group",
|
|
10119
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
10120
|
+
}
|
|
10121
|
+
],
|
|
10122
|
+
"title": "Device Attributes API",
|
|
10123
|
+
"source": "spec",
|
|
10124
|
+
"shortTitle": "Device Attributes API",
|
|
10125
|
+
"categories": [
|
|
10126
|
+
"browser"
|
|
10127
|
+
],
|
|
10128
|
+
"standing": "good"
|
|
10129
|
+
},
|
|
10060
10130
|
{
|
|
10061
10131
|
"url": "https://wicg.github.io/WebApiDevice/managed_config/",
|
|
10062
10132
|
"seriesComposition": "full",
|
|
@@ -12495,10 +12565,6 @@
|
|
|
12495
12565
|
"seriesNext": "compositing-2",
|
|
12496
12566
|
"organization": "W3C",
|
|
12497
12567
|
"groups": [
|
|
12498
|
-
{
|
|
12499
|
-
"name": "SVG Working Group",
|
|
12500
|
-
"url": "https://www.w3.org/Graphics/SVG/WG/"
|
|
12501
|
-
},
|
|
12502
12568
|
{
|
|
12503
12569
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
12504
12570
|
"url": "https://www.w3.org/Style/CSS/"
|
|
@@ -12506,7 +12572,7 @@
|
|
|
12506
12572
|
],
|
|
12507
12573
|
"release": {
|
|
12508
12574
|
"url": "https://www.w3.org/TR/compositing-1/",
|
|
12509
|
-
"status": "Candidate Recommendation
|
|
12575
|
+
"status": "Candidate Recommendation Draft",
|
|
12510
12576
|
"filename": "Overview.html"
|
|
12511
12577
|
},
|
|
12512
12578
|
"nightly": {
|
|
@@ -12964,7 +13030,7 @@
|
|
|
12964
13030
|
],
|
|
12965
13031
|
"release": {
|
|
12966
13032
|
"url": "https://www.w3.org/TR/css-anchor-position-1/",
|
|
12967
|
-
"status": "
|
|
13033
|
+
"status": "Working Draft",
|
|
12968
13034
|
"filename": "Overview.html"
|
|
12969
13035
|
},
|
|
12970
13036
|
"nightly": {
|
|
@@ -15638,10 +15704,6 @@
|
|
|
15638
15704
|
{
|
|
15639
15705
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
15640
15706
|
"url": "https://www.w3.org/Style/CSS/"
|
|
15641
|
-
},
|
|
15642
|
-
{
|
|
15643
|
-
"name": "Technical Architecture Group",
|
|
15644
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
15645
15707
|
}
|
|
15646
15708
|
],
|
|
15647
15709
|
"release": {
|
|
@@ -16933,10 +16995,6 @@
|
|
|
16933
16995
|
{
|
|
16934
16996
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
16935
16997
|
"url": "https://www.w3.org/Style/CSS/"
|
|
16936
|
-
},
|
|
16937
|
-
{
|
|
16938
|
-
"name": "Technical Architecture Group",
|
|
16939
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
16940
16998
|
}
|
|
16941
16999
|
],
|
|
16942
17000
|
"release": {
|
|
@@ -17091,7 +17149,7 @@
|
|
|
17091
17149
|
],
|
|
17092
17150
|
"release": {
|
|
17093
17151
|
"url": "https://www.w3.org/TR/css-values-3/",
|
|
17094
|
-
"status": "Candidate Recommendation
|
|
17152
|
+
"status": "Candidate Recommendation Draft",
|
|
17095
17153
|
"filename": "Overview.html"
|
|
17096
17154
|
},
|
|
17097
17155
|
"nightly": {
|
|
@@ -17243,7 +17301,7 @@
|
|
|
17243
17301
|
],
|
|
17244
17302
|
"release": {
|
|
17245
17303
|
"url": "https://www.w3.org/TR/css-view-transitions-1/",
|
|
17246
|
-
"status": "Candidate Recommendation
|
|
17304
|
+
"status": "Candidate Recommendation Draft",
|
|
17247
17305
|
"filename": "Overview.html"
|
|
17248
17306
|
},
|
|
17249
17307
|
"nightly": {
|
|
@@ -21758,7 +21816,7 @@
|
|
|
21758
21816
|
],
|
|
21759
21817
|
"release": {
|
|
21760
21818
|
"url": "https://www.w3.org/TR/rdf-canon/",
|
|
21761
|
-
"status": "
|
|
21819
|
+
"status": "Proposed Recommendation",
|
|
21762
21820
|
"filename": "Overview.html"
|
|
21763
21821
|
},
|
|
21764
21822
|
"title": "RDF Dataset Canonicalization",
|