browser-specs 3.17.0 → 3.18.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 +20 -13
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -9126,6 +9126,12 @@
|
|
|
9126
9126
|
"nightlyUrl": "https://drafts.csswg.org/css-color/"
|
|
9127
9127
|
},
|
|
9128
9128
|
"seriesVersion": "4",
|
|
9129
|
+
"nightly": {
|
|
9130
|
+
"url": "https://drafts.csswg.org/css-color-4/",
|
|
9131
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9132
|
+
"sourcePath": "css-color-4/Overview.bs",
|
|
9133
|
+
"filename": "Overview.html"
|
|
9134
|
+
},
|
|
9129
9135
|
"seriesNext": "css-color-5",
|
|
9130
9136
|
"organization": "W3C",
|
|
9131
9137
|
"groups": [
|
|
@@ -9138,12 +9144,6 @@
|
|
|
9138
9144
|
"url": "https://www.w3.org/TR/css-color-4/",
|
|
9139
9145
|
"filename": "Overview.html"
|
|
9140
9146
|
},
|
|
9141
|
-
"nightly": {
|
|
9142
|
-
"url": "https://drafts.csswg.org/css-color/",
|
|
9143
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9144
|
-
"sourcePath": "css-color-4/Overview.bs",
|
|
9145
|
-
"filename": "Overview.html"
|
|
9146
|
-
},
|
|
9147
9147
|
"title": "CSS Color Module Level 4",
|
|
9148
9148
|
"source": "w3c",
|
|
9149
9149
|
"shortTitle": "CSS Color 4",
|
|
@@ -12475,7 +12475,13 @@
|
|
|
12475
12475
|
"shortTitle": "Device Memory",
|
|
12476
12476
|
"categories": [
|
|
12477
12477
|
"browser"
|
|
12478
|
-
]
|
|
12478
|
+
],
|
|
12479
|
+
"tests": {
|
|
12480
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
12481
|
+
"testPaths": [
|
|
12482
|
+
"device-memory"
|
|
12483
|
+
]
|
|
12484
|
+
}
|
|
12479
12485
|
},
|
|
12480
12486
|
{
|
|
12481
12487
|
"url": "https://www.w3.org/TR/device-posture/",
|
|
@@ -14847,17 +14853,18 @@
|
|
|
14847
14853
|
]
|
|
14848
14854
|
},
|
|
14849
14855
|
{
|
|
14850
|
-
"url": "https://www.w3.org/TR/payment-request/",
|
|
14856
|
+
"url": "https://www.w3.org/TR/payment-request-1.1/",
|
|
14851
14857
|
"seriesComposition": "full",
|
|
14852
|
-
"shortname": "payment-request",
|
|
14858
|
+
"shortname": "payment-request-1.1",
|
|
14853
14859
|
"series": {
|
|
14854
14860
|
"shortname": "payment-request",
|
|
14855
|
-
"currentSpecification": "payment-request",
|
|
14861
|
+
"currentSpecification": "payment-request-1.1",
|
|
14856
14862
|
"title": "Payment Request API",
|
|
14857
14863
|
"shortTitle": "Payment Request API",
|
|
14858
14864
|
"releaseUrl": "https://www.w3.org/TR/payment-request/",
|
|
14859
14865
|
"nightlyUrl": "https://w3c.github.io/payment-request/"
|
|
14860
14866
|
},
|
|
14867
|
+
"seriesVersion": "1.1",
|
|
14861
14868
|
"organization": "W3C",
|
|
14862
14869
|
"groups": [
|
|
14863
14870
|
{
|
|
@@ -14866,7 +14873,7 @@
|
|
|
14866
14873
|
}
|
|
14867
14874
|
],
|
|
14868
14875
|
"release": {
|
|
14869
|
-
"url": "https://www.w3.org/TR/payment-request/",
|
|
14876
|
+
"url": "https://www.w3.org/TR/payment-request-1.1/",
|
|
14870
14877
|
"filename": "Overview.html"
|
|
14871
14878
|
},
|
|
14872
14879
|
"nightly": {
|
|
@@ -14875,9 +14882,9 @@
|
|
|
14875
14882
|
"sourcePath": "index.html",
|
|
14876
14883
|
"filename": "index.html"
|
|
14877
14884
|
},
|
|
14878
|
-
"title": "Payment Request API",
|
|
14885
|
+
"title": "Payment Request API 1.1",
|
|
14879
14886
|
"source": "w3c",
|
|
14880
|
-
"shortTitle": "Payment Request API",
|
|
14887
|
+
"shortTitle": "Payment Request API 1.1",
|
|
14881
14888
|
"categories": [
|
|
14882
14889
|
"browser"
|
|
14883
14890
|
],
|
package/package.json
CHANGED