browser-specs 4.50.0 → 4.52.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 +1 -0
- package/index.json +111 -99
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -618,6 +618,7 @@ The provenance for the `title` and `nightly` property values. Can be one of:
|
|
|
618
618
|
- `w3c`: information retrieved from the [W3C API](https://w3c.github.io/w3c-api/)
|
|
619
619
|
- `whatwg`: information retrieved from [WHATWG](https://spec.whatwg.org/)
|
|
620
620
|
- `ietf`: information retrieved from the [IETF datatracker](https://datatracker.ietf.org)
|
|
621
|
+
- `iso`: information retrieved from the [ISO Open Data](https://www.iso.org/open-data.html) datasets [iso_deliverables_metadata](https://www.iso.org/open-data.html#iso_deliverables_metadata) and [iso_technical_committees](https://www.iso.org/open-data.html#iso_technical_committees), licensed under the [ODC Attribution License](https://opendatacommons.org/licenses/by/1-0/)
|
|
621
622
|
- `spec`: information retrieved from the spec itself
|
|
622
623
|
|
|
623
624
|
The `source` property is always set.
|
package/index.json
CHANGED
|
@@ -620,50 +620,6 @@
|
|
|
620
620
|
]
|
|
621
621
|
}
|
|
622
622
|
},
|
|
623
|
-
{
|
|
624
|
-
"url": "https://drafts.csswg.org/css-borders-4/",
|
|
625
|
-
"seriesComposition": "full",
|
|
626
|
-
"shortname": "css-borders-4",
|
|
627
|
-
"series": {
|
|
628
|
-
"shortname": "css-borders",
|
|
629
|
-
"currentSpecification": "css-borders-4",
|
|
630
|
-
"title": "CSS Borders and Box Decorations",
|
|
631
|
-
"shortTitle": "CSS Borders and Box Decorations",
|
|
632
|
-
"nightlyUrl": "https://drafts.csswg.org/css-borders/"
|
|
633
|
-
},
|
|
634
|
-
"seriesVersion": "4",
|
|
635
|
-
"organization": "W3C",
|
|
636
|
-
"groups": [
|
|
637
|
-
{
|
|
638
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
639
|
-
"url": "https://www.w3.org/Style/CSS/"
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"nightly": {
|
|
643
|
-
"url": "https://drafts.csswg.org/css-borders-4/",
|
|
644
|
-
"status": "Editor's Draft",
|
|
645
|
-
"alternateUrls": [
|
|
646
|
-
"https://w3c.github.io/csswg-drafts/css-borders-4/",
|
|
647
|
-
"https://w3c.github.io/csswg-drafts/css-borders/"
|
|
648
|
-
],
|
|
649
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
650
|
-
"sourcePath": "css-borders-4/Overview.bs",
|
|
651
|
-
"filename": "index.html"
|
|
652
|
-
},
|
|
653
|
-
"title": "CSS Borders and Box Decorations Module Level 4",
|
|
654
|
-
"source": "spec",
|
|
655
|
-
"shortTitle": "CSS Borders and Box Decorations 4",
|
|
656
|
-
"categories": [
|
|
657
|
-
"browser"
|
|
658
|
-
],
|
|
659
|
-
"standing": "good",
|
|
660
|
-
"tests": {
|
|
661
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
662
|
-
"testPaths": [
|
|
663
|
-
"css/css-borders"
|
|
664
|
-
]
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
623
|
{
|
|
668
624
|
"url": "https://drafts.csswg.org/css-color-6/",
|
|
669
625
|
"seriesComposition": "delta",
|
|
@@ -919,51 +875,6 @@
|
|
|
919
875
|
],
|
|
920
876
|
"standing": "good"
|
|
921
877
|
},
|
|
922
|
-
{
|
|
923
|
-
"url": "https://drafts.csswg.org/css-position-4/",
|
|
924
|
-
"seriesComposition": "delta",
|
|
925
|
-
"shortname": "css-position-4",
|
|
926
|
-
"series": {
|
|
927
|
-
"shortname": "css-position",
|
|
928
|
-
"currentSpecification": "css-position-3",
|
|
929
|
-
"title": "CSS Positioned Layout",
|
|
930
|
-
"shortTitle": "CSS Positioned Layout",
|
|
931
|
-
"releaseUrl": "https://www.w3.org/TR/css-position/",
|
|
932
|
-
"nightlyUrl": "https://drafts.csswg.org/css-position/"
|
|
933
|
-
},
|
|
934
|
-
"seriesVersion": "4",
|
|
935
|
-
"seriesPrevious": "css-position-3",
|
|
936
|
-
"organization": "W3C",
|
|
937
|
-
"groups": [
|
|
938
|
-
{
|
|
939
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
940
|
-
"url": "https://www.w3.org/Style/CSS/"
|
|
941
|
-
}
|
|
942
|
-
],
|
|
943
|
-
"nightly": {
|
|
944
|
-
"url": "https://drafts.csswg.org/css-position-4/",
|
|
945
|
-
"status": "Editor's Draft",
|
|
946
|
-
"alternateUrls": [
|
|
947
|
-
"https://w3c.github.io/csswg-drafts/css-position-4/"
|
|
948
|
-
],
|
|
949
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
950
|
-
"sourcePath": "css-position-4/Overview.bs",
|
|
951
|
-
"filename": "index.html"
|
|
952
|
-
},
|
|
953
|
-
"title": "CSS Positioned Layout Module Level 4",
|
|
954
|
-
"source": "spec",
|
|
955
|
-
"shortTitle": "CSS Positioned Layout 4",
|
|
956
|
-
"categories": [
|
|
957
|
-
"browser"
|
|
958
|
-
],
|
|
959
|
-
"standing": "good",
|
|
960
|
-
"tests": {
|
|
961
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
962
|
-
"testPaths": [
|
|
963
|
-
"css/css-position"
|
|
964
|
-
]
|
|
965
|
-
}
|
|
966
|
-
},
|
|
967
878
|
{
|
|
968
879
|
"url": "https://drafts.csswg.org/css-shapes-2/",
|
|
969
880
|
"seriesComposition": "delta",
|
|
@@ -1576,6 +1487,7 @@
|
|
|
1576
1487
|
],
|
|
1577
1488
|
"excludePaths": [
|
|
1578
1489
|
"html/cross-origin-embedder-policy/credentialless",
|
|
1490
|
+
"html/dom/partial-updates/tentative",
|
|
1579
1491
|
"html/cross-origin-embedder-policy/credentialless"
|
|
1580
1492
|
]
|
|
1581
1493
|
}
|
|
@@ -5153,7 +5065,7 @@
|
|
|
5153
5065
|
"groups": [
|
|
5154
5066
|
{
|
|
5155
5067
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
5156
|
-
"url": "https://www.w3.org/WAI/
|
|
5068
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
5157
5069
|
}
|
|
5158
5070
|
],
|
|
5159
5071
|
"nightly": {
|
|
@@ -10763,7 +10675,7 @@
|
|
|
10763
10675
|
"groups": [
|
|
10764
10676
|
{
|
|
10765
10677
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
10766
|
-
"url": "https://www.w3.org/WAI/
|
|
10678
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
10767
10679
|
}
|
|
10768
10680
|
],
|
|
10769
10681
|
"release": {
|
|
@@ -11462,7 +11374,7 @@
|
|
|
11462
11374
|
"groups": [
|
|
11463
11375
|
{
|
|
11464
11376
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
11465
|
-
"url": "https://www.w3.org/WAI/
|
|
11377
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
11466
11378
|
}
|
|
11467
11379
|
],
|
|
11468
11380
|
"release": {
|
|
@@ -12061,6 +11973,56 @@
|
|
|
12061
11973
|
]
|
|
12062
11974
|
}
|
|
12063
11975
|
},
|
|
11976
|
+
{
|
|
11977
|
+
"url": "https://www.w3.org/TR/css-borders-4/",
|
|
11978
|
+
"seriesComposition": "full",
|
|
11979
|
+
"shortname": "css-borders-4",
|
|
11980
|
+
"series": {
|
|
11981
|
+
"shortname": "css-borders",
|
|
11982
|
+
"currentSpecification": "css-borders-4",
|
|
11983
|
+
"title": "CSS Borders and Box Decorations Module",
|
|
11984
|
+
"shortTitle": "CSS Borders and Box Decorations",
|
|
11985
|
+
"releaseUrl": "https://www.w3.org/TR/css-borders/",
|
|
11986
|
+
"nightlyUrl": "https://drafts.csswg.org/css-borders/"
|
|
11987
|
+
},
|
|
11988
|
+
"seriesVersion": "4",
|
|
11989
|
+
"organization": "W3C",
|
|
11990
|
+
"groups": [
|
|
11991
|
+
{
|
|
11992
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
11993
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
11994
|
+
}
|
|
11995
|
+
],
|
|
11996
|
+
"release": {
|
|
11997
|
+
"url": "https://www.w3.org/TR/css-borders-4/",
|
|
11998
|
+
"status": "First Public Working Draft",
|
|
11999
|
+
"filename": "Overview.html"
|
|
12000
|
+
},
|
|
12001
|
+
"nightly": {
|
|
12002
|
+
"url": "https://drafts.csswg.org/css-borders-4/",
|
|
12003
|
+
"status": "Editor's Draft",
|
|
12004
|
+
"alternateUrls": [
|
|
12005
|
+
"https://w3c.github.io/csswg-drafts/css-borders-4/",
|
|
12006
|
+
"https://w3c.github.io/csswg-drafts/css-borders/"
|
|
12007
|
+
],
|
|
12008
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
12009
|
+
"sourcePath": "css-borders-4/Overview.bs",
|
|
12010
|
+
"filename": "index.html"
|
|
12011
|
+
},
|
|
12012
|
+
"title": "CSS Borders and Box Decorations Module Level 4",
|
|
12013
|
+
"source": "w3c",
|
|
12014
|
+
"shortTitle": "CSS Borders and Box Decorations 4",
|
|
12015
|
+
"categories": [
|
|
12016
|
+
"browser"
|
|
12017
|
+
],
|
|
12018
|
+
"standing": "good",
|
|
12019
|
+
"tests": {
|
|
12020
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
12021
|
+
"testPaths": [
|
|
12022
|
+
"css/css-borders"
|
|
12023
|
+
]
|
|
12024
|
+
}
|
|
12025
|
+
},
|
|
12064
12026
|
{
|
|
12065
12027
|
"url": "https://www.w3.org/TR/css-box-3/",
|
|
12066
12028
|
"seriesComposition": "full",
|
|
@@ -14926,6 +14888,56 @@
|
|
|
14926
14888
|
]
|
|
14927
14889
|
}
|
|
14928
14890
|
},
|
|
14891
|
+
{
|
|
14892
|
+
"url": "https://www.w3.org/TR/css-position-4/",
|
|
14893
|
+
"seriesComposition": "delta",
|
|
14894
|
+
"shortname": "css-position-4",
|
|
14895
|
+
"series": {
|
|
14896
|
+
"shortname": "css-position",
|
|
14897
|
+
"currentSpecification": "css-position-3",
|
|
14898
|
+
"title": "CSS Positioned Layout",
|
|
14899
|
+
"shortTitle": "CSS Positioned Layout",
|
|
14900
|
+
"releaseUrl": "https://www.w3.org/TR/css-position/",
|
|
14901
|
+
"nightlyUrl": "https://drafts.csswg.org/css-position/"
|
|
14902
|
+
},
|
|
14903
|
+
"seriesVersion": "4",
|
|
14904
|
+
"seriesPrevious": "css-position-3",
|
|
14905
|
+
"organization": "W3C",
|
|
14906
|
+
"groups": [
|
|
14907
|
+
{
|
|
14908
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
14909
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
14910
|
+
}
|
|
14911
|
+
],
|
|
14912
|
+
"release": {
|
|
14913
|
+
"url": "https://www.w3.org/TR/css-position-4/",
|
|
14914
|
+
"status": "First Public Working Draft",
|
|
14915
|
+
"filename": "Overview.html"
|
|
14916
|
+
},
|
|
14917
|
+
"nightly": {
|
|
14918
|
+
"url": "https://drafts.csswg.org/css-position-4/",
|
|
14919
|
+
"status": "Editor's Draft",
|
|
14920
|
+
"alternateUrls": [
|
|
14921
|
+
"https://w3c.github.io/csswg-drafts/css-position-4/"
|
|
14922
|
+
],
|
|
14923
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
14924
|
+
"sourcePath": "css-position-4/Overview.bs",
|
|
14925
|
+
"filename": "index.html"
|
|
14926
|
+
},
|
|
14927
|
+
"title": "CSS Positioned Layout Module Level 4",
|
|
14928
|
+
"source": "w3c",
|
|
14929
|
+
"shortTitle": "CSS Positioned Layout 4",
|
|
14930
|
+
"categories": [
|
|
14931
|
+
"browser"
|
|
14932
|
+
],
|
|
14933
|
+
"standing": "good",
|
|
14934
|
+
"tests": {
|
|
14935
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
14936
|
+
"testPaths": [
|
|
14937
|
+
"css/css-position"
|
|
14938
|
+
]
|
|
14939
|
+
}
|
|
14940
|
+
},
|
|
14929
14941
|
{
|
|
14930
14942
|
"url": "https://www.w3.org/TR/css-properties-values-api-1/",
|
|
14931
14943
|
"seriesComposition": "full",
|
|
@@ -17270,7 +17282,7 @@
|
|
|
17270
17282
|
],
|
|
17271
17283
|
"release": {
|
|
17272
17284
|
"url": "https://www.w3.org/TR/digital-credentials/",
|
|
17273
|
-
"status": "
|
|
17285
|
+
"status": "Working Draft",
|
|
17274
17286
|
"filename": "Overview.html"
|
|
17275
17287
|
},
|
|
17276
17288
|
"nightly": {
|
|
@@ -18346,7 +18358,7 @@
|
|
|
18346
18358
|
"groups": [
|
|
18347
18359
|
{
|
|
18348
18360
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
18349
|
-
"url": "https://www.w3.org/WAI/
|
|
18361
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
18350
18362
|
}
|
|
18351
18363
|
],
|
|
18352
18364
|
"release": {
|
|
@@ -18393,7 +18405,7 @@
|
|
|
18393
18405
|
"groups": [
|
|
18394
18406
|
{
|
|
18395
18407
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
18396
|
-
"url": "https://www.w3.org/WAI/
|
|
18408
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
18397
18409
|
}
|
|
18398
18410
|
],
|
|
18399
18411
|
"release": {
|
|
@@ -18533,7 +18545,7 @@
|
|
|
18533
18545
|
"groups": [
|
|
18534
18546
|
{
|
|
18535
18547
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
18536
|
-
"url": "https://www.w3.org/WAI/
|
|
18548
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
18537
18549
|
}
|
|
18538
18550
|
],
|
|
18539
18551
|
"release": {
|
|
@@ -18579,7 +18591,7 @@
|
|
|
18579
18591
|
"groups": [
|
|
18580
18592
|
{
|
|
18581
18593
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
18582
|
-
"url": "https://www.w3.org/WAI/
|
|
18594
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
18583
18595
|
}
|
|
18584
18596
|
],
|
|
18585
18597
|
"release": {
|
|
@@ -22874,7 +22886,7 @@
|
|
|
22874
22886
|
"groups": [
|
|
22875
22887
|
{
|
|
22876
22888
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
22877
|
-
"url": "https://www.w3.org/WAI/
|
|
22889
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
22878
22890
|
}
|
|
22879
22891
|
],
|
|
22880
22892
|
"release": {
|
|
@@ -22922,7 +22934,7 @@
|
|
|
22922
22934
|
"groups": [
|
|
22923
22935
|
{
|
|
22924
22936
|
"name": "Accessible Rich Internet Applications Working Group",
|
|
22925
|
-
"url": "https://www.w3.org/WAI/
|
|
22937
|
+
"url": "https://www.w3.org/WAI/about/groups/ariawg/"
|
|
22926
22938
|
}
|
|
22927
22939
|
],
|
|
22928
22940
|
"release": {
|
package/package.json
CHANGED