browser-specs 4.19.1 → 4.21.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/index.json +65 -85
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -881,51 +881,6 @@
|
|
|
881
881
|
]
|
|
882
882
|
}
|
|
883
883
|
},
|
|
884
|
-
{
|
|
885
|
-
"url": "https://drafts.csswg.org/css-grid-3/",
|
|
886
|
-
"seriesComposition": "delta",
|
|
887
|
-
"shortname": "css-grid-3",
|
|
888
|
-
"series": {
|
|
889
|
-
"shortname": "css-grid",
|
|
890
|
-
"currentSpecification": "css-grid-2",
|
|
891
|
-
"title": "CSS Grid Layout",
|
|
892
|
-
"shortTitle": "CSS Grid Layout",
|
|
893
|
-
"releaseUrl": "https://www.w3.org/TR/css-grid/",
|
|
894
|
-
"nightlyUrl": "https://drafts.csswg.org/css-grid/"
|
|
895
|
-
},
|
|
896
|
-
"seriesVersion": "3",
|
|
897
|
-
"seriesPrevious": "css-grid-2",
|
|
898
|
-
"organization": "W3C",
|
|
899
|
-
"groups": [
|
|
900
|
-
{
|
|
901
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
902
|
-
"url": "https://www.w3.org/Style/CSS/"
|
|
903
|
-
}
|
|
904
|
-
],
|
|
905
|
-
"nightly": {
|
|
906
|
-
"url": "https://drafts.csswg.org/css-grid-3/",
|
|
907
|
-
"status": "Editor's Draft",
|
|
908
|
-
"alternateUrls": [
|
|
909
|
-
"https://w3c.github.io/csswg-drafts/css-grid-3/"
|
|
910
|
-
],
|
|
911
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
912
|
-
"sourcePath": "css-grid-3/Overview.bs",
|
|
913
|
-
"filename": "index.html"
|
|
914
|
-
},
|
|
915
|
-
"title": "CSS Grid Layout Module Level 3",
|
|
916
|
-
"source": "spec",
|
|
917
|
-
"shortTitle": "CSS Grid Layout 3",
|
|
918
|
-
"categories": [
|
|
919
|
-
"browser"
|
|
920
|
-
],
|
|
921
|
-
"standing": "good",
|
|
922
|
-
"tests": {
|
|
923
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
924
|
-
"testPaths": [
|
|
925
|
-
"css/css-grid"
|
|
926
|
-
]
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
884
|
{
|
|
930
885
|
"url": "https://drafts.csswg.org/css-images-5/",
|
|
931
886
|
"seriesComposition": "delta",
|
|
@@ -2115,7 +2070,13 @@
|
|
|
2115
2070
|
"categories": [
|
|
2116
2071
|
"browser"
|
|
2117
2072
|
],
|
|
2118
|
-
"standing": "good"
|
|
2073
|
+
"standing": "good",
|
|
2074
|
+
"tests": {
|
|
2075
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
2076
|
+
"testPaths": [
|
|
2077
|
+
"nav-tracking-mitigations"
|
|
2078
|
+
]
|
|
2079
|
+
}
|
|
2119
2080
|
},
|
|
2120
2081
|
{
|
|
2121
2082
|
"url": "https://privacycg.github.io/private-click-measurement/",
|
|
@@ -5167,7 +5128,7 @@
|
|
|
5167
5128
|
"series": {
|
|
5168
5129
|
"shortname": "sourcemap",
|
|
5169
5130
|
"currentSpecification": "sourcemap",
|
|
5170
|
-
"title": "Source Map",
|
|
5131
|
+
"title": "Source Map specification",
|
|
5171
5132
|
"shortTitle": "Source Map",
|
|
5172
5133
|
"nightlyUrl": "https://tc39.es/source-map/"
|
|
5173
5134
|
},
|
|
@@ -5186,7 +5147,7 @@
|
|
|
5186
5147
|
"url": "https://tc39.es/"
|
|
5187
5148
|
}
|
|
5188
5149
|
],
|
|
5189
|
-
"title": "Source Map",
|
|
5150
|
+
"title": "Source Map specification",
|
|
5190
5151
|
"source": "spec",
|
|
5191
5152
|
"shortTitle": "Source Map",
|
|
5192
5153
|
"categories": [
|
|
@@ -5777,7 +5738,7 @@
|
|
|
5777
5738
|
"groups": [
|
|
5778
5739
|
{
|
|
5779
5740
|
"name": "Browser Testing and Tools Working Group",
|
|
5780
|
-
"url": "https://www.w3.org/
|
|
5741
|
+
"url": "https://www.w3.org/groups/wg/browser-tools-testing/"
|
|
5781
5742
|
}
|
|
5782
5743
|
],
|
|
5783
5744
|
"nightly": {
|
|
@@ -7043,6 +7004,9 @@
|
|
|
7043
7004
|
"shortTitle": "Digital Credentials",
|
|
7044
7005
|
"nightlyUrl": "https://wicg.github.io/digital-credentials/"
|
|
7045
7006
|
},
|
|
7007
|
+
"formerNames": [
|
|
7008
|
+
"digital-identities"
|
|
7009
|
+
],
|
|
7046
7010
|
"organization": "W3C",
|
|
7047
7011
|
"groups": [
|
|
7048
7012
|
{
|
|
@@ -7100,40 +7064,6 @@
|
|
|
7100
7064
|
],
|
|
7101
7065
|
"standing": "good"
|
|
7102
7066
|
},
|
|
7103
|
-
{
|
|
7104
|
-
"url": "https://wicg.github.io/digital-identities/",
|
|
7105
|
-
"seriesComposition": "full",
|
|
7106
|
-
"shortname": "digital-identities",
|
|
7107
|
-
"series": {
|
|
7108
|
-
"shortname": "digital-identities",
|
|
7109
|
-
"currentSpecification": "digital-identities",
|
|
7110
|
-
"title": "Digital Credentials",
|
|
7111
|
-
"shortTitle": "Digital Credentials",
|
|
7112
|
-
"nightlyUrl": "https://wicg.github.io/digital-identities/"
|
|
7113
|
-
},
|
|
7114
|
-
"organization": "W3C",
|
|
7115
|
-
"groups": [
|
|
7116
|
-
{
|
|
7117
|
-
"name": "Web Platform Incubator Community Group",
|
|
7118
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
7119
|
-
}
|
|
7120
|
-
],
|
|
7121
|
-
"nightly": {
|
|
7122
|
-
"url": "https://wicg.github.io/digital-identities/",
|
|
7123
|
-
"status": "Draft Community Group Report",
|
|
7124
|
-
"alternateUrls": [],
|
|
7125
|
-
"repository": "https://github.com/WICG/digital-identities",
|
|
7126
|
-
"sourcePath": "index.html",
|
|
7127
|
-
"filename": "index.html"
|
|
7128
|
-
},
|
|
7129
|
-
"title": "Digital Credentials",
|
|
7130
|
-
"source": "spec",
|
|
7131
|
-
"shortTitle": "Digital Credentials",
|
|
7132
|
-
"categories": [
|
|
7133
|
-
"browser"
|
|
7134
|
-
],
|
|
7135
|
-
"standing": "good"
|
|
7136
|
-
},
|
|
7137
7067
|
{
|
|
7138
7068
|
"url": "https://wicg.github.io/document-picture-in-picture/",
|
|
7139
7069
|
"seriesComposition": "full",
|
|
@@ -13523,6 +13453,56 @@
|
|
|
13523
13453
|
]
|
|
13524
13454
|
}
|
|
13525
13455
|
},
|
|
13456
|
+
{
|
|
13457
|
+
"url": "https://www.w3.org/TR/css-grid-3/",
|
|
13458
|
+
"seriesComposition": "delta",
|
|
13459
|
+
"shortname": "css-grid-3",
|
|
13460
|
+
"series": {
|
|
13461
|
+
"shortname": "css-grid",
|
|
13462
|
+
"currentSpecification": "css-grid-2",
|
|
13463
|
+
"title": "CSS Grid Layout",
|
|
13464
|
+
"shortTitle": "CSS Grid Layout",
|
|
13465
|
+
"releaseUrl": "https://www.w3.org/TR/css-grid/",
|
|
13466
|
+
"nightlyUrl": "https://drafts.csswg.org/css-grid/"
|
|
13467
|
+
},
|
|
13468
|
+
"seriesVersion": "3",
|
|
13469
|
+
"seriesPrevious": "css-grid-2",
|
|
13470
|
+
"organization": "W3C",
|
|
13471
|
+
"groups": [
|
|
13472
|
+
{
|
|
13473
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
13474
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
13475
|
+
}
|
|
13476
|
+
],
|
|
13477
|
+
"release": {
|
|
13478
|
+
"url": "https://www.w3.org/TR/css-grid-3/",
|
|
13479
|
+
"status": "Working Draft",
|
|
13480
|
+
"filename": "Overview.html"
|
|
13481
|
+
},
|
|
13482
|
+
"nightly": {
|
|
13483
|
+
"url": "https://drafts.csswg.org/css-grid-3/",
|
|
13484
|
+
"status": "Editor's Draft",
|
|
13485
|
+
"alternateUrls": [
|
|
13486
|
+
"https://w3c.github.io/csswg-drafts/css-grid-3/"
|
|
13487
|
+
],
|
|
13488
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
13489
|
+
"sourcePath": "css-grid-3/Overview.bs",
|
|
13490
|
+
"filename": "index.html"
|
|
13491
|
+
},
|
|
13492
|
+
"title": "CSS Grid Layout Module Level 3",
|
|
13493
|
+
"source": "w3c",
|
|
13494
|
+
"shortTitle": "CSS Grid Layout 3",
|
|
13495
|
+
"categories": [
|
|
13496
|
+
"browser"
|
|
13497
|
+
],
|
|
13498
|
+
"standing": "good",
|
|
13499
|
+
"tests": {
|
|
13500
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
13501
|
+
"testPaths": [
|
|
13502
|
+
"css/css-grid"
|
|
13503
|
+
]
|
|
13504
|
+
}
|
|
13505
|
+
},
|
|
13526
13506
|
{
|
|
13527
13507
|
"url": "https://www.w3.org/TR/css-highlight-api-1/",
|
|
13528
13508
|
"seriesComposition": "full",
|
|
@@ -16106,7 +16086,7 @@
|
|
|
16106
16086
|
],
|
|
16107
16087
|
"release": {
|
|
16108
16088
|
"url": "https://www.w3.org/TR/css-values-5/",
|
|
16109
|
-
"status": "
|
|
16089
|
+
"status": "Working Draft",
|
|
16110
16090
|
"filename": "Overview.html"
|
|
16111
16091
|
},
|
|
16112
16092
|
"nightly": {
|
|
@@ -23458,7 +23438,7 @@
|
|
|
23458
23438
|
"groups": [
|
|
23459
23439
|
{
|
|
23460
23440
|
"name": "Browser Testing and Tools Working Group",
|
|
23461
|
-
"url": "https://www.w3.org/
|
|
23441
|
+
"url": "https://www.w3.org/groups/wg/browser-tools-testing/"
|
|
23462
23442
|
}
|
|
23463
23443
|
],
|
|
23464
23444
|
"release": {
|
package/package.json
CHANGED