web-specs 2.43.0 → 2.45.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 +171 -63
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -267,9 +267,11 @@ title, the property is set to the actual (possibly long) series title.
|
|
|
267
267
|
#### `series.releaseUrl`
|
|
268
268
|
|
|
269
269
|
The URL of the latest published snapshot for the spec series. For leveled specs
|
|
270
|
-
(those that create a series), this matches the unversioned URL.
|
|
271
|
-
unversioned URL
|
|
272
|
-
[`currentSpecification`](#seriescurrentspecification) property.
|
|
270
|
+
(those that create a series), this matches the unversioned URL. In most cases,
|
|
271
|
+
that unversioned URL will return the specification identified by the
|
|
272
|
+
[`currentSpecification`](#seriescurrentspecification) property. It may return
|
|
273
|
+
an earlier level though, e.g. when the current specification has not yet been
|
|
274
|
+
published as a TR document.
|
|
273
275
|
|
|
274
276
|
For instance, this property will be set to `https://www.w3.org/TR/css-fonts/`
|
|
275
277
|
for all specifications in the CSS Fonts series.
|
|
@@ -283,7 +285,8 @@ The `releaseUrl` property is only set for W3C specs published as TR documents.
|
|
|
283
285
|
|
|
284
286
|
For leveled specs (those that create a series), this matches the unversioned URL
|
|
285
287
|
that allows to access the latest Editor's Draft of the current specification in
|
|
286
|
-
the series.
|
|
288
|
+
the series. That unversioned URL should return the specification identified by
|
|
289
|
+
the [`currentSpecification`](#seriescurrentspecification) property.
|
|
287
290
|
|
|
288
291
|
For instance, this property will be set to `https://drafts.csswg.org/css-fonts/`
|
|
289
292
|
for all specifications in the CSS Fonts series.
|
package/index.json
CHANGED
|
@@ -1410,11 +1410,11 @@
|
|
|
1410
1410
|
"shortname": "compositing-2",
|
|
1411
1411
|
"series": {
|
|
1412
1412
|
"shortname": "compositing",
|
|
1413
|
-
"currentSpecification": "compositing-
|
|
1413
|
+
"currentSpecification": "compositing-2",
|
|
1414
1414
|
"title": "Compositing and Blending",
|
|
1415
1415
|
"shortTitle": "Compositing",
|
|
1416
|
-
"
|
|
1417
|
-
"
|
|
1416
|
+
"nightlyUrl": "https://drafts.fxtf.org/compositing/",
|
|
1417
|
+
"releaseUrl": "https://www.w3.org/TR/compositing/"
|
|
1418
1418
|
},
|
|
1419
1419
|
"seriesVersion": "2",
|
|
1420
1420
|
"shortTitle": "Compositing 2",
|
|
@@ -1772,6 +1772,7 @@
|
|
|
1772
1772
|
"https://html.spec.whatwg.org/multipage/microdata.html",
|
|
1773
1773
|
"https://html.spec.whatwg.org/multipage/interaction.html",
|
|
1774
1774
|
"https://html.spec.whatwg.org/multipage/dnd.html",
|
|
1775
|
+
"https://html.spec.whatwg.org/multipage/popover.html",
|
|
1775
1776
|
"https://html.spec.whatwg.org/multipage/browsers.html",
|
|
1776
1777
|
"https://html.spec.whatwg.org/multipage/nav-history-apis.html",
|
|
1777
1778
|
"https://html.spec.whatwg.org/multipage/document-sequences.html",
|
|
@@ -2090,6 +2091,40 @@
|
|
|
2090
2091
|
],
|
|
2091
2092
|
"standing": "good"
|
|
2092
2093
|
},
|
|
2094
|
+
{
|
|
2095
|
+
"url": "https://privacycg.github.io/requestStorageAccessForOrigin/",
|
|
2096
|
+
"seriesComposition": "full",
|
|
2097
|
+
"shortname": "requestStorageAccessForOrigin",
|
|
2098
|
+
"series": {
|
|
2099
|
+
"shortname": "requestStorageAccessForOrigin",
|
|
2100
|
+
"currentSpecification": "requestStorageAccessForOrigin",
|
|
2101
|
+
"title": "requestStorageAccessForOrigin API",
|
|
2102
|
+
"shortTitle": "requestStorageAccessForOrigin API",
|
|
2103
|
+
"nightlyUrl": "https://privacycg.github.io/requestStorageAccessForOrigin/"
|
|
2104
|
+
},
|
|
2105
|
+
"organization": "W3C",
|
|
2106
|
+
"groups": [
|
|
2107
|
+
{
|
|
2108
|
+
"name": "Privacy Community Group",
|
|
2109
|
+
"url": "https://www.w3.org/community/privacycg/"
|
|
2110
|
+
}
|
|
2111
|
+
],
|
|
2112
|
+
"nightly": {
|
|
2113
|
+
"url": "https://privacycg.github.io/requestStorageAccessForOrigin/",
|
|
2114
|
+
"status": "Editor's Draft",
|
|
2115
|
+
"alternateUrls": [],
|
|
2116
|
+
"repository": "https://github.com/privacycg/requestStorageAccessForOrigin",
|
|
2117
|
+
"sourcePath": "index.bs",
|
|
2118
|
+
"filename": "index.html"
|
|
2119
|
+
},
|
|
2120
|
+
"title": "requestStorageAccessForOrigin API",
|
|
2121
|
+
"source": "spec",
|
|
2122
|
+
"shortTitle": "requestStorageAccessForOrigin API",
|
|
2123
|
+
"categories": [
|
|
2124
|
+
"browser"
|
|
2125
|
+
],
|
|
2126
|
+
"standing": "good"
|
|
2127
|
+
},
|
|
2093
2128
|
{
|
|
2094
2129
|
"url": "https://privacycg.github.io/storage-access/",
|
|
2095
2130
|
"seriesComposition": "full",
|
|
@@ -2250,46 +2285,6 @@
|
|
|
2250
2285
|
]
|
|
2251
2286
|
}
|
|
2252
2287
|
},
|
|
2253
|
-
{
|
|
2254
|
-
"url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
|
|
2255
|
-
"seriesComposition": "full",
|
|
2256
|
-
"shortname": "EXT_clip_cull_distance",
|
|
2257
|
-
"series": {
|
|
2258
|
-
"shortname": "EXT_clip_cull_distance",
|
|
2259
|
-
"currentSpecification": "EXT_clip_cull_distance",
|
|
2260
|
-
"title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
|
|
2261
|
-
"shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
|
|
2262
|
-
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/"
|
|
2263
|
-
},
|
|
2264
|
-
"organization": "Khronos Group",
|
|
2265
|
-
"groups": [
|
|
2266
|
-
{
|
|
2267
|
-
"name": "WebGL Working Group",
|
|
2268
|
-
"url": "https://www.khronos.org/webgl/"
|
|
2269
|
-
}
|
|
2270
|
-
],
|
|
2271
|
-
"nightly": {
|
|
2272
|
-
"url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
|
|
2273
|
-
"status": "Editor's Draft",
|
|
2274
|
-
"alternateUrls": [],
|
|
2275
|
-
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
2276
|
-
"sourcePath": "extensions/EXT_clip_cull_distance/extension.xml",
|
|
2277
|
-
"filename": "index.html"
|
|
2278
|
-
},
|
|
2279
|
-
"title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
|
|
2280
|
-
"source": "spec",
|
|
2281
|
-
"shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
|
|
2282
|
-
"categories": [
|
|
2283
|
-
"browser"
|
|
2284
|
-
],
|
|
2285
|
-
"standing": "good",
|
|
2286
|
-
"tests": {
|
|
2287
|
-
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
2288
|
-
"testPaths": [
|
|
2289
|
-
"conformance-suites"
|
|
2290
|
-
]
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
2288
|
{
|
|
2294
2289
|
"url": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/",
|
|
2295
2290
|
"seriesComposition": "full",
|
|
@@ -3250,6 +3245,46 @@
|
|
|
3250
3245
|
]
|
|
3251
3246
|
}
|
|
3252
3247
|
},
|
|
3248
|
+
{
|
|
3249
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
|
|
3250
|
+
"seriesComposition": "full",
|
|
3251
|
+
"shortname": "WEBGL_clip_cull_distance",
|
|
3252
|
+
"series": {
|
|
3253
|
+
"shortname": "WEBGL_clip_cull_distance",
|
|
3254
|
+
"currentSpecification": "WEBGL_clip_cull_distance",
|
|
3255
|
+
"title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
|
|
3256
|
+
"shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
|
|
3257
|
+
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/"
|
|
3258
|
+
},
|
|
3259
|
+
"organization": "Khronos Group",
|
|
3260
|
+
"groups": [
|
|
3261
|
+
{
|
|
3262
|
+
"name": "WebGL Working Group",
|
|
3263
|
+
"url": "https://www.khronos.org/webgl/"
|
|
3264
|
+
}
|
|
3265
|
+
],
|
|
3266
|
+
"nightly": {
|
|
3267
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
|
|
3268
|
+
"status": "Editor's Draft",
|
|
3269
|
+
"alternateUrls": [],
|
|
3270
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3271
|
+
"sourcePath": "extensions/WEBGL_clip_cull_distance/extension.xml",
|
|
3272
|
+
"filename": "index.html"
|
|
3273
|
+
},
|
|
3274
|
+
"title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
|
|
3275
|
+
"source": "spec",
|
|
3276
|
+
"shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
|
|
3277
|
+
"categories": [
|
|
3278
|
+
"browser"
|
|
3279
|
+
],
|
|
3280
|
+
"standing": "good",
|
|
3281
|
+
"tests": {
|
|
3282
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3283
|
+
"testPaths": [
|
|
3284
|
+
"conformance-suites"
|
|
3285
|
+
]
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3253
3288
|
{
|
|
3254
3289
|
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/",
|
|
3255
3290
|
"seriesComposition": "full",
|
|
@@ -3850,6 +3885,46 @@
|
|
|
3850
3885
|
]
|
|
3851
3886
|
}
|
|
3852
3887
|
},
|
|
3888
|
+
{
|
|
3889
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
|
|
3890
|
+
"seriesComposition": "full",
|
|
3891
|
+
"shortname": "WEBGL_provoking_vertex",
|
|
3892
|
+
"series": {
|
|
3893
|
+
"shortname": "WEBGL_provoking_vertex",
|
|
3894
|
+
"currentSpecification": "WEBGL_provoking_vertex",
|
|
3895
|
+
"title": "WebGL WEBGL_provoking_vertex Extension Specification",
|
|
3896
|
+
"shortTitle": "WebGL WEBGL_provoking_vertex Extension",
|
|
3897
|
+
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/"
|
|
3898
|
+
},
|
|
3899
|
+
"organization": "Khronos Group",
|
|
3900
|
+
"groups": [
|
|
3901
|
+
{
|
|
3902
|
+
"name": "WebGL Working Group",
|
|
3903
|
+
"url": "https://www.khronos.org/webgl/"
|
|
3904
|
+
}
|
|
3905
|
+
],
|
|
3906
|
+
"nightly": {
|
|
3907
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
|
|
3908
|
+
"status": "Editor's Draft",
|
|
3909
|
+
"alternateUrls": [],
|
|
3910
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3911
|
+
"sourcePath": "extensions/WEBGL_provoking_vertex/extension.xml",
|
|
3912
|
+
"filename": "index.html"
|
|
3913
|
+
},
|
|
3914
|
+
"title": "WebGL WEBGL_provoking_vertex Extension Specification",
|
|
3915
|
+
"source": "spec",
|
|
3916
|
+
"shortTitle": "WebGL WEBGL_provoking_vertex Extension",
|
|
3917
|
+
"categories": [
|
|
3918
|
+
"browser"
|
|
3919
|
+
],
|
|
3920
|
+
"standing": "good",
|
|
3921
|
+
"tests": {
|
|
3922
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3923
|
+
"testPaths": [
|
|
3924
|
+
"conformance-suites"
|
|
3925
|
+
]
|
|
3926
|
+
}
|
|
3927
|
+
},
|
|
3853
3928
|
{
|
|
3854
3929
|
"url": "https://registry.khronos.org/webgl/specs/latest/1.0/",
|
|
3855
3930
|
"seriesComposition": "full",
|
|
@@ -6554,6 +6629,40 @@
|
|
|
6554
6629
|
]
|
|
6555
6630
|
}
|
|
6556
6631
|
},
|
|
6632
|
+
{
|
|
6633
|
+
"url": "https://wicg.github.io/first-party-sets/",
|
|
6634
|
+
"seriesComposition": "full",
|
|
6635
|
+
"shortname": "first-party-sets",
|
|
6636
|
+
"series": {
|
|
6637
|
+
"shortname": "first-party-sets",
|
|
6638
|
+
"currentSpecification": "first-party-sets",
|
|
6639
|
+
"title": "User Agent Interaction with First-Party Sets",
|
|
6640
|
+
"shortTitle": "User Agent Interaction with First-Party Sets",
|
|
6641
|
+
"nightlyUrl": "https://wicg.github.io/first-party-sets/"
|
|
6642
|
+
},
|
|
6643
|
+
"organization": "W3C",
|
|
6644
|
+
"groups": [
|
|
6645
|
+
{
|
|
6646
|
+
"name": "Web Platform Incubator Community Group",
|
|
6647
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
6648
|
+
}
|
|
6649
|
+
],
|
|
6650
|
+
"nightly": {
|
|
6651
|
+
"url": "https://wicg.github.io/first-party-sets/",
|
|
6652
|
+
"status": "Draft Community Group Report",
|
|
6653
|
+
"alternateUrls": [],
|
|
6654
|
+
"repository": "https://github.com/WICG/first-party-sets",
|
|
6655
|
+
"sourcePath": "spec.bs",
|
|
6656
|
+
"filename": "index.html"
|
|
6657
|
+
},
|
|
6658
|
+
"title": "User Agent Interaction with First-Party Sets",
|
|
6659
|
+
"source": "spec",
|
|
6660
|
+
"shortTitle": "User Agent Interaction with First-Party Sets",
|
|
6661
|
+
"categories": [
|
|
6662
|
+
"browser"
|
|
6663
|
+
],
|
|
6664
|
+
"standing": "good"
|
|
6665
|
+
},
|
|
6557
6666
|
{
|
|
6558
6667
|
"url": "https://wicg.github.io/get-installed-related-apps/spec/",
|
|
6559
6668
|
"seriesComposition": "full",
|
|
@@ -10112,11 +10221,11 @@
|
|
|
10112
10221
|
"shortname": "compositing-1",
|
|
10113
10222
|
"series": {
|
|
10114
10223
|
"shortname": "compositing",
|
|
10115
|
-
"currentSpecification": "compositing-
|
|
10224
|
+
"currentSpecification": "compositing-2",
|
|
10116
10225
|
"title": "Compositing and Blending",
|
|
10117
10226
|
"shortTitle": "Compositing",
|
|
10118
|
-
"
|
|
10119
|
-
"
|
|
10227
|
+
"nightlyUrl": "https://drafts.fxtf.org/compositing/",
|
|
10228
|
+
"releaseUrl": "https://www.w3.org/TR/compositing/"
|
|
10120
10229
|
},
|
|
10121
10230
|
"seriesVersion": "1",
|
|
10122
10231
|
"shortTitle": "Compositing 1",
|
|
@@ -10168,7 +10277,7 @@
|
|
|
10168
10277
|
"title": "Compute Pressure Level 1",
|
|
10169
10278
|
"shortTitle": "Compute Pressure",
|
|
10170
10279
|
"releaseUrl": "https://www.w3.org/TR/compute-pressure/",
|
|
10171
|
-
"nightlyUrl": "https://
|
|
10280
|
+
"nightlyUrl": "https://w3c.github.io/compute-pressure/"
|
|
10172
10281
|
},
|
|
10173
10282
|
"organization": "W3C",
|
|
10174
10283
|
"groups": [
|
|
@@ -10179,14 +10288,14 @@
|
|
|
10179
10288
|
],
|
|
10180
10289
|
"release": {
|
|
10181
10290
|
"url": "https://www.w3.org/TR/compute-pressure/",
|
|
10182
|
-
"status": "
|
|
10291
|
+
"status": "Working Draft",
|
|
10183
10292
|
"filename": "Overview.html"
|
|
10184
10293
|
},
|
|
10185
10294
|
"nightly": {
|
|
10186
|
-
"url": "https://
|
|
10295
|
+
"url": "https://w3c.github.io/compute-pressure/",
|
|
10187
10296
|
"status": "Editor's Draft",
|
|
10188
10297
|
"alternateUrls": [],
|
|
10189
|
-
"repository": "https://github.com/
|
|
10298
|
+
"repository": "https://github.com/w3c/compute-pressure",
|
|
10190
10299
|
"sourcePath": "index.html",
|
|
10191
10300
|
"filename": "index.html"
|
|
10192
10301
|
},
|
|
@@ -10199,18 +10308,17 @@
|
|
|
10199
10308
|
"standing": "good"
|
|
10200
10309
|
},
|
|
10201
10310
|
{
|
|
10202
|
-
"url": "https://www.w3.org/TR/contact-picker
|
|
10311
|
+
"url": "https://www.w3.org/TR/contact-picker/",
|
|
10203
10312
|
"seriesComposition": "full",
|
|
10204
|
-
"shortname": "contact-picker
|
|
10313
|
+
"shortname": "contact-picker",
|
|
10205
10314
|
"series": {
|
|
10206
10315
|
"shortname": "contact-picker",
|
|
10207
|
-
"currentSpecification": "contact-picker
|
|
10316
|
+
"currentSpecification": "contact-picker",
|
|
10208
10317
|
"title": "Contact Picker API",
|
|
10209
10318
|
"shortTitle": "Contact Picker API",
|
|
10210
10319
|
"releaseUrl": "https://www.w3.org/TR/contact-picker/",
|
|
10211
|
-
"nightlyUrl": "https://w3c.github.io/contact-
|
|
10320
|
+
"nightlyUrl": "https://w3c.github.io/contact-picker/"
|
|
10212
10321
|
},
|
|
10213
|
-
"seriesVersion": "1",
|
|
10214
10322
|
"organization": "W3C",
|
|
10215
10323
|
"groups": [
|
|
10216
10324
|
{
|
|
@@ -10223,16 +10331,16 @@
|
|
|
10223
10331
|
}
|
|
10224
10332
|
],
|
|
10225
10333
|
"release": {
|
|
10226
|
-
"url": "https://www.w3.org/TR/contact-picker
|
|
10227
|
-
"status": "
|
|
10334
|
+
"url": "https://www.w3.org/TR/contact-picker/",
|
|
10335
|
+
"status": "Working Draft",
|
|
10228
10336
|
"filename": "Overview.html"
|
|
10229
10337
|
},
|
|
10230
10338
|
"nightly": {
|
|
10231
|
-
"url": "https://w3c.github.io/contact-
|
|
10339
|
+
"url": "https://w3c.github.io/contact-picker/",
|
|
10232
10340
|
"status": "Editor's Draft",
|
|
10233
10341
|
"alternateUrls": [],
|
|
10234
|
-
"repository": "https://github.com/w3c/contact-
|
|
10235
|
-
"sourcePath": "
|
|
10342
|
+
"repository": "https://github.com/w3c/contact-picker",
|
|
10343
|
+
"sourcePath": "index.bs",
|
|
10236
10344
|
"filename": "index.html"
|
|
10237
10345
|
},
|
|
10238
10346
|
"title": "Contact Picker API",
|
|
@@ -16628,7 +16736,7 @@
|
|
|
16628
16736
|
"groups": [
|
|
16629
16737
|
{
|
|
16630
16738
|
"name": "JSON-LD Working Group",
|
|
16631
|
-
"url": "https://www.w3.org/
|
|
16739
|
+
"url": "https://www.w3.org/groups/wg/json-ld/"
|
|
16632
16740
|
}
|
|
16633
16741
|
],
|
|
16634
16742
|
"release": {
|
|
@@ -16666,7 +16774,7 @@
|
|
|
16666
16774
|
"groups": [
|
|
16667
16775
|
{
|
|
16668
16776
|
"name": "JSON-LD Working Group",
|
|
16669
|
-
"url": "https://www.w3.org/
|
|
16777
|
+
"url": "https://www.w3.org/groups/wg/json-ld/"
|
|
16670
16778
|
}
|
|
16671
16779
|
],
|
|
16672
16780
|
"release": {
|
|
@@ -16705,7 +16813,7 @@
|
|
|
16705
16813
|
"groups": [
|
|
16706
16814
|
{
|
|
16707
16815
|
"name": "JSON-LD Working Group",
|
|
16708
|
-
"url": "https://www.w3.org/
|
|
16816
|
+
"url": "https://www.w3.org/groups/wg/json-ld/"
|
|
16709
16817
|
}
|
|
16710
16818
|
],
|
|
16711
16819
|
"release": {
|