browser-specs 4.3.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 +82 -20
- 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",
|
|
@@ -5354,6 +5354,40 @@
|
|
|
5354
5354
|
],
|
|
5355
5355
|
"standing": "good"
|
|
5356
5356
|
},
|
|
5357
|
+
{
|
|
5358
|
+
"url": "https://w3c.github.io/long-animation-frames/",
|
|
5359
|
+
"seriesComposition": "full",
|
|
5360
|
+
"shortname": "long-animation-frames",
|
|
5361
|
+
"series": {
|
|
5362
|
+
"shortname": "long-animation-frames",
|
|
5363
|
+
"currentSpecification": "long-animation-frames",
|
|
5364
|
+
"title": "Long Animation Frames API",
|
|
5365
|
+
"shortTitle": "Long Animation Frames API",
|
|
5366
|
+
"nightlyUrl": "https://w3c.github.io/long-animation-frames/"
|
|
5367
|
+
},
|
|
5368
|
+
"organization": "W3C",
|
|
5369
|
+
"groups": [
|
|
5370
|
+
{
|
|
5371
|
+
"name": "Web Performance Working Group",
|
|
5372
|
+
"url": "https://www.w3.org/groups/wg/webperf/"
|
|
5373
|
+
}
|
|
5374
|
+
],
|
|
5375
|
+
"nightly": {
|
|
5376
|
+
"url": "https://w3c.github.io/long-animation-frames/",
|
|
5377
|
+
"status": "Editor's Draft",
|
|
5378
|
+
"alternateUrls": [],
|
|
5379
|
+
"repository": "https://github.com/w3c/long-animation-frames",
|
|
5380
|
+
"sourcePath": "index.bs",
|
|
5381
|
+
"filename": "index.html"
|
|
5382
|
+
},
|
|
5383
|
+
"title": "Long Animation Frames API",
|
|
5384
|
+
"source": "spec",
|
|
5385
|
+
"shortTitle": "Long Animation Frames API",
|
|
5386
|
+
"categories": [
|
|
5387
|
+
"browser"
|
|
5388
|
+
],
|
|
5389
|
+
"standing": "good"
|
|
5390
|
+
},
|
|
5357
5391
|
{
|
|
5358
5392
|
"url": "https://w3c.github.io/mathml-aam/",
|
|
5359
5393
|
"seriesComposition": "full",
|
|
@@ -9039,6 +9073,40 @@
|
|
|
9039
9073
|
]
|
|
9040
9074
|
}
|
|
9041
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
|
+
},
|
|
9042
9110
|
{
|
|
9043
9111
|
"url": "https://wicg.github.io/WebApiDevice/managed_config/",
|
|
9044
9112
|
"seriesComposition": "full",
|
|
@@ -11056,10 +11124,6 @@
|
|
|
11056
11124
|
"seriesNext": "compositing-2",
|
|
11057
11125
|
"organization": "W3C",
|
|
11058
11126
|
"groups": [
|
|
11059
|
-
{
|
|
11060
|
-
"name": "SVG Working Group",
|
|
11061
|
-
"url": "https://www.w3.org/Graphics/SVG/WG/"
|
|
11062
|
-
},
|
|
11063
11127
|
{
|
|
11064
11128
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
11065
11129
|
"url": "https://www.w3.org/Style/CSS/"
|
|
@@ -11067,7 +11131,7 @@
|
|
|
11067
11131
|
],
|
|
11068
11132
|
"release": {
|
|
11069
11133
|
"url": "https://www.w3.org/TR/compositing-1/",
|
|
11070
|
-
"status": "Candidate Recommendation
|
|
11134
|
+
"status": "Candidate Recommendation Draft",
|
|
11071
11135
|
"filename": "Overview.html"
|
|
11072
11136
|
},
|
|
11073
11137
|
"nightly": {
|
|
@@ -11525,7 +11589,7 @@
|
|
|
11525
11589
|
],
|
|
11526
11590
|
"release": {
|
|
11527
11591
|
"url": "https://www.w3.org/TR/css-anchor-position-1/",
|
|
11528
|
-
"status": "
|
|
11592
|
+
"status": "Working Draft",
|
|
11529
11593
|
"filename": "Overview.html"
|
|
11530
11594
|
},
|
|
11531
11595
|
"nightly": {
|
|
@@ -14199,10 +14263,6 @@
|
|
|
14199
14263
|
{
|
|
14200
14264
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
14201
14265
|
"url": "https://www.w3.org/Style/CSS/"
|
|
14202
|
-
},
|
|
14203
|
-
{
|
|
14204
|
-
"name": "Technical Architecture Group",
|
|
14205
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
14206
14266
|
}
|
|
14207
14267
|
],
|
|
14208
14268
|
"release": {
|
|
@@ -15494,10 +15554,6 @@
|
|
|
15494
15554
|
{
|
|
15495
15555
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
15496
15556
|
"url": "https://www.w3.org/Style/CSS/"
|
|
15497
|
-
},
|
|
15498
|
-
{
|
|
15499
|
-
"name": "Technical Architecture Group",
|
|
15500
|
-
"url": "https://www.w3.org/2001/tag/"
|
|
15501
15557
|
}
|
|
15502
15558
|
],
|
|
15503
15559
|
"release": {
|
|
@@ -15652,7 +15708,7 @@
|
|
|
15652
15708
|
],
|
|
15653
15709
|
"release": {
|
|
15654
15710
|
"url": "https://www.w3.org/TR/css-values-3/",
|
|
15655
|
-
"status": "Candidate Recommendation
|
|
15711
|
+
"status": "Candidate Recommendation Draft",
|
|
15656
15712
|
"filename": "Overview.html"
|
|
15657
15713
|
},
|
|
15658
15714
|
"nightly": {
|
|
@@ -16440,7 +16496,13 @@
|
|
|
16440
16496
|
"categories": [
|
|
16441
16497
|
"browser"
|
|
16442
16498
|
],
|
|
16443
|
-
"standing": "good"
|
|
16499
|
+
"standing": "good",
|
|
16500
|
+
"tests": {
|
|
16501
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
16502
|
+
"testPaths": [
|
|
16503
|
+
"device-posture"
|
|
16504
|
+
]
|
|
16505
|
+
}
|
|
16444
16506
|
},
|
|
16445
16507
|
{
|
|
16446
16508
|
"url": "https://www.w3.org/TR/DOM-Parsing/",
|
package/package.json
CHANGED