web-specs 3.4.0 → 3.6.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 +86 -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",
|
|
@@ -6128,6 +6128,40 @@
|
|
|
6128
6128
|
],
|
|
6129
6129
|
"standing": "good"
|
|
6130
6130
|
},
|
|
6131
|
+
{
|
|
6132
|
+
"url": "https://w3c.github.io/long-animation-frames/",
|
|
6133
|
+
"seriesComposition": "full",
|
|
6134
|
+
"shortname": "long-animation-frames",
|
|
6135
|
+
"series": {
|
|
6136
|
+
"shortname": "long-animation-frames",
|
|
6137
|
+
"currentSpecification": "long-animation-frames",
|
|
6138
|
+
"title": "Long Animation Frames API",
|
|
6139
|
+
"shortTitle": "Long Animation Frames API",
|
|
6140
|
+
"nightlyUrl": "https://w3c.github.io/long-animation-frames/"
|
|
6141
|
+
},
|
|
6142
|
+
"organization": "W3C",
|
|
6143
|
+
"groups": [
|
|
6144
|
+
{
|
|
6145
|
+
"name": "Web Performance Working Group",
|
|
6146
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
6147
|
+
}
|
|
6148
|
+
],
|
|
6149
|
+
"nightly": {
|
|
6150
|
+
"url": "https://w3c.github.io/long-animation-frames/",
|
|
6151
|
+
"status": "Editor's Draft",
|
|
6152
|
+
"alternateUrls": [],
|
|
6153
|
+
"repository": "https://github.com/w3c/long-animation-frames",
|
|
6154
|
+
"sourcePath": "index.bs",
|
|
6155
|
+
"filename": "index.html"
|
|
6156
|
+
},
|
|
6157
|
+
"title": "Long Animation Frames API",
|
|
6158
|
+
"source": "spec",
|
|
6159
|
+
"shortTitle": "Long Animation Frames API",
|
|
6160
|
+
"categories": [
|
|
6161
|
+
"browser"
|
|
6162
|
+
],
|
|
6163
|
+
"standing": "good"
|
|
6164
|
+
},
|
|
6131
6165
|
{
|
|
6132
6166
|
"url": "https://w3c.github.io/mathml-aam/",
|
|
6133
6167
|
"seriesComposition": "full",
|
|
@@ -7446,7 +7480,9 @@
|
|
|
7446
7480
|
},
|
|
7447
7481
|
"source": "spec",
|
|
7448
7482
|
"shortTitle": "Close Watcher API",
|
|
7449
|
-
"categories": [
|
|
7483
|
+
"categories": [
|
|
7484
|
+
"browser"
|
|
7485
|
+
],
|
|
7450
7486
|
"tests": {
|
|
7451
7487
|
"repository": "https://github.com/web-platform-tests/wpt",
|
|
7452
7488
|
"testPaths": [
|
|
@@ -10023,6 +10059,40 @@
|
|
|
10023
10059
|
],
|
|
10024
10060
|
"standing": "pending"
|
|
10025
10061
|
},
|
|
10062
|
+
{
|
|
10063
|
+
"url": "https://wicg.github.io/WebApiDevice/device_attributes/",
|
|
10064
|
+
"seriesComposition": "full",
|
|
10065
|
+
"shortname": "device-attributes",
|
|
10066
|
+
"series": {
|
|
10067
|
+
"shortname": "device-attributes",
|
|
10068
|
+
"currentSpecification": "device-attributes",
|
|
10069
|
+
"title": "Device Attributes API",
|
|
10070
|
+
"shortTitle": "Device Attributes API",
|
|
10071
|
+
"nightlyUrl": "https://wicg.github.io/WebApiDevice/device_attributes/"
|
|
10072
|
+
},
|
|
10073
|
+
"nightly": {
|
|
10074
|
+
"url": "https://wicg.github.io/WebApiDevice/device_attributes/",
|
|
10075
|
+
"status": "Draft Community Group Report",
|
|
10076
|
+
"sourcePath": "device_attributes/index.bs",
|
|
10077
|
+
"alternateUrls": [],
|
|
10078
|
+
"repository": "https://github.com/WICG/WebApiDevice",
|
|
10079
|
+
"filename": "index.html"
|
|
10080
|
+
},
|
|
10081
|
+
"organization": "W3C",
|
|
10082
|
+
"groups": [
|
|
10083
|
+
{
|
|
10084
|
+
"name": "Web Platform Incubator Community Group",
|
|
10085
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
10086
|
+
}
|
|
10087
|
+
],
|
|
10088
|
+
"title": "Device Attributes API",
|
|
10089
|
+
"source": "spec",
|
|
10090
|
+
"shortTitle": "Device Attributes API",
|
|
10091
|
+
"categories": [
|
|
10092
|
+
"browser"
|
|
10093
|
+
],
|
|
10094
|
+
"standing": "good"
|
|
10095
|
+
},
|
|
10026
10096
|
{
|
|
10027
10097
|
"url": "https://wicg.github.io/WebApiDevice/managed_config/",
|
|
10028
10098
|
"seriesComposition": "full",
|
|
@@ -12461,10 +12531,6 @@
|
|
|
12461
12531
|
"seriesNext": "compositing-2",
|
|
12462
12532
|
"organization": "W3C",
|
|
12463
12533
|
"groups": [
|
|
12464
|
-
{
|
|
12465
|
-
"name": "SVG Working Group",
|
|
12466
|
-
"url": "https://www.w3.org/Graphics/SVG/WG/"
|
|
12467
|
-
},
|
|
12468
12534
|
{
|
|
12469
12535
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
12470
12536
|
"url": "https://www.w3.org/Style/CSS/"
|
|
@@ -12472,7 +12538,7 @@
|
|
|
12472
12538
|
],
|
|
12473
12539
|
"release": {
|
|
12474
12540
|
"url": "https://www.w3.org/TR/compositing-1/",
|
|
12475
|
-
"status": "Candidate Recommendation
|
|
12541
|
+
"status": "Candidate Recommendation Draft",
|
|
12476
12542
|
"filename": "Overview.html"
|
|
12477
12543
|
},
|
|
12478
12544
|
"nightly": {
|
|
@@ -12930,7 +12996,7 @@
|
|
|
12930
12996
|
],
|
|
12931
12997
|
"release": {
|
|
12932
12998
|
"url": "https://www.w3.org/TR/css-anchor-position-1/",
|
|
12933
|
-
"status": "
|
|
12999
|
+
"status": "Working Draft",
|
|
12934
13000
|
"filename": "Overview.html"
|
|
12935
13001
|
},
|
|
12936
13002
|
"nightly": {
|
|
@@ -15604,10 +15670,6 @@
|
|
|
15604
15670
|
{
|
|
15605
15671
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
15606
15672
|
"url": "https://www.w3.org/Style/CSS/"
|
|
15607
|
-
},
|
|
15608
|
-
{
|
|
15609
|
-
"name": "Technical Architecture Group",
|
|
15610
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
15611
15673
|
}
|
|
15612
15674
|
],
|
|
15613
15675
|
"release": {
|
|
@@ -16899,10 +16961,6 @@
|
|
|
16899
16961
|
{
|
|
16900
16962
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
16901
16963
|
"url": "https://www.w3.org/Style/CSS/"
|
|
16902
|
-
},
|
|
16903
|
-
{
|
|
16904
|
-
"name": "Technical Architecture Group",
|
|
16905
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
16906
16964
|
}
|
|
16907
16965
|
],
|
|
16908
16966
|
"release": {
|
|
@@ -17057,7 +17115,7 @@
|
|
|
17057
17115
|
],
|
|
17058
17116
|
"release": {
|
|
17059
17117
|
"url": "https://www.w3.org/TR/css-values-3/",
|
|
17060
|
-
"status": "Candidate Recommendation
|
|
17118
|
+
"status": "Candidate Recommendation Draft",
|
|
17061
17119
|
"filename": "Overview.html"
|
|
17062
17120
|
},
|
|
17063
17121
|
"nightly": {
|
|
@@ -17845,7 +17903,13 @@
|
|
|
17845
17903
|
"categories": [
|
|
17846
17904
|
"browser"
|
|
17847
17905
|
],
|
|
17848
|
-
"standing": "good"
|
|
17906
|
+
"standing": "good",
|
|
17907
|
+
"tests": {
|
|
17908
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
17909
|
+
"testPaths": [
|
|
17910
|
+
"device-posture"
|
|
17911
|
+
]
|
|
17912
|
+
}
|
|
17849
17913
|
},
|
|
17850
17914
|
{
|
|
17851
17915
|
"url": "https://www.w3.org/TR/DOM-Level-2-Style/",
|
|
@@ -21718,7 +21782,7 @@
|
|
|
21718
21782
|
],
|
|
21719
21783
|
"release": {
|
|
21720
21784
|
"url": "https://www.w3.org/TR/rdf-canon/",
|
|
21721
|
-
"status": "
|
|
21785
|
+
"status": "Proposed Recommendation",
|
|
21722
21786
|
"filename": "Overview.html"
|
|
21723
21787
|
},
|
|
21724
21788
|
"title": "RDF Dataset Canonicalization",
|