browser-specs 4.8.1 → 4.9.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 +106 -35
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -262,9 +262,9 @@
|
|
|
262
262
|
"series": {
|
|
263
263
|
"shortname": "compression",
|
|
264
264
|
"currentSpecification": "compression",
|
|
265
|
-
"title": "Compression
|
|
266
|
-
"shortTitle": "Compression
|
|
267
|
-
"nightlyUrl": "https://
|
|
265
|
+
"title": "Compression Standard",
|
|
266
|
+
"shortTitle": "Compression",
|
|
267
|
+
"nightlyUrl": "https://compression.spec.whatwg.org/"
|
|
268
268
|
},
|
|
269
269
|
"organization": "WHATWG",
|
|
270
270
|
"groups": [
|
|
@@ -274,26 +274,20 @@
|
|
|
274
274
|
}
|
|
275
275
|
],
|
|
276
276
|
"nightly": {
|
|
277
|
-
"url": "https://
|
|
278
|
-
"status": "
|
|
277
|
+
"url": "https://compression.spec.whatwg.org/",
|
|
278
|
+
"status": "Living Standard",
|
|
279
279
|
"alternateUrls": [],
|
|
280
|
-
"repository": "https://github.com/
|
|
280
|
+
"repository": "https://github.com/whatwg/compression",
|
|
281
281
|
"sourcePath": "index.bs",
|
|
282
282
|
"filename": "index.html"
|
|
283
283
|
},
|
|
284
|
-
"title": "Compression
|
|
284
|
+
"title": "Compression Standard",
|
|
285
285
|
"source": "specref",
|
|
286
|
-
"shortTitle": "Compression
|
|
286
|
+
"shortTitle": "Compression",
|
|
287
287
|
"categories": [
|
|
288
288
|
"browser"
|
|
289
289
|
],
|
|
290
|
-
"standing": "good"
|
|
291
|
-
"tests": {
|
|
292
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
293
|
-
"testPaths": [
|
|
294
|
-
"compression"
|
|
295
|
-
]
|
|
296
|
-
}
|
|
290
|
+
"standing": "good"
|
|
297
291
|
},
|
|
298
292
|
{
|
|
299
293
|
"url": "https://console.spec.whatwg.org/",
|
|
@@ -1105,6 +1099,51 @@
|
|
|
1105
1099
|
]
|
|
1106
1100
|
}
|
|
1107
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
"url": "https://drafts.csswg.org/css-overflow-5/",
|
|
1104
|
+
"seriesComposition": "full",
|
|
1105
|
+
"shortname": "css-overflow-5",
|
|
1106
|
+
"series": {
|
|
1107
|
+
"shortname": "css-overflow",
|
|
1108
|
+
"currentSpecification": "css-overflow-3",
|
|
1109
|
+
"title": "CSS Overflow",
|
|
1110
|
+
"shortTitle": "CSS Overflow",
|
|
1111
|
+
"releaseUrl": "https://www.w3.org/TR/css-overflow/",
|
|
1112
|
+
"nightlyUrl": "https://drafts.csswg.org/css-overflow/"
|
|
1113
|
+
},
|
|
1114
|
+
"seriesVersion": "5",
|
|
1115
|
+
"seriesPrevious": "css-overflow-4",
|
|
1116
|
+
"organization": "W3C",
|
|
1117
|
+
"groups": [
|
|
1118
|
+
{
|
|
1119
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
1120
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"nightly": {
|
|
1124
|
+
"url": "https://drafts.csswg.org/css-overflow-5/",
|
|
1125
|
+
"status": "Editor's Draft",
|
|
1126
|
+
"alternateUrls": [
|
|
1127
|
+
"https://w3c.github.io/csswg-drafts/css-overflow-5/"
|
|
1128
|
+
],
|
|
1129
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
1130
|
+
"sourcePath": "css-overflow-5/Overview.bs",
|
|
1131
|
+
"filename": "index.html"
|
|
1132
|
+
},
|
|
1133
|
+
"title": "CSS Overflow Module Level 5",
|
|
1134
|
+
"source": "spec",
|
|
1135
|
+
"shortTitle": "CSS Overflow 5",
|
|
1136
|
+
"categories": [
|
|
1137
|
+
"browser"
|
|
1138
|
+
],
|
|
1139
|
+
"standing": "good",
|
|
1140
|
+
"tests": {
|
|
1141
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
1142
|
+
"testPaths": [
|
|
1143
|
+
"css/css-overflow"
|
|
1144
|
+
]
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1108
1147
|
{
|
|
1109
1148
|
"url": "https://drafts.csswg.org/css-position-4/",
|
|
1110
1149
|
"seriesComposition": "delta",
|
|
@@ -4969,6 +5008,40 @@
|
|
|
4969
5008
|
],
|
|
4970
5009
|
"standing": "good"
|
|
4971
5010
|
},
|
|
5011
|
+
{
|
|
5012
|
+
"url": "https://tc39.es/proposal-promise-try/",
|
|
5013
|
+
"seriesComposition": "full",
|
|
5014
|
+
"shortname": "tc39-promise-try",
|
|
5015
|
+
"series": {
|
|
5016
|
+
"shortname": "tc39-promise-try",
|
|
5017
|
+
"currentSpecification": "tc39-promise-try",
|
|
5018
|
+
"title": "Promise.try",
|
|
5019
|
+
"shortTitle": "Promise.try",
|
|
5020
|
+
"nightlyUrl": "https://tc39.es/proposal-promise-try/"
|
|
5021
|
+
},
|
|
5022
|
+
"organization": "Ecma International",
|
|
5023
|
+
"groups": [
|
|
5024
|
+
{
|
|
5025
|
+
"name": "TC39",
|
|
5026
|
+
"url": "https://tc39.es/"
|
|
5027
|
+
}
|
|
5028
|
+
],
|
|
5029
|
+
"nightly": {
|
|
5030
|
+
"url": "https://tc39.es/proposal-promise-try/",
|
|
5031
|
+
"status": "Editor's Draft",
|
|
5032
|
+
"alternateUrls": [],
|
|
5033
|
+
"repository": "https://github.com/tc39/proposal-promise-try",
|
|
5034
|
+
"sourcePath": "spec.emu",
|
|
5035
|
+
"filename": "index.html"
|
|
5036
|
+
},
|
|
5037
|
+
"title": "Promise.try",
|
|
5038
|
+
"source": "spec",
|
|
5039
|
+
"shortTitle": "Promise.try",
|
|
5040
|
+
"categories": [
|
|
5041
|
+
"browser"
|
|
5042
|
+
],
|
|
5043
|
+
"standing": "good"
|
|
5044
|
+
},
|
|
4972
5045
|
{
|
|
4973
5046
|
"url": "https://tc39.es/proposal-promise-with-resolvers/",
|
|
4974
5047
|
"seriesComposition": "full",
|
|
@@ -7080,7 +7153,7 @@
|
|
|
7080
7153
|
"series": {
|
|
7081
7154
|
"shortname": "document-picture-in-picture",
|
|
7082
7155
|
"currentSpecification": "document-picture-in-picture",
|
|
7083
|
-
"title": "Document Picture-in-Picture
|
|
7156
|
+
"title": "Document Picture-in-Picture",
|
|
7084
7157
|
"shortTitle": "Document Picture-in-Picture",
|
|
7085
7158
|
"nightlyUrl": "https://wicg.github.io/document-picture-in-picture/"
|
|
7086
7159
|
},
|
|
@@ -7099,8 +7172,8 @@
|
|
|
7099
7172
|
"sourcePath": "spec.bs",
|
|
7100
7173
|
"filename": "index.html"
|
|
7101
7174
|
},
|
|
7102
|
-
"title": "Document Picture-in-Picture
|
|
7103
|
-
"source": "
|
|
7175
|
+
"title": "Document Picture-in-Picture",
|
|
7176
|
+
"source": "specref",
|
|
7104
7177
|
"shortTitle": "Document Picture-in-Picture",
|
|
7105
7178
|
"categories": [
|
|
7106
7179
|
"browser"
|
|
@@ -11025,7 +11098,7 @@
|
|
|
11025
11098
|
],
|
|
11026
11099
|
"release": {
|
|
11027
11100
|
"url": "https://www.w3.org/TR/change-password-url/",
|
|
11028
|
-
"status": "
|
|
11101
|
+
"status": "Working Draft",
|
|
11029
11102
|
"filename": "Overview.html"
|
|
11030
11103
|
},
|
|
11031
11104
|
"nightly": {
|
|
@@ -13995,6 +14068,7 @@
|
|
|
13995
14068
|
},
|
|
13996
14069
|
"seriesVersion": "4",
|
|
13997
14070
|
"seriesPrevious": "css-overflow-3",
|
|
14071
|
+
"seriesNext": "css-overflow-5",
|
|
13998
14072
|
"organization": "W3C",
|
|
13999
14073
|
"groups": [
|
|
14000
14074
|
{
|
|
@@ -16275,7 +16349,6 @@
|
|
|
16275
16349
|
"https://w3c.github.io/csswg-drafts/css2/"
|
|
16276
16350
|
],
|
|
16277
16351
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
16278
|
-
"pages": [],
|
|
16279
16352
|
"filename": "index.html"
|
|
16280
16353
|
},
|
|
16281
16354
|
"seriesPrevious": "CSS2",
|
|
@@ -17124,16 +17197,20 @@
|
|
|
17124
17197
|
"series": {
|
|
17125
17198
|
"shortname": "geolocation",
|
|
17126
17199
|
"currentSpecification": "geolocation",
|
|
17127
|
-
"title": "Geolocation
|
|
17128
|
-
"shortTitle": "Geolocation
|
|
17200
|
+
"title": "Geolocation",
|
|
17201
|
+
"shortTitle": "Geolocation",
|
|
17129
17202
|
"releaseUrl": "https://www.w3.org/TR/geolocation/",
|
|
17130
|
-
"nightlyUrl": "https://w3c.github.io/geolocation
|
|
17203
|
+
"nightlyUrl": "https://w3c.github.io/geolocation/"
|
|
17131
17204
|
},
|
|
17132
17205
|
"organization": "W3C",
|
|
17133
17206
|
"groups": [
|
|
17134
17207
|
{
|
|
17135
17208
|
"name": "Devices and Sensors Working Group",
|
|
17136
17209
|
"url": "https://www.w3.org/das/"
|
|
17210
|
+
},
|
|
17211
|
+
{
|
|
17212
|
+
"name": "Web Applications Working Group",
|
|
17213
|
+
"url": "https://www.w3.org/groups/wg/webapps/"
|
|
17137
17214
|
}
|
|
17138
17215
|
],
|
|
17139
17216
|
"release": {
|
|
@@ -17142,26 +17219,20 @@
|
|
|
17142
17219
|
"filename": "Overview.html"
|
|
17143
17220
|
},
|
|
17144
17221
|
"nightly": {
|
|
17145
|
-
"url": "https://w3c.github.io/geolocation
|
|
17222
|
+
"url": "https://w3c.github.io/geolocation/",
|
|
17146
17223
|
"status": "Editor's Draft",
|
|
17147
17224
|
"alternateUrls": [],
|
|
17148
|
-
"repository": "https://github.com/w3c/geolocation
|
|
17225
|
+
"repository": "https://github.com/w3c/geolocation",
|
|
17149
17226
|
"sourcePath": "index.html",
|
|
17150
17227
|
"filename": "index.html"
|
|
17151
17228
|
},
|
|
17152
|
-
"title": "Geolocation
|
|
17229
|
+
"title": "Geolocation",
|
|
17153
17230
|
"source": "w3c",
|
|
17154
|
-
"shortTitle": "Geolocation
|
|
17231
|
+
"shortTitle": "Geolocation",
|
|
17155
17232
|
"categories": [
|
|
17156
17233
|
"browser"
|
|
17157
17234
|
],
|
|
17158
|
-
"standing": "good"
|
|
17159
|
-
"tests": {
|
|
17160
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
17161
|
-
"testPaths": [
|
|
17162
|
-
"geolocation-API"
|
|
17163
|
-
]
|
|
17164
|
-
}
|
|
17235
|
+
"standing": "good"
|
|
17165
17236
|
},
|
|
17166
17237
|
{
|
|
17167
17238
|
"url": "https://www.w3.org/TR/geometry-1/",
|
|
@@ -21101,7 +21172,7 @@
|
|
|
21101
21172
|
},
|
|
21102
21173
|
"release": {
|
|
21103
21174
|
"url": "https://www.w3.org/TR/trusted-types/",
|
|
21104
|
-
"status": "
|
|
21175
|
+
"status": "Working Draft",
|
|
21105
21176
|
"filename": "index.html"
|
|
21106
21177
|
},
|
|
21107
21178
|
"organization": "W3C",
|
package/package.json
CHANGED