web-specs 2.42.0 → 2.44.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 +168 -142
- 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
|
@@ -1323,6 +1323,42 @@
|
|
|
1323
1323
|
]
|
|
1324
1324
|
}
|
|
1325
1325
|
},
|
|
1326
|
+
{
|
|
1327
|
+
"url": "https://drafts.csswg.org/css-viewport/",
|
|
1328
|
+
"seriesComposition": "full",
|
|
1329
|
+
"shortname": "css-viewport",
|
|
1330
|
+
"series": {
|
|
1331
|
+
"shortname": "css-viewport",
|
|
1332
|
+
"currentSpecification": "css-viewport",
|
|
1333
|
+
"title": "CSS Viewport",
|
|
1334
|
+
"shortTitle": "CSS Viewport",
|
|
1335
|
+
"nightlyUrl": "https://drafts.csswg.org/css-viewport/"
|
|
1336
|
+
},
|
|
1337
|
+
"organization": "W3C",
|
|
1338
|
+
"groups": [
|
|
1339
|
+
{
|
|
1340
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
1341
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
1342
|
+
}
|
|
1343
|
+
],
|
|
1344
|
+
"nightly": {
|
|
1345
|
+
"url": "https://drafts.csswg.org/css-viewport/",
|
|
1346
|
+
"status": "Editor's Draft",
|
|
1347
|
+
"alternateUrls": [
|
|
1348
|
+
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
1349
|
+
],
|
|
1350
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
1351
|
+
"sourcePath": "css-viewport/Overview.bs",
|
|
1352
|
+
"filename": "Overview.html"
|
|
1353
|
+
},
|
|
1354
|
+
"title": "CSS Viewport Module Level 1",
|
|
1355
|
+
"source": "spec",
|
|
1356
|
+
"shortTitle": "CSS Viewport 1",
|
|
1357
|
+
"categories": [
|
|
1358
|
+
"browser"
|
|
1359
|
+
],
|
|
1360
|
+
"standing": "good"
|
|
1361
|
+
},
|
|
1326
1362
|
{
|
|
1327
1363
|
"url": "https://drafts.csswg.org/web-animations-2/",
|
|
1328
1364
|
"seriesComposition": "delta",
|
|
@@ -1374,11 +1410,11 @@
|
|
|
1374
1410
|
"shortname": "compositing-2",
|
|
1375
1411
|
"series": {
|
|
1376
1412
|
"shortname": "compositing",
|
|
1377
|
-
"currentSpecification": "compositing-
|
|
1413
|
+
"currentSpecification": "compositing-2",
|
|
1378
1414
|
"title": "Compositing and Blending",
|
|
1379
1415
|
"shortTitle": "Compositing",
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1416
|
+
"nightlyUrl": "https://drafts.fxtf.org/compositing/",
|
|
1417
|
+
"releaseUrl": "https://www.w3.org/TR/compositing/"
|
|
1382
1418
|
},
|
|
1383
1419
|
"seriesVersion": "2",
|
|
1384
1420
|
"shortTitle": "Compositing 2",
|
|
@@ -2214,46 +2250,6 @@
|
|
|
2214
2250
|
]
|
|
2215
2251
|
}
|
|
2216
2252
|
},
|
|
2217
|
-
{
|
|
2218
|
-
"url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
|
|
2219
|
-
"seriesComposition": "full",
|
|
2220
|
-
"shortname": "EXT_clip_cull_distance",
|
|
2221
|
-
"series": {
|
|
2222
|
-
"shortname": "EXT_clip_cull_distance",
|
|
2223
|
-
"currentSpecification": "EXT_clip_cull_distance",
|
|
2224
|
-
"title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
|
|
2225
|
-
"shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
|
|
2226
|
-
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/"
|
|
2227
|
-
},
|
|
2228
|
-
"organization": "Khronos Group",
|
|
2229
|
-
"groups": [
|
|
2230
|
-
{
|
|
2231
|
-
"name": "WebGL Working Group",
|
|
2232
|
-
"url": "https://www.khronos.org/webgl/"
|
|
2233
|
-
}
|
|
2234
|
-
],
|
|
2235
|
-
"nightly": {
|
|
2236
|
-
"url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
|
|
2237
|
-
"status": "Editor's Draft",
|
|
2238
|
-
"alternateUrls": [],
|
|
2239
|
-
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
2240
|
-
"sourcePath": "extensions/EXT_clip_cull_distance/extension.xml",
|
|
2241
|
-
"filename": "index.html"
|
|
2242
|
-
},
|
|
2243
|
-
"title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
|
|
2244
|
-
"source": "spec",
|
|
2245
|
-
"shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
|
|
2246
|
-
"categories": [
|
|
2247
|
-
"browser"
|
|
2248
|
-
],
|
|
2249
|
-
"standing": "good",
|
|
2250
|
-
"tests": {
|
|
2251
|
-
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
2252
|
-
"testPaths": [
|
|
2253
|
-
"conformance-suites"
|
|
2254
|
-
]
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
2253
|
{
|
|
2258
2254
|
"url": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/",
|
|
2259
2255
|
"seriesComposition": "full",
|
|
@@ -3214,6 +3210,46 @@
|
|
|
3214
3210
|
]
|
|
3215
3211
|
}
|
|
3216
3212
|
},
|
|
3213
|
+
{
|
|
3214
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
|
|
3215
|
+
"seriesComposition": "full",
|
|
3216
|
+
"shortname": "WEBGL_clip_cull_distance",
|
|
3217
|
+
"series": {
|
|
3218
|
+
"shortname": "WEBGL_clip_cull_distance",
|
|
3219
|
+
"currentSpecification": "WEBGL_clip_cull_distance",
|
|
3220
|
+
"title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
|
|
3221
|
+
"shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
|
|
3222
|
+
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/"
|
|
3223
|
+
},
|
|
3224
|
+
"organization": "Khronos Group",
|
|
3225
|
+
"groups": [
|
|
3226
|
+
{
|
|
3227
|
+
"name": "WebGL Working Group",
|
|
3228
|
+
"url": "https://www.khronos.org/webgl/"
|
|
3229
|
+
}
|
|
3230
|
+
],
|
|
3231
|
+
"nightly": {
|
|
3232
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
|
|
3233
|
+
"status": "Editor's Draft",
|
|
3234
|
+
"alternateUrls": [],
|
|
3235
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3236
|
+
"sourcePath": "extensions/WEBGL_clip_cull_distance/extension.xml",
|
|
3237
|
+
"filename": "index.html"
|
|
3238
|
+
},
|
|
3239
|
+
"title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
|
|
3240
|
+
"source": "spec",
|
|
3241
|
+
"shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
|
|
3242
|
+
"categories": [
|
|
3243
|
+
"browser"
|
|
3244
|
+
],
|
|
3245
|
+
"standing": "good",
|
|
3246
|
+
"tests": {
|
|
3247
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3248
|
+
"testPaths": [
|
|
3249
|
+
"conformance-suites"
|
|
3250
|
+
]
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3217
3253
|
{
|
|
3218
3254
|
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/",
|
|
3219
3255
|
"seriesComposition": "full",
|
|
@@ -3814,6 +3850,46 @@
|
|
|
3814
3850
|
]
|
|
3815
3851
|
}
|
|
3816
3852
|
},
|
|
3853
|
+
{
|
|
3854
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
|
|
3855
|
+
"seriesComposition": "full",
|
|
3856
|
+
"shortname": "WEBGL_provoking_vertex",
|
|
3857
|
+
"series": {
|
|
3858
|
+
"shortname": "WEBGL_provoking_vertex",
|
|
3859
|
+
"currentSpecification": "WEBGL_provoking_vertex",
|
|
3860
|
+
"title": "WebGL WEBGL_provoking_vertex Extension Draft Specification",
|
|
3861
|
+
"shortTitle": "WebGL WEBGL_provoking_vertex Extension Draft",
|
|
3862
|
+
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/"
|
|
3863
|
+
},
|
|
3864
|
+
"organization": "Khronos Group",
|
|
3865
|
+
"groups": [
|
|
3866
|
+
{
|
|
3867
|
+
"name": "WebGL Working Group",
|
|
3868
|
+
"url": "https://www.khronos.org/webgl/"
|
|
3869
|
+
}
|
|
3870
|
+
],
|
|
3871
|
+
"nightly": {
|
|
3872
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
|
|
3873
|
+
"status": "Editor's Draft",
|
|
3874
|
+
"alternateUrls": [],
|
|
3875
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3876
|
+
"sourcePath": "extensions/WEBGL_provoking_vertex/extension.xml",
|
|
3877
|
+
"filename": "index.html"
|
|
3878
|
+
},
|
|
3879
|
+
"title": "WebGL WEBGL_provoking_vertex Extension Draft Specification",
|
|
3880
|
+
"source": "spec",
|
|
3881
|
+
"shortTitle": "WebGL WEBGL_provoking_vertex Extension Draft",
|
|
3882
|
+
"categories": [
|
|
3883
|
+
"browser"
|
|
3884
|
+
],
|
|
3885
|
+
"standing": "good",
|
|
3886
|
+
"tests": {
|
|
3887
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3888
|
+
"testPaths": [
|
|
3889
|
+
"conformance-suites"
|
|
3890
|
+
]
|
|
3891
|
+
}
|
|
3892
|
+
},
|
|
3817
3893
|
{
|
|
3818
3894
|
"url": "https://registry.khronos.org/webgl/specs/latest/1.0/",
|
|
3819
3895
|
"seriesComposition": "full",
|
|
@@ -6946,6 +7022,40 @@
|
|
|
6946
7022
|
],
|
|
6947
7023
|
"standing": "good"
|
|
6948
7024
|
},
|
|
7025
|
+
{
|
|
7026
|
+
"url": "https://wicg.github.io/local-network-access/",
|
|
7027
|
+
"seriesComposition": "full",
|
|
7028
|
+
"shortname": "local-network-access",
|
|
7029
|
+
"series": {
|
|
7030
|
+
"shortname": "local-network-access",
|
|
7031
|
+
"currentSpecification": "local-network-access",
|
|
7032
|
+
"title": "Private Network Access",
|
|
7033
|
+
"shortTitle": "Private Network Access",
|
|
7034
|
+
"nightlyUrl": "https://wicg.github.io/local-network-access/"
|
|
7035
|
+
},
|
|
7036
|
+
"organization": "W3C",
|
|
7037
|
+
"groups": [
|
|
7038
|
+
{
|
|
7039
|
+
"name": "Web Platform Incubator Community Group",
|
|
7040
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
7041
|
+
}
|
|
7042
|
+
],
|
|
7043
|
+
"nightly": {
|
|
7044
|
+
"url": "https://wicg.github.io/local-network-access/",
|
|
7045
|
+
"status": "Draft Community Group Report",
|
|
7046
|
+
"alternateUrls": [],
|
|
7047
|
+
"repository": "https://github.com/WICG/local-network-access",
|
|
7048
|
+
"sourcePath": "index.src.html",
|
|
7049
|
+
"filename": "index.html"
|
|
7050
|
+
},
|
|
7051
|
+
"title": "Private Network Access",
|
|
7052
|
+
"source": "spec",
|
|
7053
|
+
"shortTitle": "Private Network Access",
|
|
7054
|
+
"categories": [
|
|
7055
|
+
"browser"
|
|
7056
|
+
],
|
|
7057
|
+
"standing": "good"
|
|
7058
|
+
},
|
|
6949
7059
|
{
|
|
6950
7060
|
"url": "https://wicg.github.io/manifest-incubations/",
|
|
6951
7061
|
"seriesComposition": "full",
|
|
@@ -7545,46 +7655,6 @@
|
|
|
7545
7655
|
]
|
|
7546
7656
|
}
|
|
7547
7657
|
},
|
|
7548
|
-
{
|
|
7549
|
-
"url": "https://wicg.github.io/private-network-access/",
|
|
7550
|
-
"seriesComposition": "full",
|
|
7551
|
-
"shortname": "private-network-access",
|
|
7552
|
-
"series": {
|
|
7553
|
-
"shortname": "private-network-access",
|
|
7554
|
-
"currentSpecification": "private-network-access",
|
|
7555
|
-
"title": "Private Network Access",
|
|
7556
|
-
"shortTitle": "Private Network Access",
|
|
7557
|
-
"nightlyUrl": "https://wicg.github.io/private-network-access/"
|
|
7558
|
-
},
|
|
7559
|
-
"organization": "W3C",
|
|
7560
|
-
"groups": [
|
|
7561
|
-
{
|
|
7562
|
-
"name": "Web Platform Incubator Community Group",
|
|
7563
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
7564
|
-
}
|
|
7565
|
-
],
|
|
7566
|
-
"nightly": {
|
|
7567
|
-
"url": "https://wicg.github.io/private-network-access/",
|
|
7568
|
-
"status": "Draft Community Group Report",
|
|
7569
|
-
"alternateUrls": [],
|
|
7570
|
-
"repository": "https://github.com/WICG/private-network-access",
|
|
7571
|
-
"sourcePath": "index.src.html",
|
|
7572
|
-
"filename": "index.html"
|
|
7573
|
-
},
|
|
7574
|
-
"title": "Private Network Access",
|
|
7575
|
-
"source": "spec",
|
|
7576
|
-
"shortTitle": "Private Network Access",
|
|
7577
|
-
"categories": [
|
|
7578
|
-
"browser"
|
|
7579
|
-
],
|
|
7580
|
-
"standing": "good",
|
|
7581
|
-
"tests": {
|
|
7582
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
7583
|
-
"testPaths": [
|
|
7584
|
-
"fetch/private-network-access"
|
|
7585
|
-
]
|
|
7586
|
-
}
|
|
7587
|
-
},
|
|
7588
7658
|
{
|
|
7589
7659
|
"url": "https://wicg.github.io/responsive-image-client-hints/",
|
|
7590
7660
|
"seriesComposition": "full",
|
|
@@ -10082,11 +10152,11 @@
|
|
|
10082
10152
|
"shortname": "compositing-1",
|
|
10083
10153
|
"series": {
|
|
10084
10154
|
"shortname": "compositing",
|
|
10085
|
-
"currentSpecification": "compositing-
|
|
10155
|
+
"currentSpecification": "compositing-2",
|
|
10086
10156
|
"title": "Compositing and Blending",
|
|
10087
10157
|
"shortTitle": "Compositing",
|
|
10088
|
-
"
|
|
10089
|
-
"
|
|
10158
|
+
"nightlyUrl": "https://drafts.fxtf.org/compositing/",
|
|
10159
|
+
"releaseUrl": "https://www.w3.org/TR/compositing/"
|
|
10090
10160
|
},
|
|
10091
10161
|
"seriesVersion": "1",
|
|
10092
10162
|
"shortTitle": "Compositing 1",
|
|
@@ -10138,7 +10208,7 @@
|
|
|
10138
10208
|
"title": "Compute Pressure Level 1",
|
|
10139
10209
|
"shortTitle": "Compute Pressure",
|
|
10140
10210
|
"releaseUrl": "https://www.w3.org/TR/compute-pressure/",
|
|
10141
|
-
"nightlyUrl": "https://
|
|
10211
|
+
"nightlyUrl": "https://w3c.github.io/compute-pressure/"
|
|
10142
10212
|
},
|
|
10143
10213
|
"organization": "W3C",
|
|
10144
10214
|
"groups": [
|
|
@@ -10149,14 +10219,14 @@
|
|
|
10149
10219
|
],
|
|
10150
10220
|
"release": {
|
|
10151
10221
|
"url": "https://www.w3.org/TR/compute-pressure/",
|
|
10152
|
-
"status": "
|
|
10222
|
+
"status": "Working Draft",
|
|
10153
10223
|
"filename": "Overview.html"
|
|
10154
10224
|
},
|
|
10155
10225
|
"nightly": {
|
|
10156
|
-
"url": "https://
|
|
10226
|
+
"url": "https://w3c.github.io/compute-pressure/",
|
|
10157
10227
|
"status": "Editor's Draft",
|
|
10158
10228
|
"alternateUrls": [],
|
|
10159
|
-
"repository": "https://github.com/
|
|
10229
|
+
"repository": "https://github.com/w3c/compute-pressure",
|
|
10160
10230
|
"sourcePath": "index.html",
|
|
10161
10231
|
"filename": "index.html"
|
|
10162
10232
|
},
|
|
@@ -10178,7 +10248,7 @@
|
|
|
10178
10248
|
"title": "Contact Picker API",
|
|
10179
10249
|
"shortTitle": "Contact Picker API",
|
|
10180
10250
|
"releaseUrl": "https://www.w3.org/TR/contact-picker/",
|
|
10181
|
-
"nightlyUrl": "https://w3c.github.io/contact-
|
|
10251
|
+
"nightlyUrl": "https://w3c.github.io/contact-picker/"
|
|
10182
10252
|
},
|
|
10183
10253
|
"seriesVersion": "1",
|
|
10184
10254
|
"organization": "W3C",
|
|
@@ -10194,15 +10264,15 @@
|
|
|
10194
10264
|
],
|
|
10195
10265
|
"release": {
|
|
10196
10266
|
"url": "https://www.w3.org/TR/contact-picker-1/",
|
|
10197
|
-
"status": "
|
|
10267
|
+
"status": "Working Draft",
|
|
10198
10268
|
"filename": "Overview.html"
|
|
10199
10269
|
},
|
|
10200
10270
|
"nightly": {
|
|
10201
|
-
"url": "https://w3c.github.io/contact-
|
|
10271
|
+
"url": "https://w3c.github.io/contact-picker/",
|
|
10202
10272
|
"status": "Editor's Draft",
|
|
10203
10273
|
"alternateUrls": [],
|
|
10204
|
-
"repository": "https://github.com/w3c/contact-
|
|
10205
|
-
"sourcePath": "
|
|
10274
|
+
"repository": "https://github.com/w3c/contact-picker",
|
|
10275
|
+
"sourcePath": "index.bs",
|
|
10206
10276
|
"filename": "index.html"
|
|
10207
10277
|
},
|
|
10208
10278
|
"title": "Contact Picker API",
|
|
@@ -11657,50 +11727,6 @@
|
|
|
11657
11727
|
]
|
|
11658
11728
|
}
|
|
11659
11729
|
},
|
|
11660
|
-
{
|
|
11661
|
-
"url": "https://www.w3.org/TR/css-device-adapt-1/",
|
|
11662
|
-
"seriesComposition": "full",
|
|
11663
|
-
"shortname": "css-device-adapt-1",
|
|
11664
|
-
"series": {
|
|
11665
|
-
"shortname": "css-device-adapt",
|
|
11666
|
-
"currentSpecification": "css-device-adapt-1",
|
|
11667
|
-
"title": "CSS Device Adaptation",
|
|
11668
|
-
"shortTitle": "CSS Device Adaptation",
|
|
11669
|
-
"releaseUrl": "https://www.w3.org/TR/css-device-adapt/",
|
|
11670
|
-
"nightlyUrl": "https://drafts.csswg.org/css-viewport-1/"
|
|
11671
|
-
},
|
|
11672
|
-
"seriesVersion": "1",
|
|
11673
|
-
"nightly": {
|
|
11674
|
-
"url": "https://drafts.csswg.org/css-viewport-1/",
|
|
11675
|
-
"status": "Editor's Draft",
|
|
11676
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
11677
|
-
"alternateUrls": [
|
|
11678
|
-
"https://w3c.github.io/csswg-drafts/css-viewport-1/",
|
|
11679
|
-
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
11680
|
-
],
|
|
11681
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11682
|
-
"filename": "Overview.html"
|
|
11683
|
-
},
|
|
11684
|
-
"organization": "W3C",
|
|
11685
|
-
"groups": [
|
|
11686
|
-
{
|
|
11687
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
11688
|
-
"url": "https://www.w3.org/Style/CSS/"
|
|
11689
|
-
}
|
|
11690
|
-
],
|
|
11691
|
-
"release": {
|
|
11692
|
-
"url": "https://www.w3.org/TR/css-device-adapt-1/",
|
|
11693
|
-
"status": "Working Draft",
|
|
11694
|
-
"filename": "Overview.html"
|
|
11695
|
-
},
|
|
11696
|
-
"title": "CSS Device Adaptation Module Level 1",
|
|
11697
|
-
"source": "w3c",
|
|
11698
|
-
"shortTitle": "CSS Device Adaptation 1",
|
|
11699
|
-
"categories": [
|
|
11700
|
-
"browser"
|
|
11701
|
-
],
|
|
11702
|
-
"standing": "good"
|
|
11703
|
-
},
|
|
11704
11730
|
{
|
|
11705
11731
|
"url": "https://www.w3.org/TR/css-display-3/",
|
|
11706
11732
|
"seriesComposition": "full",
|
|
@@ -16642,7 +16668,7 @@
|
|
|
16642
16668
|
"groups": [
|
|
16643
16669
|
{
|
|
16644
16670
|
"name": "JSON-LD Working Group",
|
|
16645
|
-
"url": "https://www.w3.org/
|
|
16671
|
+
"url": "https://www.w3.org/groups/wg/json-ld/"
|
|
16646
16672
|
}
|
|
16647
16673
|
],
|
|
16648
16674
|
"release": {
|
|
@@ -16680,7 +16706,7 @@
|
|
|
16680
16706
|
"groups": [
|
|
16681
16707
|
{
|
|
16682
16708
|
"name": "JSON-LD Working Group",
|
|
16683
|
-
"url": "https://www.w3.org/
|
|
16709
|
+
"url": "https://www.w3.org/groups/wg/json-ld/"
|
|
16684
16710
|
}
|
|
16685
16711
|
],
|
|
16686
16712
|
"release": {
|
|
@@ -16719,7 +16745,7 @@
|
|
|
16719
16745
|
"groups": [
|
|
16720
16746
|
{
|
|
16721
16747
|
"name": "JSON-LD Working Group",
|
|
16722
|
-
"url": "https://www.w3.org/
|
|
16748
|
+
"url": "https://www.w3.org/groups/wg/json-ld/"
|
|
16723
16749
|
}
|
|
16724
16750
|
],
|
|
16725
16751
|
"release": {
|