browser-specs 3.39.0 → 3.41.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 +165 -139
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -269,9 +269,11 @@ title, the property is set to the actual (possibly long) series title.
|
|
|
269
269
|
#### `series.releaseUrl`
|
|
270
270
|
|
|
271
271
|
The URL of the latest published snapshot for the spec series. For leveled specs
|
|
272
|
-
(those that create a series), this matches the unversioned URL.
|
|
273
|
-
unversioned URL
|
|
274
|
-
[`currentSpecification`](#seriescurrentspecification) property.
|
|
272
|
+
(those that create a series), this matches the unversioned URL. In most cases,
|
|
273
|
+
that unversioned URL will return the specification identified by the
|
|
274
|
+
[`currentSpecification`](#seriescurrentspecification) property. It may return
|
|
275
|
+
an earlier level though, e.g. when the current specification has not yet been
|
|
276
|
+
published as a TR document.
|
|
275
277
|
|
|
276
278
|
For instance, this property will be set to `https://www.w3.org/TR/css-fonts/`
|
|
277
279
|
for all specifications in the CSS Fonts series.
|
|
@@ -285,7 +287,8 @@ The `releaseUrl` property is only set for W3C specs published as TR documents.
|
|
|
285
287
|
|
|
286
288
|
For leveled specs (those that create a series), this matches the unversioned URL
|
|
287
289
|
that allows to access the latest Editor's Draft of the current specification in
|
|
288
|
-
the series.
|
|
290
|
+
the series. That unversioned URL should return the specification identified by
|
|
291
|
+
the [`currentSpecification`](#seriescurrentspecification) property.
|
|
289
292
|
|
|
290
293
|
For instance, this property will be set to `https://drafts.csswg.org/css-fonts/`
|
|
291
294
|
for all specifications in the CSS Fonts series.
|
package/index.json
CHANGED
|
@@ -1168,6 +1168,42 @@
|
|
|
1168
1168
|
]
|
|
1169
1169
|
}
|
|
1170
1170
|
},
|
|
1171
|
+
{
|
|
1172
|
+
"url": "https://drafts.csswg.org/css-viewport/",
|
|
1173
|
+
"seriesComposition": "full",
|
|
1174
|
+
"shortname": "css-viewport",
|
|
1175
|
+
"series": {
|
|
1176
|
+
"shortname": "css-viewport",
|
|
1177
|
+
"currentSpecification": "css-viewport",
|
|
1178
|
+
"title": "CSS Viewport",
|
|
1179
|
+
"shortTitle": "CSS Viewport",
|
|
1180
|
+
"nightlyUrl": "https://drafts.csswg.org/css-viewport/"
|
|
1181
|
+
},
|
|
1182
|
+
"organization": "W3C",
|
|
1183
|
+
"groups": [
|
|
1184
|
+
{
|
|
1185
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
1186
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"nightly": {
|
|
1190
|
+
"url": "https://drafts.csswg.org/css-viewport/",
|
|
1191
|
+
"status": "Editor's Draft",
|
|
1192
|
+
"alternateUrls": [
|
|
1193
|
+
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
1194
|
+
],
|
|
1195
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
1196
|
+
"sourcePath": "css-viewport/Overview.bs",
|
|
1197
|
+
"filename": "Overview.html"
|
|
1198
|
+
},
|
|
1199
|
+
"title": "CSS Viewport Module Level 1",
|
|
1200
|
+
"source": "spec",
|
|
1201
|
+
"shortTitle": "CSS Viewport 1",
|
|
1202
|
+
"categories": [
|
|
1203
|
+
"browser"
|
|
1204
|
+
],
|
|
1205
|
+
"standing": "good"
|
|
1206
|
+
},
|
|
1171
1207
|
{
|
|
1172
1208
|
"url": "https://drafts.csswg.org/web-animations-2/",
|
|
1173
1209
|
"seriesComposition": "delta",
|
|
@@ -1219,11 +1255,11 @@
|
|
|
1219
1255
|
"shortname": "compositing-2",
|
|
1220
1256
|
"series": {
|
|
1221
1257
|
"shortname": "compositing",
|
|
1222
|
-
"currentSpecification": "compositing-
|
|
1258
|
+
"currentSpecification": "compositing-2",
|
|
1223
1259
|
"title": "Compositing and Blending",
|
|
1224
1260
|
"shortTitle": "Compositing",
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1261
|
+
"nightlyUrl": "https://drafts.fxtf.org/compositing/",
|
|
1262
|
+
"releaseUrl": "https://www.w3.org/TR/compositing/"
|
|
1227
1263
|
},
|
|
1228
1264
|
"seriesVersion": "2",
|
|
1229
1265
|
"shortTitle": "Compositing 2",
|
|
@@ -2059,46 +2095,6 @@
|
|
|
2059
2095
|
]
|
|
2060
2096
|
}
|
|
2061
2097
|
},
|
|
2062
|
-
{
|
|
2063
|
-
"url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
|
|
2064
|
-
"seriesComposition": "full",
|
|
2065
|
-
"shortname": "EXT_clip_cull_distance",
|
|
2066
|
-
"series": {
|
|
2067
|
-
"shortname": "EXT_clip_cull_distance",
|
|
2068
|
-
"currentSpecification": "EXT_clip_cull_distance",
|
|
2069
|
-
"title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
|
|
2070
|
-
"shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
|
|
2071
|
-
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/"
|
|
2072
|
-
},
|
|
2073
|
-
"organization": "Khronos Group",
|
|
2074
|
-
"groups": [
|
|
2075
|
-
{
|
|
2076
|
-
"name": "WebGL Working Group",
|
|
2077
|
-
"url": "https://www.khronos.org/webgl/"
|
|
2078
|
-
}
|
|
2079
|
-
],
|
|
2080
|
-
"nightly": {
|
|
2081
|
-
"url": "https://registry.khronos.org/webgl/extensions/EXT_clip_cull_distance/",
|
|
2082
|
-
"status": "Editor's Draft",
|
|
2083
|
-
"alternateUrls": [],
|
|
2084
|
-
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
2085
|
-
"sourcePath": "extensions/EXT_clip_cull_distance/extension.xml",
|
|
2086
|
-
"filename": "index.html"
|
|
2087
|
-
},
|
|
2088
|
-
"title": "WebGL EXT_clip_cull_distance Extension Draft Specification",
|
|
2089
|
-
"source": "spec",
|
|
2090
|
-
"shortTitle": "WebGL EXT_clip_cull_distance Extension Draft",
|
|
2091
|
-
"categories": [
|
|
2092
|
-
"browser"
|
|
2093
|
-
],
|
|
2094
|
-
"standing": "good",
|
|
2095
|
-
"tests": {
|
|
2096
|
-
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
2097
|
-
"testPaths": [
|
|
2098
|
-
"conformance-suites"
|
|
2099
|
-
]
|
|
2100
|
-
}
|
|
2101
|
-
},
|
|
2102
2098
|
{
|
|
2103
2099
|
"url": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/",
|
|
2104
2100
|
"seriesComposition": "full",
|
|
@@ -3059,6 +3055,46 @@
|
|
|
3059
3055
|
]
|
|
3060
3056
|
}
|
|
3061
3057
|
},
|
|
3058
|
+
{
|
|
3059
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
|
|
3060
|
+
"seriesComposition": "full",
|
|
3061
|
+
"shortname": "WEBGL_clip_cull_distance",
|
|
3062
|
+
"series": {
|
|
3063
|
+
"shortname": "WEBGL_clip_cull_distance",
|
|
3064
|
+
"currentSpecification": "WEBGL_clip_cull_distance",
|
|
3065
|
+
"title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
|
|
3066
|
+
"shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
|
|
3067
|
+
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/"
|
|
3068
|
+
},
|
|
3069
|
+
"organization": "Khronos Group",
|
|
3070
|
+
"groups": [
|
|
3071
|
+
{
|
|
3072
|
+
"name": "WebGL Working Group",
|
|
3073
|
+
"url": "https://www.khronos.org/webgl/"
|
|
3074
|
+
}
|
|
3075
|
+
],
|
|
3076
|
+
"nightly": {
|
|
3077
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/",
|
|
3078
|
+
"status": "Editor's Draft",
|
|
3079
|
+
"alternateUrls": [],
|
|
3080
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3081
|
+
"sourcePath": "extensions/WEBGL_clip_cull_distance/extension.xml",
|
|
3082
|
+
"filename": "index.html"
|
|
3083
|
+
},
|
|
3084
|
+
"title": "WebGL WEBGL_clip_cull_distance Extension Draft Specification",
|
|
3085
|
+
"source": "spec",
|
|
3086
|
+
"shortTitle": "WebGL WEBGL_clip_cull_distance Extension Draft",
|
|
3087
|
+
"categories": [
|
|
3088
|
+
"browser"
|
|
3089
|
+
],
|
|
3090
|
+
"standing": "good",
|
|
3091
|
+
"tests": {
|
|
3092
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3093
|
+
"testPaths": [
|
|
3094
|
+
"conformance-suites"
|
|
3095
|
+
]
|
|
3096
|
+
}
|
|
3097
|
+
},
|
|
3062
3098
|
{
|
|
3063
3099
|
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/",
|
|
3064
3100
|
"seriesComposition": "full",
|
|
@@ -3659,6 +3695,46 @@
|
|
|
3659
3695
|
]
|
|
3660
3696
|
}
|
|
3661
3697
|
},
|
|
3698
|
+
{
|
|
3699
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
|
|
3700
|
+
"seriesComposition": "full",
|
|
3701
|
+
"shortname": "WEBGL_provoking_vertex",
|
|
3702
|
+
"series": {
|
|
3703
|
+
"shortname": "WEBGL_provoking_vertex",
|
|
3704
|
+
"currentSpecification": "WEBGL_provoking_vertex",
|
|
3705
|
+
"title": "WebGL WEBGL_provoking_vertex Extension Draft Specification",
|
|
3706
|
+
"shortTitle": "WebGL WEBGL_provoking_vertex Extension Draft",
|
|
3707
|
+
"nightlyUrl": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/"
|
|
3708
|
+
},
|
|
3709
|
+
"organization": "Khronos Group",
|
|
3710
|
+
"groups": [
|
|
3711
|
+
{
|
|
3712
|
+
"name": "WebGL Working Group",
|
|
3713
|
+
"url": "https://www.khronos.org/webgl/"
|
|
3714
|
+
}
|
|
3715
|
+
],
|
|
3716
|
+
"nightly": {
|
|
3717
|
+
"url": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/",
|
|
3718
|
+
"status": "Editor's Draft",
|
|
3719
|
+
"alternateUrls": [],
|
|
3720
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3721
|
+
"sourcePath": "extensions/WEBGL_provoking_vertex/extension.xml",
|
|
3722
|
+
"filename": "index.html"
|
|
3723
|
+
},
|
|
3724
|
+
"title": "WebGL WEBGL_provoking_vertex Extension Draft Specification",
|
|
3725
|
+
"source": "spec",
|
|
3726
|
+
"shortTitle": "WebGL WEBGL_provoking_vertex Extension Draft",
|
|
3727
|
+
"categories": [
|
|
3728
|
+
"browser"
|
|
3729
|
+
],
|
|
3730
|
+
"standing": "good",
|
|
3731
|
+
"tests": {
|
|
3732
|
+
"repository": "https://github.com/KhronosGroup/WebGL",
|
|
3733
|
+
"testPaths": [
|
|
3734
|
+
"conformance-suites"
|
|
3735
|
+
]
|
|
3736
|
+
}
|
|
3737
|
+
},
|
|
3662
3738
|
{
|
|
3663
3739
|
"url": "https://registry.khronos.org/webgl/specs/latest/1.0/",
|
|
3664
3740
|
"seriesComposition": "full",
|
|
@@ -6791,6 +6867,40 @@
|
|
|
6791
6867
|
],
|
|
6792
6868
|
"standing": "good"
|
|
6793
6869
|
},
|
|
6870
|
+
{
|
|
6871
|
+
"url": "https://wicg.github.io/local-network-access/",
|
|
6872
|
+
"seriesComposition": "full",
|
|
6873
|
+
"shortname": "local-network-access",
|
|
6874
|
+
"series": {
|
|
6875
|
+
"shortname": "local-network-access",
|
|
6876
|
+
"currentSpecification": "local-network-access",
|
|
6877
|
+
"title": "Private Network Access",
|
|
6878
|
+
"shortTitle": "Private Network Access",
|
|
6879
|
+
"nightlyUrl": "https://wicg.github.io/local-network-access/"
|
|
6880
|
+
},
|
|
6881
|
+
"organization": "W3C",
|
|
6882
|
+
"groups": [
|
|
6883
|
+
{
|
|
6884
|
+
"name": "Web Platform Incubator Community Group",
|
|
6885
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
6886
|
+
}
|
|
6887
|
+
],
|
|
6888
|
+
"nightly": {
|
|
6889
|
+
"url": "https://wicg.github.io/local-network-access/",
|
|
6890
|
+
"status": "Draft Community Group Report",
|
|
6891
|
+
"alternateUrls": [],
|
|
6892
|
+
"repository": "https://github.com/WICG/local-network-access",
|
|
6893
|
+
"sourcePath": "index.src.html",
|
|
6894
|
+
"filename": "index.html"
|
|
6895
|
+
},
|
|
6896
|
+
"title": "Private Network Access",
|
|
6897
|
+
"source": "spec",
|
|
6898
|
+
"shortTitle": "Private Network Access",
|
|
6899
|
+
"categories": [
|
|
6900
|
+
"browser"
|
|
6901
|
+
],
|
|
6902
|
+
"standing": "good"
|
|
6903
|
+
},
|
|
6794
6904
|
{
|
|
6795
6905
|
"url": "https://wicg.github.io/manifest-incubations/",
|
|
6796
6906
|
"seriesComposition": "full",
|
|
@@ -7390,46 +7500,6 @@
|
|
|
7390
7500
|
]
|
|
7391
7501
|
}
|
|
7392
7502
|
},
|
|
7393
|
-
{
|
|
7394
|
-
"url": "https://wicg.github.io/private-network-access/",
|
|
7395
|
-
"seriesComposition": "full",
|
|
7396
|
-
"shortname": "private-network-access",
|
|
7397
|
-
"series": {
|
|
7398
|
-
"shortname": "private-network-access",
|
|
7399
|
-
"currentSpecification": "private-network-access",
|
|
7400
|
-
"title": "Private Network Access",
|
|
7401
|
-
"shortTitle": "Private Network Access",
|
|
7402
|
-
"nightlyUrl": "https://wicg.github.io/private-network-access/"
|
|
7403
|
-
},
|
|
7404
|
-
"organization": "W3C",
|
|
7405
|
-
"groups": [
|
|
7406
|
-
{
|
|
7407
|
-
"name": "Web Platform Incubator Community Group",
|
|
7408
|
-
"url": "https://www.w3.org/community/wicg/"
|
|
7409
|
-
}
|
|
7410
|
-
],
|
|
7411
|
-
"nightly": {
|
|
7412
|
-
"url": "https://wicg.github.io/private-network-access/",
|
|
7413
|
-
"status": "Draft Community Group Report",
|
|
7414
|
-
"alternateUrls": [],
|
|
7415
|
-
"repository": "https://github.com/WICG/private-network-access",
|
|
7416
|
-
"sourcePath": "index.src.html",
|
|
7417
|
-
"filename": "index.html"
|
|
7418
|
-
},
|
|
7419
|
-
"title": "Private Network Access",
|
|
7420
|
-
"source": "spec",
|
|
7421
|
-
"shortTitle": "Private Network Access",
|
|
7422
|
-
"categories": [
|
|
7423
|
-
"browser"
|
|
7424
|
-
],
|
|
7425
|
-
"standing": "good",
|
|
7426
|
-
"tests": {
|
|
7427
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
7428
|
-
"testPaths": [
|
|
7429
|
-
"fetch/private-network-access"
|
|
7430
|
-
]
|
|
7431
|
-
}
|
|
7432
|
-
},
|
|
7433
7503
|
{
|
|
7434
7504
|
"url": "https://wicg.github.io/responsive-image-client-hints/",
|
|
7435
7505
|
"seriesComposition": "full",
|
|
@@ -9865,11 +9935,11 @@
|
|
|
9865
9935
|
"shortname": "compositing-1",
|
|
9866
9936
|
"series": {
|
|
9867
9937
|
"shortname": "compositing",
|
|
9868
|
-
"currentSpecification": "compositing-
|
|
9938
|
+
"currentSpecification": "compositing-2",
|
|
9869
9939
|
"title": "Compositing and Blending",
|
|
9870
9940
|
"shortTitle": "Compositing",
|
|
9871
|
-
"
|
|
9872
|
-
"
|
|
9941
|
+
"nightlyUrl": "https://drafts.fxtf.org/compositing/",
|
|
9942
|
+
"releaseUrl": "https://www.w3.org/TR/compositing/"
|
|
9873
9943
|
},
|
|
9874
9944
|
"seriesVersion": "1",
|
|
9875
9945
|
"shortTitle": "Compositing 1",
|
|
@@ -9921,7 +9991,7 @@
|
|
|
9921
9991
|
"title": "Compute Pressure Level 1",
|
|
9922
9992
|
"shortTitle": "Compute Pressure",
|
|
9923
9993
|
"releaseUrl": "https://www.w3.org/TR/compute-pressure/",
|
|
9924
|
-
"nightlyUrl": "https://
|
|
9994
|
+
"nightlyUrl": "https://w3c.github.io/compute-pressure/"
|
|
9925
9995
|
},
|
|
9926
9996
|
"organization": "W3C",
|
|
9927
9997
|
"groups": [
|
|
@@ -9932,14 +10002,14 @@
|
|
|
9932
10002
|
],
|
|
9933
10003
|
"release": {
|
|
9934
10004
|
"url": "https://www.w3.org/TR/compute-pressure/",
|
|
9935
|
-
"status": "
|
|
10005
|
+
"status": "Working Draft",
|
|
9936
10006
|
"filename": "Overview.html"
|
|
9937
10007
|
},
|
|
9938
10008
|
"nightly": {
|
|
9939
|
-
"url": "https://
|
|
10009
|
+
"url": "https://w3c.github.io/compute-pressure/",
|
|
9940
10010
|
"status": "Editor's Draft",
|
|
9941
10011
|
"alternateUrls": [],
|
|
9942
|
-
"repository": "https://github.com/
|
|
10012
|
+
"repository": "https://github.com/w3c/compute-pressure",
|
|
9943
10013
|
"sourcePath": "index.html",
|
|
9944
10014
|
"filename": "index.html"
|
|
9945
10015
|
},
|
|
@@ -9961,7 +10031,7 @@
|
|
|
9961
10031
|
"title": "Contact Picker API",
|
|
9962
10032
|
"shortTitle": "Contact Picker API",
|
|
9963
10033
|
"releaseUrl": "https://www.w3.org/TR/contact-picker/",
|
|
9964
|
-
"nightlyUrl": "https://w3c.github.io/contact-
|
|
10034
|
+
"nightlyUrl": "https://w3c.github.io/contact-picker/"
|
|
9965
10035
|
},
|
|
9966
10036
|
"seriesVersion": "1",
|
|
9967
10037
|
"organization": "W3C",
|
|
@@ -9977,15 +10047,15 @@
|
|
|
9977
10047
|
],
|
|
9978
10048
|
"release": {
|
|
9979
10049
|
"url": "https://www.w3.org/TR/contact-picker-1/",
|
|
9980
|
-
"status": "
|
|
10050
|
+
"status": "Working Draft",
|
|
9981
10051
|
"filename": "Overview.html"
|
|
9982
10052
|
},
|
|
9983
10053
|
"nightly": {
|
|
9984
|
-
"url": "https://w3c.github.io/contact-
|
|
10054
|
+
"url": "https://w3c.github.io/contact-picker/",
|
|
9985
10055
|
"status": "Editor's Draft",
|
|
9986
10056
|
"alternateUrls": [],
|
|
9987
|
-
"repository": "https://github.com/w3c/contact-
|
|
9988
|
-
"sourcePath": "
|
|
10057
|
+
"repository": "https://github.com/w3c/contact-picker",
|
|
10058
|
+
"sourcePath": "index.bs",
|
|
9989
10059
|
"filename": "index.html"
|
|
9990
10060
|
},
|
|
9991
10061
|
"title": "Contact Picker API",
|
|
@@ -11440,50 +11510,6 @@
|
|
|
11440
11510
|
]
|
|
11441
11511
|
}
|
|
11442
11512
|
},
|
|
11443
|
-
{
|
|
11444
|
-
"url": "https://www.w3.org/TR/css-device-adapt-1/",
|
|
11445
|
-
"seriesComposition": "full",
|
|
11446
|
-
"shortname": "css-device-adapt-1",
|
|
11447
|
-
"series": {
|
|
11448
|
-
"shortname": "css-device-adapt",
|
|
11449
|
-
"currentSpecification": "css-device-adapt-1",
|
|
11450
|
-
"title": "CSS Device Adaptation",
|
|
11451
|
-
"shortTitle": "CSS Device Adaptation",
|
|
11452
|
-
"releaseUrl": "https://www.w3.org/TR/css-device-adapt/",
|
|
11453
|
-
"nightlyUrl": "https://drafts.csswg.org/css-viewport-1/"
|
|
11454
|
-
},
|
|
11455
|
-
"seriesVersion": "1",
|
|
11456
|
-
"nightly": {
|
|
11457
|
-
"url": "https://drafts.csswg.org/css-viewport-1/",
|
|
11458
|
-
"status": "Editor's Draft",
|
|
11459
|
-
"sourcePath": "css-viewport/Overview.bs",
|
|
11460
|
-
"alternateUrls": [
|
|
11461
|
-
"https://w3c.github.io/csswg-drafts/css-viewport-1/",
|
|
11462
|
-
"https://w3c.github.io/csswg-drafts/css-viewport/"
|
|
11463
|
-
],
|
|
11464
|
-
"repository": "https://github.com/w3c/csswg-drafts",
|
|
11465
|
-
"filename": "Overview.html"
|
|
11466
|
-
},
|
|
11467
|
-
"organization": "W3C",
|
|
11468
|
-
"groups": [
|
|
11469
|
-
{
|
|
11470
|
-
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
11471
|
-
"url": "https://www.w3.org/Style/CSS/"
|
|
11472
|
-
}
|
|
11473
|
-
],
|
|
11474
|
-
"release": {
|
|
11475
|
-
"url": "https://www.w3.org/TR/css-device-adapt-1/",
|
|
11476
|
-
"status": "Working Draft",
|
|
11477
|
-
"filename": "Overview.html"
|
|
11478
|
-
},
|
|
11479
|
-
"title": "CSS Device Adaptation Module Level 1",
|
|
11480
|
-
"source": "w3c",
|
|
11481
|
-
"shortTitle": "CSS Device Adaptation 1",
|
|
11482
|
-
"categories": [
|
|
11483
|
-
"browser"
|
|
11484
|
-
],
|
|
11485
|
-
"standing": "good"
|
|
11486
|
-
},
|
|
11487
11513
|
{
|
|
11488
11514
|
"url": "https://www.w3.org/TR/css-display-3/",
|
|
11489
11515
|
"seriesComposition": "full",
|
package/package.json
CHANGED