web-specs 2.66.0 → 2.67.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.
Files changed (2) hide show
  1. package/index.json +544 -67
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1201,14 +1201,6 @@
1201
1201
  "nightlyUrl": "https://drafts.csswg.org/css-transitions/"
1202
1202
  },
1203
1203
  "seriesVersion": "2",
1204
- "seriesPrevious": "css-transitions-1",
1205
- "organization": "W3C",
1206
- "groups": [
1207
- {
1208
- "name": "Cascading Style Sheets (CSS) Working Group",
1209
- "url": "https://www.w3.org/Style/CSS/"
1210
- }
1211
- ],
1212
1204
  "nightly": {
1213
1205
  "url": "https://drafts.csswg.org/css-transitions-2/",
1214
1206
  "status": "Editor's Draft",
@@ -1219,6 +1211,14 @@
1219
1211
  "sourcePath": "css-transitions-2/Overview.bs",
1220
1212
  "filename": "index.html"
1221
1213
  },
1214
+ "seriesPrevious": "css-transitions-1",
1215
+ "organization": "W3C",
1216
+ "groups": [
1217
+ {
1218
+ "name": "Cascading Style Sheets (CSS) Working Group",
1219
+ "url": "https://www.w3.org/Style/CSS/"
1220
+ }
1221
+ ],
1222
1222
  "title": "CSS Transitions Level 2",
1223
1223
  "source": "spec",
1224
1224
  "shortTitle": "CSS Transitions 2",
@@ -1323,6 +1323,45 @@
1323
1323
  ]
1324
1324
  }
1325
1325
  },
1326
+ {
1327
+ "url": "https://drafts.csswg.org/css-view-transitions-2/",
1328
+ "seriesComposition": "delta",
1329
+ "shortname": "css-view-transitions-2",
1330
+ "series": {
1331
+ "shortname": "css-view-transitions",
1332
+ "currentSpecification": "css-view-transitions-1",
1333
+ "title": "CSS View Transitions Module",
1334
+ "shortTitle": "CSS View Transitions",
1335
+ "releaseUrl": "https://www.w3.org/TR/css-view-transitions/",
1336
+ "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
1337
+ },
1338
+ "seriesVersion": "2",
1339
+ "seriesPrevious": "css-view-transitions-1",
1340
+ "organization": "W3C",
1341
+ "groups": [
1342
+ {
1343
+ "name": "Cascading Style Sheets (CSS) Working Group",
1344
+ "url": "https://www.w3.org/Style/CSS/"
1345
+ }
1346
+ ],
1347
+ "nightly": {
1348
+ "url": "https://drafts.csswg.org/css-view-transitions-2/",
1349
+ "status": "Editor's Draft",
1350
+ "alternateUrls": [
1351
+ "https://w3c.github.io/csswg-drafts/css-view-transitions-2/"
1352
+ ],
1353
+ "repository": "https://github.com/w3c/csswg-drafts",
1354
+ "sourcePath": "css-view-transitions-2/Overview.bs",
1355
+ "filename": "index.html"
1356
+ },
1357
+ "title": "CSS View Transitions Module Level 2",
1358
+ "source": "spec",
1359
+ "shortTitle": "CSS View Transitions 2",
1360
+ "categories": [
1361
+ "browser"
1362
+ ],
1363
+ "standing": "good"
1364
+ },
1326
1365
  {
1327
1366
  "url": "https://drafts.csswg.org/css-viewport/",
1328
1367
  "seriesComposition": "full",
@@ -4173,38 +4212,6 @@
4173
4212
  ],
4174
4213
  "standing": "good"
4175
4214
  },
4176
- {
4177
- "url": "https://sourcemaps.info/spec.html",
4178
- "seriesComposition": "full",
4179
- "shortname": "sourcemap",
4180
- "series": {
4181
- "shortname": "sourcemap",
4182
- "currentSpecification": "sourcemap",
4183
- "title": "Source Map Revision 3 Proposal",
4184
- "shortTitle": "Source Map",
4185
- "nightlyUrl": "https://sourcemaps.info/spec.html"
4186
- },
4187
- "shortTitle": "Source Map",
4188
- "organization": "sourcemaps.info",
4189
- "groups": [
4190
- {
4191
- "name": "sourcemaps.info",
4192
- "url": "https://sourcemaps.info/"
4193
- }
4194
- ],
4195
- "nightly": {
4196
- "url": "https://sourcemaps.info/spec.html",
4197
- "status": "Editor's Draft",
4198
- "alternateUrls": [],
4199
- "filename": "spec.html"
4200
- },
4201
- "title": "Source Map Revision 3 Proposal",
4202
- "source": "spec",
4203
- "categories": [
4204
- "browser"
4205
- ],
4206
- "standing": "good"
4207
- },
4208
4215
  {
4209
4216
  "url": "https://storage.spec.whatwg.org/",
4210
4217
  "seriesComposition": "full",
@@ -4456,6 +4463,10 @@
4456
4463
  "shortTitle": "Proposal-array-find-from-last",
4457
4464
  "nightlyUrl": "https://tc39.es/proposal-array-find-from-last/"
4458
4465
  },
4466
+ "standing": "discontinued",
4467
+ "obsoletedBy": [
4468
+ "ecmascript"
4469
+ ],
4459
4470
  "organization": "Ecma International",
4460
4471
  "groups": [
4461
4472
  {
@@ -4476,8 +4487,7 @@
4476
4487
  "shortTitle": "Proposal-array-find-from-last",
4477
4488
  "categories": [
4478
4489
  "browser"
4479
- ],
4480
- "standing": "good"
4490
+ ]
4481
4491
  },
4482
4492
  {
4483
4493
  "url": "https://tc39.es/proposal-array-from-async/",
@@ -4626,6 +4636,10 @@
4626
4636
  "shortTitle": "Atomics.waitAsync",
4627
4637
  "nightlyUrl": "https://tc39.es/proposal-atomics-wait-async/"
4628
4638
  },
4639
+ "standing": "discontinued",
4640
+ "obsoletedBy": [
4641
+ "ecmascript"
4642
+ ],
4629
4643
  "organization": "Ecma International",
4630
4644
  "groups": [
4631
4645
  {
@@ -4646,8 +4660,7 @@
4646
4660
  "shortTitle": "Atomics.waitAsync",
4647
4661
  "categories": [
4648
4662
  "browser"
4649
- ],
4650
- "standing": "good"
4663
+ ]
4651
4664
  },
4652
4665
  {
4653
4666
  "url": "https://tc39.es/proposal-change-array-by-copy/",
@@ -4660,6 +4673,10 @@
4660
4673
  "shortTitle": "Change Array by copy",
4661
4674
  "nightlyUrl": "https://tc39.es/proposal-change-array-by-copy/"
4662
4675
  },
4676
+ "standing": "discontinued",
4677
+ "obsoletedBy": [
4678
+ "ecmascript"
4679
+ ],
4663
4680
  "organization": "Ecma International",
4664
4681
  "groups": [
4665
4682
  {
@@ -4680,8 +4697,7 @@
4680
4697
  "shortTitle": "Change Array by copy",
4681
4698
  "categories": [
4682
4699
  "browser"
4683
- ],
4684
- "standing": "good"
4700
+ ]
4685
4701
  },
4686
4702
  {
4687
4703
  "url": "https://tc39.es/proposal-decorators/",
@@ -4784,6 +4800,40 @@
4784
4800
  ],
4785
4801
  "standing": "good"
4786
4802
  },
4803
+ {
4804
+ "url": "https://tc39.es/proposal-import-attributes/",
4805
+ "seriesComposition": "full",
4806
+ "shortname": "tc39-import-attributes",
4807
+ "series": {
4808
+ "shortname": "tc39-import-attributes",
4809
+ "currentSpecification": "tc39-import-attributes",
4810
+ "title": "Import Attributes",
4811
+ "shortTitle": "Import Attributes",
4812
+ "nightlyUrl": "https://tc39.es/proposal-import-attributes/"
4813
+ },
4814
+ "organization": "Ecma International",
4815
+ "groups": [
4816
+ {
4817
+ "name": "TC39",
4818
+ "url": "https://tc39.es/"
4819
+ }
4820
+ ],
4821
+ "nightly": {
4822
+ "url": "https://tc39.es/proposal-import-attributes/",
4823
+ "status": "Editor's Draft",
4824
+ "alternateUrls": [],
4825
+ "repository": "https://github.com/tc39/proposal-import-attributes",
4826
+ "sourcePath": "spec.emu",
4827
+ "filename": "index.html"
4828
+ },
4829
+ "title": "Import Attributes",
4830
+ "source": "spec",
4831
+ "shortTitle": "Import Attributes",
4832
+ "categories": [
4833
+ "browser"
4834
+ ],
4835
+ "standing": "good"
4836
+ },
4787
4837
  {
4788
4838
  "url": "https://tc39.es/proposal-intl-duration-format/",
4789
4839
  "seriesComposition": "full",
@@ -4829,6 +4879,10 @@
4829
4879
  "shortTitle": "Intl Enumeration API",
4830
4880
  "nightlyUrl": "https://tc39.es/proposal-intl-enumeration/"
4831
4881
  },
4882
+ "standing": "discontinued",
4883
+ "obsoletedBy": [
4884
+ "ecma-402"
4885
+ ],
4832
4886
  "organization": "Ecma International",
4833
4887
  "groups": [
4834
4888
  {
@@ -4849,8 +4903,7 @@
4849
4903
  "shortTitle": "Intl Enumeration API",
4850
4904
  "categories": [
4851
4905
  "browser"
4852
- ],
4853
- "standing": "good"
4906
+ ]
4854
4907
  },
4855
4908
  {
4856
4909
  "url": "https://tc39.es/proposal-intl-extend-timezonename/",
@@ -4863,6 +4916,10 @@
4863
4916
  "shortTitle": "Extend TimeZoneName Option",
4864
4917
  "nightlyUrl": "https://tc39.es/proposal-intl-extend-timezonename/"
4865
4918
  },
4919
+ "standing": "discontinued",
4920
+ "obsoletedBy": [
4921
+ "ecma-402"
4922
+ ],
4866
4923
  "organization": "Ecma International",
4867
4924
  "groups": [
4868
4925
  {
@@ -4883,8 +4940,7 @@
4883
4940
  "shortTitle": "Extend TimeZoneName Option",
4884
4941
  "categories": [
4885
4942
  "browser"
4886
- ],
4887
- "standing": "good"
4943
+ ]
4888
4944
  },
4889
4945
  {
4890
4946
  "url": "https://tc39.es/proposal-intl-locale-info/",
@@ -4940,6 +4996,10 @@
4940
4996
  "repository": "https://github.com/tc39/proposal-intl-numberformat-v3",
4941
4997
  "filename": "proposed.html"
4942
4998
  },
4999
+ "standing": "discontinued",
5000
+ "obsoletedBy": [
5001
+ "ecma-402"
5002
+ ],
4943
5003
  "organization": "Ecma International",
4944
5004
  "groups": [
4945
5005
  {
@@ -4951,8 +5011,7 @@
4951
5011
  "shortTitle": "Intl Annexes",
4952
5012
  "categories": [
4953
5013
  "browser"
4954
- ],
4955
- "standing": "good"
5014
+ ]
4956
5015
  },
4957
5016
  {
4958
5017
  "url": "https://tc39.es/proposal-intl-numberformat-v3/out/negotiation/proposed.html",
@@ -4974,6 +5033,10 @@
4974
5033
  "repository": "https://github.com/tc39/proposal-intl-numberformat-v3",
4975
5034
  "filename": "proposed.html"
4976
5035
  },
5036
+ "standing": "discontinued",
5037
+ "obsoletedBy": [
5038
+ "ecma-402"
5039
+ ],
4977
5040
  "organization": "Ecma International",
4978
5041
  "groups": [
4979
5042
  {
@@ -4985,8 +5048,7 @@
4985
5048
  "shortTitle": "Intl Parameter Resolution",
4986
5049
  "categories": [
4987
5050
  "browser"
4988
- ],
4989
- "standing": "good"
5051
+ ]
4990
5052
  },
4991
5053
  {
4992
5054
  "url": "https://tc39.es/proposal-intl-numberformat-v3/out/numberformat/proposed.html",
@@ -5008,6 +5070,10 @@
5008
5070
  "repository": "https://github.com/tc39/proposal-intl-numberformat-v3",
5009
5071
  "filename": "proposed.html"
5010
5072
  },
5073
+ "standing": "discontinued",
5074
+ "obsoletedBy": [
5075
+ "ecma-402"
5076
+ ],
5011
5077
  "organization": "Ecma International",
5012
5078
  "groups": [
5013
5079
  {
@@ -5019,8 +5085,7 @@
5019
5085
  "shortTitle": "Intl.NumberFormat",
5020
5086
  "categories": [
5021
5087
  "browser"
5022
- ],
5023
- "standing": "good"
5088
+ ]
5024
5089
  },
5025
5090
  {
5026
5091
  "url": "https://tc39.es/proposal-intl-numberformat-v3/out/pluralrules/proposed.html",
@@ -5042,6 +5107,10 @@
5042
5107
  "repository": "https://github.com/tc39/proposal-intl-numberformat-v3",
5043
5108
  "filename": "proposed.html"
5044
5109
  },
5110
+ "standing": "discontinued",
5111
+ "obsoletedBy": [
5112
+ "ecma-402"
5113
+ ],
5045
5114
  "organization": "Ecma International",
5046
5115
  "groups": [
5047
5116
  {
@@ -5053,8 +5122,7 @@
5053
5122
  "shortTitle": "Intl.PluralRules",
5054
5123
  "categories": [
5055
5124
  "browser"
5056
- ],
5057
- "standing": "good"
5125
+ ]
5058
5126
  },
5059
5127
  {
5060
5128
  "url": "https://tc39.es/proposal-is-usv-string/",
@@ -5067,6 +5135,10 @@
5067
5135
  "shortTitle": "Well-Formed Unicode Strings",
5068
5136
  "nightlyUrl": "https://tc39.es/proposal-is-usv-string/"
5069
5137
  },
5138
+ "standing": "discontinued",
5139
+ "obsoletedBy": [
5140
+ "ecmascript"
5141
+ ],
5070
5142
  "organization": "Ecma International",
5071
5143
  "groups": [
5072
5144
  {
@@ -5087,8 +5159,7 @@
5087
5159
  "shortTitle": "Well-Formed Unicode Strings",
5088
5160
  "categories": [
5089
5161
  "browser"
5090
- ],
5091
- "standing": "good"
5162
+ ]
5092
5163
  },
5093
5164
  {
5094
5165
  "url": "https://tc39.es/proposal-iterator-helpers/",
@@ -5192,6 +5263,40 @@
5192
5263
  ],
5193
5264
  "standing": "good"
5194
5265
  },
5266
+ {
5267
+ "url": "https://tc39.es/proposal-promise-with-resolvers/",
5268
+ "seriesComposition": "full",
5269
+ "shortname": "tc39-promise-with-resolvers",
5270
+ "series": {
5271
+ "shortname": "tc39-promise-with-resolvers",
5272
+ "currentSpecification": "tc39-promise-with-resolvers",
5273
+ "title": "ES Promise.withResolvers (2023)",
5274
+ "shortTitle": "2023",
5275
+ "nightlyUrl": "https://tc39.es/proposal-promise-with-resolvers/"
5276
+ },
5277
+ "organization": "Ecma International",
5278
+ "groups": [
5279
+ {
5280
+ "name": "TC39",
5281
+ "url": "https://tc39.es/"
5282
+ }
5283
+ ],
5284
+ "nightly": {
5285
+ "url": "https://tc39.es/proposal-promise-with-resolvers/",
5286
+ "status": "Editor's Draft",
5287
+ "alternateUrls": [],
5288
+ "repository": "https://github.com/tc39/proposal-promise-with-resolvers",
5289
+ "sourcePath": "spec.html",
5290
+ "filename": "index.html"
5291
+ },
5292
+ "title": "ES Promise.withResolvers (2023)",
5293
+ "source": "spec",
5294
+ "shortTitle": "2023",
5295
+ "categories": [
5296
+ "browser"
5297
+ ],
5298
+ "standing": "good"
5299
+ },
5195
5300
  {
5196
5301
  "url": "https://tc39.es/proposal-regexp-modifiers/",
5197
5302
  "seriesComposition": "full",
@@ -5331,6 +5436,40 @@
5331
5436
  ],
5332
5437
  "standing": "good"
5333
5438
  },
5439
+ {
5440
+ "url": "https://tc39.es/proposal-source-phase-imports/",
5441
+ "seriesComposition": "full",
5442
+ "shortname": "tc39-source-phase-imports",
5443
+ "series": {
5444
+ "shortname": "tc39-source-phase-imports",
5445
+ "currentSpecification": "tc39-source-phase-imports",
5446
+ "title": "Source Phase Imports",
5447
+ "shortTitle": "Source Phase Imports",
5448
+ "nightlyUrl": "https://tc39.es/proposal-source-phase-imports/"
5449
+ },
5450
+ "organization": "Ecma International",
5451
+ "groups": [
5452
+ {
5453
+ "name": "TC39",
5454
+ "url": "https://tc39.es/"
5455
+ }
5456
+ ],
5457
+ "nightly": {
5458
+ "url": "https://tc39.es/proposal-source-phase-imports/",
5459
+ "status": "Editor's Draft",
5460
+ "alternateUrls": [],
5461
+ "repository": "https://github.com/tc39/proposal-source-phase-imports",
5462
+ "sourcePath": "spec.emu",
5463
+ "filename": "index.html"
5464
+ },
5465
+ "title": "Source Phase Imports",
5466
+ "source": "spec",
5467
+ "shortTitle": "Source Phase Imports",
5468
+ "categories": [
5469
+ "browser"
5470
+ ],
5471
+ "standing": "good"
5472
+ },
5334
5473
  {
5335
5474
  "url": "https://tc39.es/proposal-symbols-as-weakmap-keys/",
5336
5475
  "seriesComposition": "full",
@@ -5342,6 +5481,10 @@
5342
5481
  "shortTitle": "Symbol as WeakMap Keys",
5343
5482
  "nightlyUrl": "https://tc39.es/proposal-symbols-as-weakmap-keys/"
5344
5483
  },
5484
+ "standing": "discontinued",
5485
+ "obsoletedBy": [
5486
+ "ecmascript"
5487
+ ],
5345
5488
  "organization": "Ecma International",
5346
5489
  "groups": [
5347
5490
  {
@@ -5362,8 +5505,7 @@
5362
5505
  "shortTitle": "Symbol as WeakMap Keys",
5363
5506
  "categories": [
5364
5507
  "browser"
5365
- ],
5366
- "standing": "good"
5508
+ ]
5367
5509
  },
5368
5510
  {
5369
5511
  "url": "https://tc39.es/proposal-temporal/",
@@ -5399,6 +5541,40 @@
5399
5541
  ],
5400
5542
  "standing": "good"
5401
5543
  },
5544
+ {
5545
+ "url": "https://tc39.es/source-map-spec/",
5546
+ "seriesComposition": "full",
5547
+ "shortname": "sourcemap",
5548
+ "series": {
5549
+ "shortname": "sourcemap",
5550
+ "currentSpecification": "sourcemap",
5551
+ "title": "Source Map",
5552
+ "shortTitle": "Source Map",
5553
+ "nightlyUrl": "https://tc39.es/source-map-spec/"
5554
+ },
5555
+ "nightly": {
5556
+ "url": "https://tc39.es/source-map-spec/",
5557
+ "status": "Editor's Draft",
5558
+ "sourcePath": "source-map.bs",
5559
+ "alternateUrls": [],
5560
+ "repository": "https://github.com/tc39/source-map-spec",
5561
+ "filename": "index.html"
5562
+ },
5563
+ "organization": "Ecma International",
5564
+ "groups": [
5565
+ {
5566
+ "name": "TC39",
5567
+ "url": "https://tc39.es/"
5568
+ }
5569
+ ],
5570
+ "title": "Source Map",
5571
+ "source": "spec",
5572
+ "shortTitle": "Source Map",
5573
+ "categories": [
5574
+ "browser"
5575
+ ],
5576
+ "standing": "good"
5577
+ },
5402
5578
  {
5403
5579
  "url": "https://testutils.spec.whatwg.org/",
5404
5580
  "seriesComposition": "full",
@@ -5473,6 +5649,40 @@
5473
5649
  ]
5474
5650
  }
5475
5651
  },
5652
+ {
5653
+ "url": "https://w3c.github.io/audio-session/",
5654
+ "seriesComposition": "full",
5655
+ "shortname": "audio-session",
5656
+ "series": {
5657
+ "shortname": "audio-session",
5658
+ "currentSpecification": "audio-session",
5659
+ "title": "Audio Session",
5660
+ "shortTitle": "Audio Session",
5661
+ "nightlyUrl": "https://w3c.github.io/audio-session/"
5662
+ },
5663
+ "organization": "W3C",
5664
+ "groups": [
5665
+ {
5666
+ "name": "Media Working Group",
5667
+ "url": "https://www.w3.org/media-wg/"
5668
+ }
5669
+ ],
5670
+ "nightly": {
5671
+ "url": "https://w3c.github.io/audio-session/",
5672
+ "status": "Editor's Draft",
5673
+ "alternateUrls": [],
5674
+ "repository": "https://github.com/w3c/audio-session",
5675
+ "sourcePath": "index.bs",
5676
+ "filename": "index.html"
5677
+ },
5678
+ "title": "Audio Session",
5679
+ "source": "spec",
5680
+ "shortTitle": "Audio Session",
5681
+ "categories": [
5682
+ "browser"
5683
+ ],
5684
+ "standing": "good"
5685
+ },
5476
5686
  {
5477
5687
  "url": "https://w3c.github.io/contentEditable/",
5478
5688
  "seriesComposition": "full",
@@ -5689,6 +5899,40 @@
5689
5899
  ],
5690
5900
  "standing": "good"
5691
5901
  },
5902
+ {
5903
+ "url": "https://w3c.github.io/permissions-registry/",
5904
+ "seriesComposition": "full",
5905
+ "shortname": "permissions-registry",
5906
+ "series": {
5907
+ "shortname": "permissions-registry",
5908
+ "currentSpecification": "permissions-registry",
5909
+ "title": "Permissions Registry",
5910
+ "shortTitle": "Permissions Registry",
5911
+ "nightlyUrl": "https://w3c.github.io/permissions-registry/"
5912
+ },
5913
+ "organization": "W3C",
5914
+ "groups": [
5915
+ {
5916
+ "name": "Web Application Security Working Group",
5917
+ "url": "https://www.w3.org/groups/wg/webappsec/"
5918
+ }
5919
+ ],
5920
+ "nightly": {
5921
+ "url": "https://w3c.github.io/permissions-registry/",
5922
+ "status": "Draft Registry",
5923
+ "alternateUrls": [],
5924
+ "repository": "https://github.com/w3c/permissions-registry",
5925
+ "sourcePath": "index.html",
5926
+ "filename": "index.html"
5927
+ },
5928
+ "title": "Permissions Registry",
5929
+ "source": "spec",
5930
+ "shortTitle": "Permissions Registry",
5931
+ "categories": [
5932
+ "browser"
5933
+ ],
5934
+ "standing": "good"
5935
+ },
5692
5936
  {
5693
5937
  "url": "https://w3c.github.io/PNG-spec/",
5694
5938
  "seriesComposition": "full",
@@ -6282,9 +6526,7 @@
6282
6526
  },
6283
6527
  "source": "spec",
6284
6528
  "shortTitle": "Close Watcher API",
6285
- "categories": [
6286
- "browser"
6287
- ],
6529
+ "categories": [],
6288
6530
  "tests": {
6289
6531
  "repository": "https://github.com/web-platform-tests/wpt",
6290
6532
  "testPaths": [
@@ -8367,6 +8609,40 @@
8367
8609
  ],
8368
8610
  "standing": "good"
8369
8611
  },
8612
+ {
8613
+ "url": "https://wicg.github.io/soft-navigations/",
8614
+ "seriesComposition": "full",
8615
+ "shortname": "soft-navigations",
8616
+ "series": {
8617
+ "shortname": "soft-navigations",
8618
+ "currentSpecification": "soft-navigations",
8619
+ "title": "Soft Navigations",
8620
+ "shortTitle": "Soft Navigations",
8621
+ "nightlyUrl": "https://wicg.github.io/soft-navigations/"
8622
+ },
8623
+ "standing": "pending",
8624
+ "organization": "W3C",
8625
+ "groups": [
8626
+ {
8627
+ "name": "Web Platform Incubator Community Group",
8628
+ "url": "https://www.w3.org/community/wicg/"
8629
+ }
8630
+ ],
8631
+ "nightly": {
8632
+ "url": "https://wicg.github.io/soft-navigations/",
8633
+ "status": "Draft Community Group Report",
8634
+ "alternateUrls": [],
8635
+ "repository": "https://github.com/WICG/soft-navigations",
8636
+ "sourcePath": "soft-navigations.bs",
8637
+ "filename": "index.html"
8638
+ },
8639
+ "title": "Soft Navigations",
8640
+ "source": "spec",
8641
+ "shortTitle": "Soft Navigations",
8642
+ "categories": [
8643
+ "browser"
8644
+ ]
8645
+ },
8370
8646
  {
8371
8647
  "url": "https://wicg.github.io/speech-api/",
8372
8648
  "seriesComposition": "full",
@@ -15441,6 +15717,7 @@
15441
15717
  "nightlyUrl": "https://drafts.csswg.org/css-view-transitions/"
15442
15718
  },
15443
15719
  "seriesVersion": "1",
15720
+ "seriesNext": "css-view-transitions-2",
15444
15721
  "organization": "W3C",
15445
15722
  "groups": [
15446
15723
  {
@@ -15450,7 +15727,7 @@
15450
15727
  ],
15451
15728
  "release": {
15452
15729
  "url": "https://www.w3.org/TR/css-view-transitions-1/",
15453
- "status": "Working Draft",
15730
+ "status": "Candidate Recommendation Snapshot",
15454
15731
  "filename": "Overview.html"
15455
15732
  },
15456
15733
  "nightly": {
@@ -17539,7 +17816,7 @@
17539
17816
  ],
17540
17817
  "release": {
17541
17818
  "url": "https://www.w3.org/TR/largest-contentful-paint/",
17542
- "status": "First Public Working Draft",
17819
+ "status": "Working Draft",
17543
17820
  "filename": "Overview.html"
17544
17821
  },
17545
17822
  "nightly": {
@@ -18499,6 +18776,206 @@
18499
18776
  ]
18500
18777
  }
18501
18778
  },
18779
+ {
18780
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-isobmff/",
18781
+ "seriesComposition": "full",
18782
+ "shortname": "mse-byte-stream-format-isobmff",
18783
+ "series": {
18784
+ "shortname": "mse-byte-stream-format-isobmff",
18785
+ "currentSpecification": "mse-byte-stream-format-isobmff",
18786
+ "title": "ISO BMFF Byte Stream Format",
18787
+ "shortTitle": "ISO BMFF Byte Stream Format",
18788
+ "releaseUrl": "https://www.w3.org/TR/mse-byte-stream-format-isobmff/",
18789
+ "nightlyUrl": "https://w3c.github.io/mse-byte-stream-format-isobmff/"
18790
+ },
18791
+ "nightly": {
18792
+ "url": "https://w3c.github.io/mse-byte-stream-format-isobmff/",
18793
+ "status": "Editor's Draft",
18794
+ "repository": "https://github.com/w3c/mse-byte-stream-format-isobmff",
18795
+ "alternateUrls": [],
18796
+ "sourcePath": "index.html",
18797
+ "filename": "index.html"
18798
+ },
18799
+ "organization": "W3C",
18800
+ "groups": [
18801
+ {
18802
+ "name": "HTML Media Extensions Working Group",
18803
+ "url": "https://www.w3.org/html/wg/"
18804
+ }
18805
+ ],
18806
+ "release": {
18807
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-isobmff/",
18808
+ "status": "Note",
18809
+ "filename": "Overview.html"
18810
+ },
18811
+ "title": "ISO BMFF Byte Stream Format",
18812
+ "source": "w3c",
18813
+ "shortTitle": "ISO BMFF Byte Stream Format",
18814
+ "categories": [
18815
+ "browser"
18816
+ ],
18817
+ "standing": "good"
18818
+ },
18819
+ {
18820
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-mp2t/",
18821
+ "seriesComposition": "full",
18822
+ "shortname": "mse-byte-stream-format-mp2t",
18823
+ "series": {
18824
+ "shortname": "mse-byte-stream-format-mp2t",
18825
+ "currentSpecification": "mse-byte-stream-format-mp2t",
18826
+ "title": "MPEG-2 TS Byte Stream Format",
18827
+ "shortTitle": "MPEG-2 TS Byte Stream Format",
18828
+ "releaseUrl": "https://www.w3.org/TR/mse-byte-stream-format-mp2t/",
18829
+ "nightlyUrl": "https://w3c.github.io/mse-byte-stream-format-mp2t/"
18830
+ },
18831
+ "nightly": {
18832
+ "url": "https://w3c.github.io/mse-byte-stream-format-mp2t/",
18833
+ "status": "Editor's Draft",
18834
+ "repository": "https://github.com/w3c/mse-byte-stream-format-mp2t",
18835
+ "alternateUrls": [],
18836
+ "sourcePath": "index.html",
18837
+ "filename": "index.html"
18838
+ },
18839
+ "organization": "W3C",
18840
+ "groups": [
18841
+ {
18842
+ "name": "HTML Media Extensions Working Group",
18843
+ "url": "https://www.w3.org/html/wg/"
18844
+ }
18845
+ ],
18846
+ "release": {
18847
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-mp2t/",
18848
+ "status": "Note",
18849
+ "filename": "Overview.html"
18850
+ },
18851
+ "title": "MPEG-2 TS Byte Stream Format",
18852
+ "source": "w3c",
18853
+ "shortTitle": "MPEG-2 TS Byte Stream Format",
18854
+ "categories": [
18855
+ "browser"
18856
+ ],
18857
+ "standing": "good"
18858
+ },
18859
+ {
18860
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-mpeg-audio/",
18861
+ "seriesComposition": "full",
18862
+ "shortname": "mse-byte-stream-format-mpeg-audio",
18863
+ "series": {
18864
+ "shortname": "mse-byte-stream-format-mpeg-audio",
18865
+ "currentSpecification": "mse-byte-stream-format-mpeg-audio",
18866
+ "title": "MPEG Audio Byte Stream Format",
18867
+ "shortTitle": "MPEG Audio Byte Stream Format",
18868
+ "releaseUrl": "https://www.w3.org/TR/mse-byte-stream-format-mpeg-audio/",
18869
+ "nightlyUrl": "https://w3c.github.io/mse-byte-stream-format-mpeg-audio/"
18870
+ },
18871
+ "nightly": {
18872
+ "url": "https://w3c.github.io/mse-byte-stream-format-mpeg-audio/",
18873
+ "status": "Editor's Draft",
18874
+ "repository": "https://github.com/w3c/mse-byte-stream-format-mpeg-audio",
18875
+ "alternateUrls": [],
18876
+ "sourcePath": "index.html",
18877
+ "filename": "index.html"
18878
+ },
18879
+ "organization": "W3C",
18880
+ "groups": [
18881
+ {
18882
+ "name": "HTML Media Extensions Working Group",
18883
+ "url": "https://www.w3.org/html/wg/"
18884
+ }
18885
+ ],
18886
+ "release": {
18887
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-mpeg-audio/",
18888
+ "status": "Note",
18889
+ "filename": "Overview.html"
18890
+ },
18891
+ "title": "MPEG Audio Byte Stream Format",
18892
+ "source": "w3c",
18893
+ "shortTitle": "MPEG Audio Byte Stream Format",
18894
+ "categories": [
18895
+ "browser"
18896
+ ],
18897
+ "standing": "good"
18898
+ },
18899
+ {
18900
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-registry/",
18901
+ "seriesComposition": "full",
18902
+ "shortname": "mse-byte-stream-format-registry",
18903
+ "series": {
18904
+ "shortname": "mse-byte-stream-format-registry",
18905
+ "currentSpecification": "mse-byte-stream-format-registry",
18906
+ "title": "Media Source Extensions Byte Stream Format Registry",
18907
+ "shortTitle": "Media Source Extensions Byte Stream Format Registry",
18908
+ "releaseUrl": "https://www.w3.org/TR/mse-byte-stream-format-registry/",
18909
+ "nightlyUrl": "https://w3c.github.io/mse-byte-stream-format-registry/"
18910
+ },
18911
+ "nightly": {
18912
+ "url": "https://w3c.github.io/mse-byte-stream-format-registry/",
18913
+ "status": "Editor's Draft",
18914
+ "repository": "https://github.com/w3c/mse-byte-stream-format-registry",
18915
+ "alternateUrls": [],
18916
+ "sourcePath": "index.html",
18917
+ "filename": "index.html"
18918
+ },
18919
+ "organization": "W3C",
18920
+ "groups": [
18921
+ {
18922
+ "name": "HTML Media Extensions Working Group",
18923
+ "url": "https://www.w3.org/html/wg/"
18924
+ }
18925
+ ],
18926
+ "release": {
18927
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-registry/",
18928
+ "status": "Note",
18929
+ "filename": "Overview.html"
18930
+ },
18931
+ "title": "Media Source Extensions Byte Stream Format Registry",
18932
+ "source": "w3c",
18933
+ "shortTitle": "Media Source Extensions Byte Stream Format Registry",
18934
+ "categories": [
18935
+ "browser"
18936
+ ],
18937
+ "standing": "good"
18938
+ },
18939
+ {
18940
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-webm/",
18941
+ "seriesComposition": "full",
18942
+ "shortname": "mse-byte-stream-format-webm",
18943
+ "series": {
18944
+ "shortname": "mse-byte-stream-format-webm",
18945
+ "currentSpecification": "mse-byte-stream-format-webm",
18946
+ "title": "WebM Byte Stream Format",
18947
+ "shortTitle": "WebM Byte Stream Format",
18948
+ "releaseUrl": "https://www.w3.org/TR/mse-byte-stream-format-webm/",
18949
+ "nightlyUrl": "https://w3c.github.io/mse-byte-stream-format-webm/"
18950
+ },
18951
+ "nightly": {
18952
+ "url": "https://w3c.github.io/mse-byte-stream-format-webm/",
18953
+ "status": "Editor's Draft",
18954
+ "repository": "https://github.com/w3c/mse-byte-stream-format-webm",
18955
+ "alternateUrls": [],
18956
+ "sourcePath": "index.html",
18957
+ "filename": "index.html"
18958
+ },
18959
+ "organization": "W3C",
18960
+ "groups": [
18961
+ {
18962
+ "name": "HTML Media Extensions Working Group",
18963
+ "url": "https://www.w3.org/html/wg/"
18964
+ }
18965
+ ],
18966
+ "release": {
18967
+ "url": "https://www.w3.org/TR/mse-byte-stream-format-webm/",
18968
+ "status": "Note",
18969
+ "filename": "Overview.html"
18970
+ },
18971
+ "title": "WebM Byte Stream Format",
18972
+ "source": "w3c",
18973
+ "shortTitle": "WebM Byte Stream Format",
18974
+ "categories": [
18975
+ "browser"
18976
+ ],
18977
+ "standing": "good"
18978
+ },
18502
18979
  {
18503
18980
  "url": "https://www.w3.org/TR/mst-content-hint/",
18504
18981
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.66.0",
3
+ "version": "2.67.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",