web-specs 2.21.0 → 2.24.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 +328 -80
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -294,6 +294,46 @@
|
|
|
294
294
|
]
|
|
295
295
|
}
|
|
296
296
|
},
|
|
297
|
+
{
|
|
298
|
+
"url": "https://drafts.csswg.org/css-easing-2/",
|
|
299
|
+
"seriesComposition": "full",
|
|
300
|
+
"shortname": "css-easing-2",
|
|
301
|
+
"series": {
|
|
302
|
+
"shortname": "css-easing",
|
|
303
|
+
"currentSpecification": "css-easing-1",
|
|
304
|
+
"title": "CSS Easing Functions",
|
|
305
|
+
"shortTitle": "CSS Easing Functions",
|
|
306
|
+
"releaseUrl": "https://www.w3.org/TR/css-easing/",
|
|
307
|
+
"nightlyUrl": "https://drafts.csswg.org/css-easing/"
|
|
308
|
+
},
|
|
309
|
+
"seriesVersion": "2",
|
|
310
|
+
"seriesPrevious": "css-easing-1",
|
|
311
|
+
"organization": "W3C",
|
|
312
|
+
"groups": [
|
|
313
|
+
{
|
|
314
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
315
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"nightly": {
|
|
319
|
+
"url": "https://drafts.csswg.org/css-easing-2/",
|
|
320
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
321
|
+
"sourcePath": "css-easing-2/Overview.bs",
|
|
322
|
+
"filename": "Overview.html"
|
|
323
|
+
},
|
|
324
|
+
"title": "CSS Easing Functions Level 2",
|
|
325
|
+
"source": "spec",
|
|
326
|
+
"shortTitle": "CSS Easing Functions 2",
|
|
327
|
+
"categories": [
|
|
328
|
+
"browser"
|
|
329
|
+
],
|
|
330
|
+
"tests": {
|
|
331
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
332
|
+
"testPaths": [
|
|
333
|
+
"css/css-easing"
|
|
334
|
+
]
|
|
335
|
+
}
|
|
336
|
+
},
|
|
297
337
|
{
|
|
298
338
|
"url": "https://drafts.csswg.org/css-env-1/",
|
|
299
339
|
"seriesComposition": "full",
|
|
@@ -604,6 +644,38 @@
|
|
|
604
644
|
]
|
|
605
645
|
}
|
|
606
646
|
},
|
|
647
|
+
{
|
|
648
|
+
"url": "https://drafts.csswg.org/css-shared-element-transitions-1/",
|
|
649
|
+
"seriesComposition": "full",
|
|
650
|
+
"shortname": "css-shared-element-transitions-1",
|
|
651
|
+
"series": {
|
|
652
|
+
"shortname": "css-shared-element-transitions",
|
|
653
|
+
"currentSpecification": "css-shared-element-transitions-1",
|
|
654
|
+
"title": "CSS Shared Element Transitions",
|
|
655
|
+
"shortTitle": "CSS Shared Element Transitions",
|
|
656
|
+
"nightlyUrl": "https://drafts.csswg.org/css-shared-element-transitions/"
|
|
657
|
+
},
|
|
658
|
+
"seriesVersion": "1",
|
|
659
|
+
"organization": "W3C",
|
|
660
|
+
"groups": [
|
|
661
|
+
{
|
|
662
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
663
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
664
|
+
}
|
|
665
|
+
],
|
|
666
|
+
"nightly": {
|
|
667
|
+
"url": "https://drafts.csswg.org/css-shared-element-transitions-1/",
|
|
668
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
669
|
+
"sourcePath": "css-shared-element-transitions-1/Overview.bs",
|
|
670
|
+
"filename": "Overview.html"
|
|
671
|
+
},
|
|
672
|
+
"title": "CSS Shared Element Transitions Module Level 1",
|
|
673
|
+
"source": "spec",
|
|
674
|
+
"shortTitle": "CSS Shared Element Transitions 1",
|
|
675
|
+
"categories": [
|
|
676
|
+
"browser"
|
|
677
|
+
]
|
|
678
|
+
},
|
|
607
679
|
{
|
|
608
680
|
"url": "https://drafts.csswg.org/css-size-adjust-1/",
|
|
609
681
|
"seriesComposition": "full",
|
|
@@ -1213,6 +1285,68 @@
|
|
|
1213
1285
|
]
|
|
1214
1286
|
}
|
|
1215
1287
|
},
|
|
1288
|
+
{
|
|
1289
|
+
"url": "https://immersive-web.github.io/model-element/",
|
|
1290
|
+
"seriesComposition": "full",
|
|
1291
|
+
"shortname": "model-element",
|
|
1292
|
+
"series": {
|
|
1293
|
+
"shortname": "model-element",
|
|
1294
|
+
"currentSpecification": "model-element",
|
|
1295
|
+
"title": "The <model> element",
|
|
1296
|
+
"shortTitle": "The <model> element",
|
|
1297
|
+
"nightlyUrl": "https://immersive-web.github.io/model-element/"
|
|
1298
|
+
},
|
|
1299
|
+
"organization": "W3C",
|
|
1300
|
+
"groups": [
|
|
1301
|
+
{
|
|
1302
|
+
"name": "Immersive Web Community Group",
|
|
1303
|
+
"url": "https://www.w3.org/community/immersive-web/"
|
|
1304
|
+
}
|
|
1305
|
+
],
|
|
1306
|
+
"nightly": {
|
|
1307
|
+
"url": "https://immersive-web.github.io/model-element/",
|
|
1308
|
+
"repository": "https://github.com/immersive-web/model-element",
|
|
1309
|
+
"sourcePath": "index.html",
|
|
1310
|
+
"filename": "index.html"
|
|
1311
|
+
},
|
|
1312
|
+
"title": "The <model> element",
|
|
1313
|
+
"source": "spec",
|
|
1314
|
+
"shortTitle": "The <model> element",
|
|
1315
|
+
"categories": [
|
|
1316
|
+
"browser"
|
|
1317
|
+
]
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"url": "https://immersive-web.github.io/raw-camera-access/",
|
|
1321
|
+
"seriesComposition": "full",
|
|
1322
|
+
"shortname": "raw-camera-access",
|
|
1323
|
+
"series": {
|
|
1324
|
+
"shortname": "raw-camera-access",
|
|
1325
|
+
"currentSpecification": "raw-camera-access",
|
|
1326
|
+
"title": "WebXR Raw Camera Access",
|
|
1327
|
+
"shortTitle": "WebXR Raw Camera Access",
|
|
1328
|
+
"nightlyUrl": "https://immersive-web.github.io/raw-camera-access/"
|
|
1329
|
+
},
|
|
1330
|
+
"organization": "W3C",
|
|
1331
|
+
"groups": [
|
|
1332
|
+
{
|
|
1333
|
+
"name": "Immersive Web Community Group",
|
|
1334
|
+
"url": "https://www.w3.org/community/immersive-web/"
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1337
|
+
"nightly": {
|
|
1338
|
+
"url": "https://immersive-web.github.io/raw-camera-access/",
|
|
1339
|
+
"repository": "https://github.com/immersive-web/raw-camera-access",
|
|
1340
|
+
"sourcePath": "index.bs",
|
|
1341
|
+
"filename": "index.html"
|
|
1342
|
+
},
|
|
1343
|
+
"title": "WebXR Raw Camera Access Module",
|
|
1344
|
+
"source": "spec",
|
|
1345
|
+
"shortTitle": "WebXR Raw Camera Access",
|
|
1346
|
+
"categories": [
|
|
1347
|
+
"browser"
|
|
1348
|
+
]
|
|
1349
|
+
},
|
|
1216
1350
|
{
|
|
1217
1351
|
"url": "https://infra.spec.whatwg.org/",
|
|
1218
1352
|
"seriesComposition": "full",
|
|
@@ -7149,7 +7283,7 @@
|
|
|
7149
7283
|
"filename": "index.html"
|
|
7150
7284
|
},
|
|
7151
7285
|
"title": "Window Controls Overlay",
|
|
7152
|
-
"source": "
|
|
7286
|
+
"source": "specref",
|
|
7153
7287
|
"shortTitle": "Window Controls Overlay",
|
|
7154
7288
|
"categories": [
|
|
7155
7289
|
"browser"
|
|
@@ -7912,6 +8046,161 @@
|
|
|
7912
8046
|
"browser"
|
|
7913
8047
|
]
|
|
7914
8048
|
},
|
|
8049
|
+
{
|
|
8050
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9110",
|
|
8051
|
+
"seriesComposition": "full",
|
|
8052
|
+
"shortname": "rfc9110",
|
|
8053
|
+
"series": {
|
|
8054
|
+
"shortname": "rfc9110",
|
|
8055
|
+
"currentSpecification": "rfc9110",
|
|
8056
|
+
"title": "HTTP Semantics",
|
|
8057
|
+
"shortTitle": "HTTP Semantics",
|
|
8058
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc9110.html"
|
|
8059
|
+
},
|
|
8060
|
+
"nightly": {
|
|
8061
|
+
"url": "https://httpwg.org/specs/rfc9110.html",
|
|
8062
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
8063
|
+
"sourcePath": "specs/rfc9110.xml",
|
|
8064
|
+
"filename": "rfc9110.html"
|
|
8065
|
+
},
|
|
8066
|
+
"organization": "IETF",
|
|
8067
|
+
"groups": [
|
|
8068
|
+
{
|
|
8069
|
+
"name": "HTTP Working Group",
|
|
8070
|
+
"url": "https://datatracker.ietf.org/wg/httpbis/"
|
|
8071
|
+
}
|
|
8072
|
+
],
|
|
8073
|
+
"title": "HTTP Semantics",
|
|
8074
|
+
"source": "specref",
|
|
8075
|
+
"shortTitle": "HTTP Semantics",
|
|
8076
|
+
"categories": [
|
|
8077
|
+
"browser"
|
|
8078
|
+
]
|
|
8079
|
+
},
|
|
8080
|
+
{
|
|
8081
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9111",
|
|
8082
|
+
"seriesComposition": "full",
|
|
8083
|
+
"shortname": "rfc9111",
|
|
8084
|
+
"series": {
|
|
8085
|
+
"shortname": "rfc9111",
|
|
8086
|
+
"currentSpecification": "rfc9111",
|
|
8087
|
+
"title": "HTTP Caching",
|
|
8088
|
+
"shortTitle": "HTTP Caching",
|
|
8089
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc9111.html"
|
|
8090
|
+
},
|
|
8091
|
+
"nightly": {
|
|
8092
|
+
"url": "https://httpwg.org/specs/rfc9111.html",
|
|
8093
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
8094
|
+
"sourcePath": "specs/rfc9111.xml",
|
|
8095
|
+
"filename": "rfc9111.html"
|
|
8096
|
+
},
|
|
8097
|
+
"organization": "IETF",
|
|
8098
|
+
"groups": [
|
|
8099
|
+
{
|
|
8100
|
+
"name": "HTTP Working Group",
|
|
8101
|
+
"url": "https://datatracker.ietf.org/wg/httpbis/"
|
|
8102
|
+
}
|
|
8103
|
+
],
|
|
8104
|
+
"title": "HTTP Caching",
|
|
8105
|
+
"source": "specref",
|
|
8106
|
+
"shortTitle": "HTTP Caching",
|
|
8107
|
+
"categories": [
|
|
8108
|
+
"browser"
|
|
8109
|
+
]
|
|
8110
|
+
},
|
|
8111
|
+
{
|
|
8112
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9112",
|
|
8113
|
+
"seriesComposition": "full",
|
|
8114
|
+
"shortname": "rfc9112",
|
|
8115
|
+
"series": {
|
|
8116
|
+
"shortname": "rfc9112",
|
|
8117
|
+
"currentSpecification": "rfc9112",
|
|
8118
|
+
"title": "HTTP/1.1",
|
|
8119
|
+
"shortTitle": "HTTP/1.1",
|
|
8120
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc9112.html"
|
|
8121
|
+
},
|
|
8122
|
+
"nightly": {
|
|
8123
|
+
"url": "https://httpwg.org/specs/rfc9112.html",
|
|
8124
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
8125
|
+
"sourcePath": "specs/rfc9112.xml",
|
|
8126
|
+
"filename": "rfc9112.html"
|
|
8127
|
+
},
|
|
8128
|
+
"organization": "IETF",
|
|
8129
|
+
"groups": [
|
|
8130
|
+
{
|
|
8131
|
+
"name": "HTTP Working Group",
|
|
8132
|
+
"url": "https://datatracker.ietf.org/wg/httpbis/"
|
|
8133
|
+
}
|
|
8134
|
+
],
|
|
8135
|
+
"title": "HTTP/1.1",
|
|
8136
|
+
"source": "specref",
|
|
8137
|
+
"shortTitle": "HTTP/1.1",
|
|
8138
|
+
"categories": [
|
|
8139
|
+
"browser"
|
|
8140
|
+
]
|
|
8141
|
+
},
|
|
8142
|
+
{
|
|
8143
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9113",
|
|
8144
|
+
"seriesComposition": "full",
|
|
8145
|
+
"shortname": "rfc9113",
|
|
8146
|
+
"series": {
|
|
8147
|
+
"shortname": "rfc9113",
|
|
8148
|
+
"currentSpecification": "rfc9113",
|
|
8149
|
+
"title": "HTTP/2",
|
|
8150
|
+
"shortTitle": "HTTP/2",
|
|
8151
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc9113.html"
|
|
8152
|
+
},
|
|
8153
|
+
"nightly": {
|
|
8154
|
+
"url": "https://httpwg.org/specs/rfc9113.html",
|
|
8155
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
8156
|
+
"sourcePath": "specs/rfc9113.xml",
|
|
8157
|
+
"filename": "rfc9113.html"
|
|
8158
|
+
},
|
|
8159
|
+
"organization": "IETF",
|
|
8160
|
+
"groups": [
|
|
8161
|
+
{
|
|
8162
|
+
"name": "HTTP Working Group",
|
|
8163
|
+
"url": "https://datatracker.ietf.org/wg/httpbis/"
|
|
8164
|
+
}
|
|
8165
|
+
],
|
|
8166
|
+
"title": "HTTP/2",
|
|
8167
|
+
"source": "specref",
|
|
8168
|
+
"shortTitle": "HTTP/2",
|
|
8169
|
+
"categories": [
|
|
8170
|
+
"browser"
|
|
8171
|
+
]
|
|
8172
|
+
},
|
|
8173
|
+
{
|
|
8174
|
+
"url": "https://www.rfc-editor.org/rfc/rfc9114",
|
|
8175
|
+
"seriesComposition": "full",
|
|
8176
|
+
"shortname": "rfc9114",
|
|
8177
|
+
"series": {
|
|
8178
|
+
"shortname": "rfc9114",
|
|
8179
|
+
"currentSpecification": "rfc9114",
|
|
8180
|
+
"title": "HTTP/3",
|
|
8181
|
+
"shortTitle": "HTTP/3",
|
|
8182
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc9114.html"
|
|
8183
|
+
},
|
|
8184
|
+
"nightly": {
|
|
8185
|
+
"url": "https://httpwg.org/specs/rfc9114.html",
|
|
8186
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
8187
|
+
"sourcePath": "specs/rfc9114.xml",
|
|
8188
|
+
"filename": "rfc9114.html"
|
|
8189
|
+
},
|
|
8190
|
+
"organization": "IETF",
|
|
8191
|
+
"groups": [
|
|
8192
|
+
{
|
|
8193
|
+
"name": "QUIC Working Group",
|
|
8194
|
+
"url": "https://datatracker.ietf.org/wg/quic/"
|
|
8195
|
+
}
|
|
8196
|
+
],
|
|
8197
|
+
"title": "HTTP/3",
|
|
8198
|
+
"source": "specref",
|
|
8199
|
+
"shortTitle": "HTTP/3",
|
|
8200
|
+
"categories": [
|
|
8201
|
+
"browser"
|
|
8202
|
+
]
|
|
8203
|
+
},
|
|
7915
8204
|
{
|
|
7916
8205
|
"url": "https://www.w3.org/Consortium/Patent-Policy/",
|
|
7917
8206
|
"seriesComposition": "full",
|
|
@@ -8670,7 +8959,7 @@
|
|
|
8670
8959
|
"filename": "Overview.html"
|
|
8671
8960
|
},
|
|
8672
8961
|
"nightly": {
|
|
8673
|
-
"url": "https://drafts.csswg.org/css-align/",
|
|
8962
|
+
"url": "https://drafts.csswg.org/css-align-3/",
|
|
8674
8963
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
8675
8964
|
"sourcePath": "css-align-3/Overview.bs",
|
|
8676
8965
|
"filename": "Overview.html"
|
|
@@ -8757,7 +9046,7 @@
|
|
|
8757
9046
|
"filename": "Overview.html"
|
|
8758
9047
|
},
|
|
8759
9048
|
"nightly": {
|
|
8760
|
-
"url": "https://drafts.csswg.org/css-animations/",
|
|
9049
|
+
"url": "https://drafts.csswg.org/css-animations-1/",
|
|
8761
9050
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
8762
9051
|
"sourcePath": "css-animations-1/Overview.bs",
|
|
8763
9052
|
"filename": "Overview.html"
|
|
@@ -8802,7 +9091,7 @@
|
|
|
8802
9091
|
"filename": "Overview.html"
|
|
8803
9092
|
},
|
|
8804
9093
|
"nightly": {
|
|
8805
|
-
"url": "https://drafts.csswg.org/css-backgrounds/",
|
|
9094
|
+
"url": "https://drafts.csswg.org/css-backgrounds-3/",
|
|
8806
9095
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
8807
9096
|
"sourcePath": "css-backgrounds-3/Overview.bs",
|
|
8808
9097
|
"filename": "Overview.html"
|
|
@@ -8933,7 +9222,7 @@
|
|
|
8933
9222
|
"filename": "Overview.html"
|
|
8934
9223
|
},
|
|
8935
9224
|
"nightly": {
|
|
8936
|
-
"url": "https://drafts.csswg.org/css-break/",
|
|
9225
|
+
"url": "https://drafts.csswg.org/css-break-3/",
|
|
8937
9226
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
8938
9227
|
"sourcePath": "css-break-3/Overview.bs",
|
|
8939
9228
|
"filename": "Overview.html"
|
|
@@ -9593,7 +9882,7 @@
|
|
|
9593
9882
|
"filename": "Overview.html"
|
|
9594
9883
|
},
|
|
9595
9884
|
"nightly": {
|
|
9596
|
-
"url": "https://drafts.csswg.org/css-counter-styles/",
|
|
9885
|
+
"url": "https://drafts.csswg.org/css-counter-styles-3/",
|
|
9597
9886
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9598
9887
|
"sourcePath": "css-counter-styles-3/Overview.bs",
|
|
9599
9888
|
"filename": "Overview.html"
|
|
@@ -9636,7 +9925,7 @@
|
|
|
9636
9925
|
"filename": "Overview.html"
|
|
9637
9926
|
},
|
|
9638
9927
|
"nightly": {
|
|
9639
|
-
"url": "https://drafts.csswg.org/css-device-adapt/",
|
|
9928
|
+
"url": "https://drafts.csswg.org/css-device-adapt-1/",
|
|
9640
9929
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9641
9930
|
"sourcePath": "css-device-adapt-1/Overview.bs",
|
|
9642
9931
|
"filename": "Overview.html"
|
|
@@ -9679,7 +9968,7 @@
|
|
|
9679
9968
|
"filename": "Overview.html"
|
|
9680
9969
|
},
|
|
9681
9970
|
"nightly": {
|
|
9682
|
-
"url": "https://drafts.csswg.org/css-display/",
|
|
9971
|
+
"url": "https://drafts.csswg.org/css-display-3/",
|
|
9683
9972
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9684
9973
|
"sourcePath": "css-display-3/Overview.bs",
|
|
9685
9974
|
"filename": "Overview.html"
|
|
@@ -9710,6 +9999,7 @@
|
|
|
9710
9999
|
"nightlyUrl": "https://drafts.csswg.org/css-easing/"
|
|
9711
10000
|
},
|
|
9712
10001
|
"seriesVersion": "1",
|
|
10002
|
+
"seriesNext": "css-easing-2",
|
|
9713
10003
|
"organization": "W3C",
|
|
9714
10004
|
"groups": [
|
|
9715
10005
|
{
|
|
@@ -9722,7 +10012,7 @@
|
|
|
9722
10012
|
"filename": "Overview.html"
|
|
9723
10013
|
},
|
|
9724
10014
|
"nightly": {
|
|
9725
|
-
"url": "https://drafts.csswg.org/css-easing/",
|
|
10015
|
+
"url": "https://drafts.csswg.org/css-easing-1/",
|
|
9726
10016
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9727
10017
|
"sourcePath": "css-easing-1/Overview.bs",
|
|
9728
10018
|
"filename": "Overview.html"
|
|
@@ -9808,7 +10098,7 @@
|
|
|
9808
10098
|
"filename": "Overview.html"
|
|
9809
10099
|
},
|
|
9810
10100
|
"nightly": {
|
|
9811
|
-
"url": "https://drafts.csswg.org/css-font-loading/",
|
|
10101
|
+
"url": "https://drafts.csswg.org/css-font-loading-3/",
|
|
9812
10102
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9813
10103
|
"sourcePath": "css-font-loading-3/Overview.bs",
|
|
9814
10104
|
"filename": "Overview.html"
|
|
@@ -9941,7 +10231,7 @@
|
|
|
9941
10231
|
"filename": "Overview.html"
|
|
9942
10232
|
},
|
|
9943
10233
|
"nightly": {
|
|
9944
|
-
"url": "https://drafts.csswg.org/css-gcpm/",
|
|
10234
|
+
"url": "https://drafts.csswg.org/css-gcpm-3/",
|
|
9945
10235
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
9946
10236
|
"sourcePath": "css-gcpm-3/Overview.bs",
|
|
9947
10237
|
"filename": "Overview.html"
|
|
@@ -10238,7 +10528,7 @@
|
|
|
10238
10528
|
"filename": "Overview.html"
|
|
10239
10529
|
},
|
|
10240
10530
|
"nightly": {
|
|
10241
|
-
"url": "https://drafts.csswg.org/css-line-grid/",
|
|
10531
|
+
"url": "https://drafts.csswg.org/css-line-grid-1/",
|
|
10242
10532
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10243
10533
|
"sourcePath": "css-line-grid-1/Overview.bs",
|
|
10244
10534
|
"filename": "Overview.html"
|
|
@@ -10406,7 +10696,7 @@
|
|
|
10406
10696
|
"filename": "Overview.html"
|
|
10407
10697
|
},
|
|
10408
10698
|
"nightly": {
|
|
10409
|
-
"url": "https://drafts.csswg.org/css-multicol/",
|
|
10699
|
+
"url": "https://drafts.csswg.org/css-multicol-1/",
|
|
10410
10700
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10411
10701
|
"sourcePath": "css-multicol-1/Overview.bs",
|
|
10412
10702
|
"filename": "Overview.html"
|
|
@@ -10448,7 +10738,7 @@
|
|
|
10448
10738
|
"filename": "Overview.html"
|
|
10449
10739
|
},
|
|
10450
10740
|
"nightly": {
|
|
10451
|
-
"url": "https://drafts.csswg.org/css-namespaces/",
|
|
10741
|
+
"url": "https://drafts.csswg.org/css-namespaces-3/",
|
|
10452
10742
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10453
10743
|
"sourcePath": "css-namespaces-3/Overview.bs",
|
|
10454
10744
|
"filename": "Overview.html"
|
|
@@ -10528,7 +10818,7 @@
|
|
|
10528
10818
|
"filename": "Overview.html"
|
|
10529
10819
|
},
|
|
10530
10820
|
"nightly": {
|
|
10531
|
-
"url": "https://drafts.csswg.org/css-nesting/",
|
|
10821
|
+
"url": "https://drafts.csswg.org/css-nesting-1/",
|
|
10532
10822
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10533
10823
|
"sourcePath": "css-nesting-1/Overview.bs",
|
|
10534
10824
|
"filename": "Overview.html"
|
|
@@ -10740,7 +11030,7 @@
|
|
|
10740
11030
|
"filename": "Overview.html"
|
|
10741
11031
|
},
|
|
10742
11032
|
"nightly": {
|
|
10743
|
-
"url": "https://drafts.csswg.org/css-page-floats/",
|
|
11033
|
+
"url": "https://drafts.csswg.org/css-page-floats-3/",
|
|
10744
11034
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10745
11035
|
"sourcePath": "css-page-floats-3/Overview.bs",
|
|
10746
11036
|
"filename": "Overview.html"
|
|
@@ -10820,7 +11110,7 @@
|
|
|
10820
11110
|
"filename": "Overview.html"
|
|
10821
11111
|
},
|
|
10822
11112
|
"nightly": {
|
|
10823
|
-
"url": "https://drafts.csswg.org/css-position/",
|
|
11113
|
+
"url": "https://drafts.csswg.org/css-position-3/",
|
|
10824
11114
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10825
11115
|
"sourcePath": "css-position-3/Overview.bs",
|
|
10826
11116
|
"filename": "Overview.html"
|
|
@@ -10953,7 +11243,7 @@
|
|
|
10953
11243
|
"filename": "Overview.html"
|
|
10954
11244
|
},
|
|
10955
11245
|
"nightly": {
|
|
10956
|
-
"url": "https://drafts.csswg.org/css-regions/",
|
|
11246
|
+
"url": "https://drafts.csswg.org/css-regions-1/",
|
|
10957
11247
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10958
11248
|
"sourcePath": "css-regions-1/Overview.bs",
|
|
10959
11249
|
"filename": "Overview.html"
|
|
@@ -10990,7 +11280,7 @@
|
|
|
10990
11280
|
"filename": "Overview.html"
|
|
10991
11281
|
},
|
|
10992
11282
|
"nightly": {
|
|
10993
|
-
"url": "https://drafts.csswg.org/css-rhythm/",
|
|
11283
|
+
"url": "https://drafts.csswg.org/css-rhythm-1/",
|
|
10994
11284
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
10995
11285
|
"sourcePath": "css-rhythm-1/Overview.bs",
|
|
10996
11286
|
"filename": "Overview.html"
|
|
@@ -11027,7 +11317,7 @@
|
|
|
11027
11317
|
"filename": "Overview.html"
|
|
11028
11318
|
},
|
|
11029
11319
|
"nightly": {
|
|
11030
|
-
"url": "https://drafts.csswg.org/css-round-display/",
|
|
11320
|
+
"url": "https://drafts.csswg.org/css-round-display-1/",
|
|
11031
11321
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11032
11322
|
"sourcePath": "css-round-display-1/Overview.bs",
|
|
11033
11323
|
"filename": "Overview.html"
|
|
@@ -11113,7 +11403,7 @@
|
|
|
11113
11403
|
"filename": "Overview.html"
|
|
11114
11404
|
},
|
|
11115
11405
|
"nightly": {
|
|
11116
|
-
"url": "https://drafts.csswg.org/css-scoping/",
|
|
11406
|
+
"url": "https://drafts.csswg.org/css-scoping-1/",
|
|
11117
11407
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11118
11408
|
"sourcePath": "css-scoping-1/Overview.bs",
|
|
11119
11409
|
"filename": "Overview.html"
|
|
@@ -11156,7 +11446,7 @@
|
|
|
11156
11446
|
"filename": "Overview.html"
|
|
11157
11447
|
},
|
|
11158
11448
|
"nightly": {
|
|
11159
|
-
"url": "https://drafts.csswg.org/css-scroll-anchoring/",
|
|
11449
|
+
"url": "https://drafts.csswg.org/css-scroll-anchoring-1/",
|
|
11160
11450
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11161
11451
|
"sourcePath": "css-scroll-anchoring-1/Overview.bs",
|
|
11162
11452
|
"filename": "Overview.html"
|
|
@@ -11243,7 +11533,7 @@
|
|
|
11243
11533
|
"filename": "Overview.html"
|
|
11244
11534
|
},
|
|
11245
11535
|
"nightly": {
|
|
11246
|
-
"url": "https://drafts.csswg.org/css-scrollbars/",
|
|
11536
|
+
"url": "https://drafts.csswg.org/css-scrollbars-1/",
|
|
11247
11537
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11248
11538
|
"sourcePath": "css-scrollbars-1/Overview.bs",
|
|
11249
11539
|
"filename": "Overview.html"
|
|
@@ -11286,7 +11576,7 @@
|
|
|
11286
11576
|
"filename": "Overview.html"
|
|
11287
11577
|
},
|
|
11288
11578
|
"nightly": {
|
|
11289
|
-
"url": "https://drafts.csswg.org/css-shadow-parts/",
|
|
11579
|
+
"url": "https://drafts.csswg.org/css-shadow-parts-1/",
|
|
11290
11580
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11291
11581
|
"sourcePath": "css-shadow-parts-1/Overview.bs",
|
|
11292
11582
|
"filename": "Overview.html"
|
|
@@ -11330,7 +11620,7 @@
|
|
|
11330
11620
|
"filename": "Overview.html"
|
|
11331
11621
|
},
|
|
11332
11622
|
"nightly": {
|
|
11333
|
-
"url": "https://drafts.csswg.org/css-shapes/",
|
|
11623
|
+
"url": "https://drafts.csswg.org/css-shapes-1/",
|
|
11334
11624
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11335
11625
|
"sourcePath": "css-shapes-1/Overview.bs",
|
|
11336
11626
|
"filename": "Overview.html"
|
|
@@ -11546,7 +11836,7 @@
|
|
|
11546
11836
|
"filename": "Overview.html"
|
|
11547
11837
|
},
|
|
11548
11838
|
"nightly": {
|
|
11549
|
-
"url": "https://drafts.csswg.org/css-syntax/",
|
|
11839
|
+
"url": "https://drafts.csswg.org/css-syntax-3/",
|
|
11550
11840
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11551
11841
|
"sourcePath": "css-syntax-3/Overview.bs",
|
|
11552
11842
|
"filename": "Overview.html"
|
|
@@ -11809,7 +12099,7 @@
|
|
|
11809
12099
|
"filename": "Overview.html"
|
|
11810
12100
|
},
|
|
11811
12101
|
"nightly": {
|
|
11812
|
-
"url": "https://drafts.csswg.org/css-transforms/",
|
|
12102
|
+
"url": "https://drafts.csswg.org/css-transforms-1/",
|
|
11813
12103
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11814
12104
|
"sourcePath": "css-transforms-1/Overview.bs",
|
|
11815
12105
|
"filename": "Overview.html"
|
|
@@ -11897,7 +12187,7 @@
|
|
|
11897
12187
|
"filename": "Overview.html"
|
|
11898
12188
|
},
|
|
11899
12189
|
"nightly": {
|
|
11900
|
-
"url": "https://drafts.csswg.org/css-transitions/",
|
|
12190
|
+
"url": "https://drafts.csswg.org/css-transitions-1/",
|
|
11901
12191
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11902
12192
|
"sourcePath": "css-transitions-1/Overview.bs",
|
|
11903
12193
|
"filename": "Overview.html"
|
|
@@ -12122,7 +12412,7 @@
|
|
|
12122
12412
|
"filename": "Overview.html"
|
|
12123
12413
|
},
|
|
12124
12414
|
"nightly": {
|
|
12125
|
-
"url": "https://drafts.csswg.org/css-variables/",
|
|
12415
|
+
"url": "https://drafts.csswg.org/css-variables-1/",
|
|
12126
12416
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
12127
12417
|
"sourcePath": "css-variables-1/Overview.bs",
|
|
12128
12418
|
"filename": "Overview.html"
|
|
@@ -12164,7 +12454,7 @@
|
|
|
12164
12454
|
"filename": "Overview.html"
|
|
12165
12455
|
},
|
|
12166
12456
|
"nightly": {
|
|
12167
|
-
"url": "https://drafts.csswg.org/css-will-change/",
|
|
12457
|
+
"url": "https://drafts.csswg.org/css-will-change-1/",
|
|
12168
12458
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
12169
12459
|
"sourcePath": "css-will-change-1/Overview.bs",
|
|
12170
12460
|
"filename": "Overview.html"
|
|
@@ -12381,11 +12671,11 @@
|
|
|
12381
12671
|
"title": "CSS Exclusions",
|
|
12382
12672
|
"shortTitle": "CSS Exclusions",
|
|
12383
12673
|
"releaseUrl": "https://www.w3.org/TR/css-exclusions/",
|
|
12384
|
-
"nightlyUrl": "https://drafts.csswg.org/css-exclusions/"
|
|
12674
|
+
"nightlyUrl": "https://drafts.csswg.org/css-exclusions-1/"
|
|
12385
12675
|
},
|
|
12386
12676
|
"seriesVersion": "1",
|
|
12387
12677
|
"nightly": {
|
|
12388
|
-
"url": "https://drafts.csswg.org/css-exclusions/",
|
|
12678
|
+
"url": "https://drafts.csswg.org/css-exclusions-1/",
|
|
12389
12679
|
"sourcePath": "css-exclusions-1/Overview.bs",
|
|
12390
12680
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
12391
12681
|
"filename": "Overview.html"
|
|
@@ -12439,7 +12729,7 @@
|
|
|
12439
12729
|
"filename": "Overview.html"
|
|
12440
12730
|
},
|
|
12441
12731
|
"nightly": {
|
|
12442
|
-
"url": "https://drafts.csswg.org/cssom/",
|
|
12732
|
+
"url": "https://drafts.csswg.org/cssom-1/",
|
|
12443
12733
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
12444
12734
|
"sourcePath": "cssom-1/Overview.bs",
|
|
12445
12735
|
"filename": "Overview.html"
|
|
@@ -12482,7 +12772,7 @@
|
|
|
12482
12772
|
"filename": "Overview.html"
|
|
12483
12773
|
},
|
|
12484
12774
|
"nightly": {
|
|
12485
|
-
"url": "https://drafts.csswg.org/cssom-view/",
|
|
12775
|
+
"url": "https://drafts.csswg.org/cssom-view-1/",
|
|
12486
12776
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
12487
12777
|
"sourcePath": "cssom-view-1/Overview.bs",
|
|
12488
12778
|
"filename": "Overview.html"
|
|
@@ -12960,7 +13250,7 @@
|
|
|
12960
13250
|
"filename": "Overview.html"
|
|
12961
13251
|
},
|
|
12962
13252
|
"nightly": {
|
|
12963
|
-
"url": "https://drafts.fxtf.org/fill-stroke/",
|
|
13253
|
+
"url": "https://drafts.fxtf.org/fill-stroke-3/",
|
|
12964
13254
|
"repository": "https://github.com/w3c/fxtf-drafts",
|
|
12965
13255
|
"sourcePath": "fill-stroke/Overview.bs",
|
|
12966
13256
|
"filename": "Overview.html"
|
|
@@ -13251,7 +13541,7 @@
|
|
|
13251
13541
|
"filename": "Overview.html"
|
|
13252
13542
|
},
|
|
13253
13543
|
"nightly": {
|
|
13254
|
-
"url": "https://drafts.fxtf.org/geometry/",
|
|
13544
|
+
"url": "https://drafts.fxtf.org/geometry-1/",
|
|
13255
13545
|
"repository": "https://github.com/w3c/fxtf-drafts",
|
|
13256
13546
|
"sourcePath": "geometry/Overview.bs",
|
|
13257
13547
|
"filename": "Overview.html"
|
|
@@ -15101,48 +15391,6 @@
|
|
|
15101
15391
|
]
|
|
15102
15392
|
}
|
|
15103
15393
|
},
|
|
15104
|
-
{
|
|
15105
|
-
"url": "https://www.w3.org/TR/payment-method-basic-card/",
|
|
15106
|
-
"seriesComposition": "full",
|
|
15107
|
-
"shortname": "payment-method-basic-card",
|
|
15108
|
-
"series": {
|
|
15109
|
-
"shortname": "payment-method-basic-card",
|
|
15110
|
-
"currentSpecification": "payment-method-basic-card",
|
|
15111
|
-
"title": "Payment Method: Basic Card",
|
|
15112
|
-
"shortTitle": "Basic Card",
|
|
15113
|
-
"releaseUrl": "https://www.w3.org/TR/payment-method-basic-card/",
|
|
15114
|
-
"nightlyUrl": "https://w3c.github.io/payment-method-basic-card/"
|
|
15115
|
-
},
|
|
15116
|
-
"shortTitle": "Basic Card",
|
|
15117
|
-
"organization": "W3C",
|
|
15118
|
-
"groups": [
|
|
15119
|
-
{
|
|
15120
|
-
"name": "Web Payments Working Group",
|
|
15121
|
-
"url": "https://www.w3.org/Payments/WG/"
|
|
15122
|
-
}
|
|
15123
|
-
],
|
|
15124
|
-
"release": {
|
|
15125
|
-
"url": "https://www.w3.org/TR/payment-method-basic-card/",
|
|
15126
|
-
"filename": "Overview.html"
|
|
15127
|
-
},
|
|
15128
|
-
"nightly": {
|
|
15129
|
-
"url": "https://w3c.github.io/payment-method-basic-card/",
|
|
15130
|
-
"repository": "https://github.com/w3c/payment-method-basic-card",
|
|
15131
|
-
"sourcePath": "index.html",
|
|
15132
|
-
"filename": "index.html"
|
|
15133
|
-
},
|
|
15134
|
-
"title": "Payment Method: Basic Card",
|
|
15135
|
-
"source": "w3c",
|
|
15136
|
-
"categories": [
|
|
15137
|
-
"browser"
|
|
15138
|
-
],
|
|
15139
|
-
"tests": {
|
|
15140
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
15141
|
-
"testPaths": [
|
|
15142
|
-
"payment-method-basic-card"
|
|
15143
|
-
]
|
|
15144
|
-
}
|
|
15145
|
-
},
|
|
15146
15394
|
{
|
|
15147
15395
|
"url": "https://www.w3.org/TR/payment-method-id/",
|
|
15148
15396
|
"seriesComposition": "full",
|
|
@@ -15839,7 +16087,7 @@
|
|
|
15839
16087
|
"filename": "Overview.html"
|
|
15840
16088
|
},
|
|
15841
16089
|
"nightly": {
|
|
15842
|
-
"url": "https://drafts.csswg.org/resize-observer/",
|
|
16090
|
+
"url": "https://drafts.csswg.org/resize-observer-1/",
|
|
15843
16091
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
15844
16092
|
"sourcePath": "resize-observer-1/Overview.bs",
|
|
15845
16093
|
"filename": "Overview.html"
|
|
@@ -16213,7 +16461,7 @@
|
|
|
16213
16461
|
"filename": "Overview.html"
|
|
16214
16462
|
},
|
|
16215
16463
|
"nightly": {
|
|
16216
|
-
"url": "https://drafts.csswg.org/selectors/",
|
|
16464
|
+
"url": "https://drafts.csswg.org/selectors-4/",
|
|
16217
16465
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
16218
16466
|
"sourcePath": "selectors-4/Overview.bs",
|
|
16219
16467
|
"filename": "Overview.html"
|