browser-specs 4.8.1 → 4.10.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 +140 -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"
|
|
@@ -7415,6 +7488,40 @@
|
|
|
7415
7488
|
]
|
|
7416
7489
|
}
|
|
7417
7490
|
},
|
|
7491
|
+
{
|
|
7492
|
+
"url": "https://wicg.github.io/handwriting-recognition/",
|
|
7493
|
+
"seriesComposition": "full",
|
|
7494
|
+
"shortname": "handwriting-recognition",
|
|
7495
|
+
"series": {
|
|
7496
|
+
"shortname": "handwriting-recognition",
|
|
7497
|
+
"currentSpecification": "handwriting-recognition",
|
|
7498
|
+
"title": "Handwriting Recognition API",
|
|
7499
|
+
"shortTitle": "Handwriting Recognition API",
|
|
7500
|
+
"nightlyUrl": "https://wicg.github.io/handwriting-recognition/"
|
|
7501
|
+
},
|
|
7502
|
+
"organization": "W3C",
|
|
7503
|
+
"groups": [
|
|
7504
|
+
{
|
|
7505
|
+
"name": "Web Platform Incubator Community Group",
|
|
7506
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
7507
|
+
}
|
|
7508
|
+
],
|
|
7509
|
+
"nightly": {
|
|
7510
|
+
"url": "https://wicg.github.io/handwriting-recognition/",
|
|
7511
|
+
"status": "Draft Community Group Report",
|
|
7512
|
+
"alternateUrls": [],
|
|
7513
|
+
"repository": "https://github.com/WICG/handwriting-recognition",
|
|
7514
|
+
"sourcePath": "spec.bs",
|
|
7515
|
+
"filename": "index.html"
|
|
7516
|
+
},
|
|
7517
|
+
"title": "Handwriting Recognition API",
|
|
7518
|
+
"source": "spec",
|
|
7519
|
+
"shortTitle": "Handwriting Recognition API",
|
|
7520
|
+
"categories": [
|
|
7521
|
+
"browser"
|
|
7522
|
+
],
|
|
7523
|
+
"standing": "good"
|
|
7524
|
+
},
|
|
7418
7525
|
{
|
|
7419
7526
|
"url": "https://wicg.github.io/idle-detection/",
|
|
7420
7527
|
"seriesComposition": "full",
|
|
@@ -11025,7 +11132,7 @@
|
|
|
11025
11132
|
],
|
|
11026
11133
|
"release": {
|
|
11027
11134
|
"url": "https://www.w3.org/TR/change-password-url/",
|
|
11028
|
-
"status": "
|
|
11135
|
+
"status": "Working Draft",
|
|
11029
11136
|
"filename": "Overview.html"
|
|
11030
11137
|
},
|
|
11031
11138
|
"nightly": {
|
|
@@ -13995,6 +14102,7 @@
|
|
|
13995
14102
|
},
|
|
13996
14103
|
"seriesVersion": "4",
|
|
13997
14104
|
"seriesPrevious": "css-overflow-3",
|
|
14105
|
+
"seriesNext": "css-overflow-5",
|
|
13998
14106
|
"organization": "W3C",
|
|
13999
14107
|
"groups": [
|
|
14000
14108
|
{
|
|
@@ -16275,7 +16383,6 @@
|
|
|
16275
16383
|
"https://w3c.github.io/csswg-drafts/css2/"
|
|
16276
16384
|
],
|
|
16277
16385
|
"repository": "https://github.com/w3c/csswg-drafts",
|
|
16278
|
-
"pages": [],
|
|
16279
16386
|
"filename": "index.html"
|
|
16280
16387
|
},
|
|
16281
16388
|
"seriesPrevious": "CSS2",
|
|
@@ -17124,16 +17231,20 @@
|
|
|
17124
17231
|
"series": {
|
|
17125
17232
|
"shortname": "geolocation",
|
|
17126
17233
|
"currentSpecification": "geolocation",
|
|
17127
|
-
"title": "Geolocation
|
|
17128
|
-
"shortTitle": "Geolocation
|
|
17234
|
+
"title": "Geolocation",
|
|
17235
|
+
"shortTitle": "Geolocation",
|
|
17129
17236
|
"releaseUrl": "https://www.w3.org/TR/geolocation/",
|
|
17130
|
-
"nightlyUrl": "https://w3c.github.io/geolocation
|
|
17237
|
+
"nightlyUrl": "https://w3c.github.io/geolocation/"
|
|
17131
17238
|
},
|
|
17132
17239
|
"organization": "W3C",
|
|
17133
17240
|
"groups": [
|
|
17134
17241
|
{
|
|
17135
17242
|
"name": "Devices and Sensors Working Group",
|
|
17136
17243
|
"url": "https://www.w3.org/das/"
|
|
17244
|
+
},
|
|
17245
|
+
{
|
|
17246
|
+
"name": "Web Applications Working Group",
|
|
17247
|
+
"url": "https://www.w3.org/groups/wg/webapps/"
|
|
17137
17248
|
}
|
|
17138
17249
|
],
|
|
17139
17250
|
"release": {
|
|
@@ -17142,26 +17253,20 @@
|
|
|
17142
17253
|
"filename": "Overview.html"
|
|
17143
17254
|
},
|
|
17144
17255
|
"nightly": {
|
|
17145
|
-
"url": "https://w3c.github.io/geolocation
|
|
17256
|
+
"url": "https://w3c.github.io/geolocation/",
|
|
17146
17257
|
"status": "Editor's Draft",
|
|
17147
17258
|
"alternateUrls": [],
|
|
17148
|
-
"repository": "https://github.com/w3c/geolocation
|
|
17259
|
+
"repository": "https://github.com/w3c/geolocation",
|
|
17149
17260
|
"sourcePath": "index.html",
|
|
17150
17261
|
"filename": "index.html"
|
|
17151
17262
|
},
|
|
17152
|
-
"title": "Geolocation
|
|
17263
|
+
"title": "Geolocation",
|
|
17153
17264
|
"source": "w3c",
|
|
17154
|
-
"shortTitle": "Geolocation
|
|
17265
|
+
"shortTitle": "Geolocation",
|
|
17155
17266
|
"categories": [
|
|
17156
17267
|
"browser"
|
|
17157
17268
|
],
|
|
17158
|
-
"standing": "good"
|
|
17159
|
-
"tests": {
|
|
17160
|
-
"repository": "https://github.com/web-platform-tests/wpt",
|
|
17161
|
-
"testPaths": [
|
|
17162
|
-
"geolocation-API"
|
|
17163
|
-
]
|
|
17164
|
-
}
|
|
17269
|
+
"standing": "good"
|
|
17165
17270
|
},
|
|
17166
17271
|
{
|
|
17167
17272
|
"url": "https://www.w3.org/TR/geometry-1/",
|
|
@@ -21101,7 +21206,7 @@
|
|
|
21101
21206
|
},
|
|
21102
21207
|
"release": {
|
|
21103
21208
|
"url": "https://www.w3.org/TR/trusted-types/",
|
|
21104
|
-
"status": "
|
|
21209
|
+
"status": "Working Draft",
|
|
21105
21210
|
"filename": "index.html"
|
|
21106
21211
|
},
|
|
21107
21212
|
"organization": "W3C",
|
package/package.json
CHANGED