browser-specs 4.4.0 → 4.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.
- package/README.md +7 -4
- package/index.json +41 -19
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -674,9 +674,12 @@ in patch releases.
|
|
|
674
674
|
|
|
675
675
|
## How to add/update/delete a spec
|
|
676
676
|
|
|
677
|
-
If you believe that a spec should be added
|
|
678
|
-
|
|
679
|
-
|
|
677
|
+
If you believe that a spec should be added to the list, check the [selection
|
|
678
|
+
criteria](#spec-selection-criteria) below and use the ["New spec" issue
|
|
679
|
+
template](https://github.com/w3c/browser-specs/issues/new/choose).
|
|
680
|
+
|
|
681
|
+
For other types of changes, please check [contributing
|
|
682
|
+
instructions](CONTRIBUTING.md).
|
|
680
683
|
|
|
681
684
|
|
|
682
685
|
## Spec selection criteria
|
|
@@ -694,7 +697,7 @@ appear in the list. For instance, the list contains the HTML LS spec, but not
|
|
|
694
697
|
HTML 4.01 or HTML 5).
|
|
695
698
|
2. The spec is being developed by a well-known standardization or
|
|
696
699
|
pre-standardization group. Today, this means a W3C Working Group or Community
|
|
697
|
-
Group, the WHATWG, the IETF, the TC39 group
|
|
700
|
+
Group, the WHATWG, the IETF, the TC39 group, the Khronos Group, the Alliance for Open Media (AOM), or ISO.
|
|
698
701
|
4. The spec sits at the application layer or is "close to it". For instance,
|
|
699
702
|
most IETF specs are likely out of scope, but some that are exposed to Web developers are in scope.
|
|
700
703
|
5. The spec defines normative content (terms, CSS, IDL), or it contains
|
package/index.json
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"organization": "Alliance for Open Media",
|
|
94
94
|
"nightly": {
|
|
95
95
|
"url": "https://aomediacodec.github.io/av1-isobmff/",
|
|
96
|
-
"status": "Draft
|
|
96
|
+
"status": "Working Group Approved Draft",
|
|
97
97
|
"alternateUrls": [],
|
|
98
98
|
"repository": "https://github.com/AOMediaCodec/av1-isobmff",
|
|
99
99
|
"sourcePath": "index.bs",
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"currentSpecification": "webp",
|
|
407
407
|
"title": "WebP Image Format",
|
|
408
408
|
"shortTitle": "WebP Image Format",
|
|
409
|
-
"nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-
|
|
409
|
+
"nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-14.html"
|
|
410
410
|
},
|
|
411
411
|
"organization": "IETF",
|
|
412
412
|
"groups": [
|
|
@@ -416,10 +416,10 @@
|
|
|
416
416
|
}
|
|
417
417
|
],
|
|
418
418
|
"nightly": {
|
|
419
|
-
"url": "https://www.ietf.org/archive/id/draft-zern-webp-
|
|
419
|
+
"url": "https://www.ietf.org/archive/id/draft-zern-webp-14.html",
|
|
420
420
|
"status": "Editor's Draft",
|
|
421
421
|
"alternateUrls": [],
|
|
422
|
-
"filename": "draft-zern-webp-
|
|
422
|
+
"filename": "draft-zern-webp-14.html"
|
|
423
423
|
},
|
|
424
424
|
"title": "WebP Image Format",
|
|
425
425
|
"source": "ietf",
|
|
@@ -9073,6 +9073,40 @@
|
|
|
9073
9073
|
]
|
|
9074
9074
|
}
|
|
9075
9075
|
},
|
|
9076
|
+
{
|
|
9077
|
+
"url": "https://wicg.github.io/WebApiDevice/device_attributes/",
|
|
9078
|
+
"seriesComposition": "full",
|
|
9079
|
+
"shortname": "device-attributes",
|
|
9080
|
+
"series": {
|
|
9081
|
+
"shortname": "device-attributes",
|
|
9082
|
+
"currentSpecification": "device-attributes",
|
|
9083
|
+
"title": "Device Attributes API",
|
|
9084
|
+
"shortTitle": "Device Attributes API",
|
|
9085
|
+
"nightlyUrl": "https://wicg.github.io/WebApiDevice/device_attributes/"
|
|
9086
|
+
},
|
|
9087
|
+
"nightly": {
|
|
9088
|
+
"url": "https://wicg.github.io/WebApiDevice/device_attributes/",
|
|
9089
|
+
"status": "Draft Community Group Report",
|
|
9090
|
+
"sourcePath": "device_attributes/index.bs",
|
|
9091
|
+
"alternateUrls": [],
|
|
9092
|
+
"repository": "https://github.com/WICG/WebApiDevice",
|
|
9093
|
+
"filename": "index.html"
|
|
9094
|
+
},
|
|
9095
|
+
"organization": "W3C",
|
|
9096
|
+
"groups": [
|
|
9097
|
+
{
|
|
9098
|
+
"name": "Web Platform Incubator Community Group",
|
|
9099
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
9100
|
+
}
|
|
9101
|
+
],
|
|
9102
|
+
"title": "Device Attributes API",
|
|
9103
|
+
"source": "spec",
|
|
9104
|
+
"shortTitle": "Device Attributes API",
|
|
9105
|
+
"categories": [
|
|
9106
|
+
"browser"
|
|
9107
|
+
],
|
|
9108
|
+
"standing": "good"
|
|
9109
|
+
},
|
|
9076
9110
|
{
|
|
9077
9111
|
"url": "https://wicg.github.io/WebApiDevice/managed_config/",
|
|
9078
9112
|
"seriesComposition": "full",
|
|
@@ -11090,10 +11124,6 @@
|
|
|
11090
11124
|
"seriesNext": "compositing-2",
|
|
11091
11125
|
"organization": "W3C",
|
|
11092
11126
|
"groups": [
|
|
11093
|
-
{
|
|
11094
|
-
"name": "SVG Working Group",
|
|
11095
|
-
"url": "https://www.w3.org/Graphics/SVG/WG/"
|
|
11096
|
-
},
|
|
11097
11127
|
{
|
|
11098
11128
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
11099
11129
|
"url": "https://www.w3.org/Style/CSS/"
|
|
@@ -11101,7 +11131,7 @@
|
|
|
11101
11131
|
],
|
|
11102
11132
|
"release": {
|
|
11103
11133
|
"url": "https://www.w3.org/TR/compositing-1/",
|
|
11104
|
-
"status": "Candidate Recommendation
|
|
11134
|
+
"status": "Candidate Recommendation Draft",
|
|
11105
11135
|
"filename": "Overview.html"
|
|
11106
11136
|
},
|
|
11107
11137
|
"nightly": {
|
|
@@ -11559,7 +11589,7 @@
|
|
|
11559
11589
|
],
|
|
11560
11590
|
"release": {
|
|
11561
11591
|
"url": "https://www.w3.org/TR/css-anchor-position-1/",
|
|
11562
|
-
"status": "
|
|
11592
|
+
"status": "Working Draft",
|
|
11563
11593
|
"filename": "Overview.html"
|
|
11564
11594
|
},
|
|
11565
11595
|
"nightly": {
|
|
@@ -14233,10 +14263,6 @@
|
|
|
14233
14263
|
{
|
|
14234
14264
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
14235
14265
|
"url": "https://www.w3.org/Style/CSS/"
|
|
14236
|
-
},
|
|
14237
|
-
{
|
|
14238
|
-
"name": "Technical Architecture Group",
|
|
14239
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
14240
14266
|
}
|
|
14241
14267
|
],
|
|
14242
14268
|
"release": {
|
|
@@ -15528,10 +15554,6 @@
|
|
|
15528
15554
|
{
|
|
15529
15555
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
15530
15556
|
"url": "https://www.w3.org/Style/CSS/"
|
|
15531
|
-
},
|
|
15532
|
-
{
|
|
15533
|
-
"name": "Technical Architecture Group",
|
|
15534
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
15535
15557
|
}
|
|
15536
15558
|
],
|
|
15537
15559
|
"release": {
|
|
@@ -15686,7 +15708,7 @@
|
|
|
15686
15708
|
],
|
|
15687
15709
|
"release": {
|
|
15688
15710
|
"url": "https://www.w3.org/TR/css-values-3/",
|
|
15689
|
-
"status": "Candidate Recommendation
|
|
15711
|
+
"status": "Candidate Recommendation Draft",
|
|
15690
15712
|
"filename": "Overview.html"
|
|
15691
15713
|
},
|
|
15692
15714
|
"nightly": {
|
package/package.json
CHANGED