web-specs 3.13.1 → 3.14.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 +476 -74
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1423,51 +1423,6 @@
1423
1423
  ]
1424
1424
  }
1425
1425
  },
1426
- {
1427
- "url": "https://drafts.csswg.org/css-scroll-snap-2/",
1428
- "seriesComposition": "delta",
1429
- "shortname": "css-scroll-snap-2",
1430
- "series": {
1431
- "shortname": "css-scroll-snap",
1432
- "currentSpecification": "css-scroll-snap-1",
1433
- "title": "CSS Scroll Snap",
1434
- "shortTitle": "CSS Scroll Snap",
1435
- "releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
1436
- "nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
1437
- },
1438
- "seriesVersion": "2",
1439
- "seriesPrevious": "css-scroll-snap-1",
1440
- "organization": "W3C",
1441
- "groups": [
1442
- {
1443
- "name": "Cascading Style Sheets (CSS) Working Group",
1444
- "url": "https://www.w3.org/Style/CSS/"
1445
- }
1446
- ],
1447
- "nightly": {
1448
- "url": "https://drafts.csswg.org/css-scroll-snap-2/",
1449
- "status": "Editor's Draft",
1450
- "alternateUrls": [
1451
- "https://w3c.github.io/csswg-drafts/css-scroll-snap-2/"
1452
- ],
1453
- "repository": "https://github.com/w3c/csswg-drafts",
1454
- "sourcePath": "css-scroll-snap-2/Overview.bs",
1455
- "filename": "index.html"
1456
- },
1457
- "title": "CSS Scroll Snap Module Level 2",
1458
- "source": "spec",
1459
- "shortTitle": "CSS Scroll Snap 2",
1460
- "categories": [
1461
- "browser"
1462
- ],
1463
- "standing": "good",
1464
- "tests": {
1465
- "repository": "https://github.com/web-platform-tests/wpt",
1466
- "testPaths": [
1467
- "css/css-scroll-snap"
1468
- ]
1469
- }
1470
- },
1471
1426
  {
1472
1427
  "url": "https://drafts.csswg.org/css-shapes-2/",
1473
1428
  "seriesComposition": "delta",
@@ -6881,6 +6836,43 @@
6881
6836
  ],
6882
6837
  "standing": "good"
6883
6838
  },
6839
+ {
6840
+ "url": "https://webassembly.github.io/esm-integration/js-api/",
6841
+ "seriesComposition": "fork",
6842
+ "shortname": "wasm-js-api-2-fork-esm-integration",
6843
+ "series": {
6844
+ "shortname": "wasm-js-api",
6845
+ "currentSpecification": "wasm-js-api-2",
6846
+ "title": "WebAssembly JavaScript Interface",
6847
+ "shortTitle": "WebAssembly JavaScript Interface",
6848
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6849
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6850
+ },
6851
+ "seriesVersion": "2",
6852
+ "forkOf": "wasm-js-api-2",
6853
+ "title": "WebAssembly JavaScript Interface: ESM Integration",
6854
+ "organization": "W3C",
6855
+ "groups": [
6856
+ {
6857
+ "name": "WebAssembly Community Group",
6858
+ "url": "https://www.w3.org/community/webassembly/"
6859
+ }
6860
+ ],
6861
+ "nightly": {
6862
+ "url": "https://webassembly.github.io/esm-integration/js-api/",
6863
+ "status": "Editor's Draft",
6864
+ "alternateUrls": [],
6865
+ "repository": "https://github.com/WebAssembly/esm-integration",
6866
+ "sourcePath": "document/js-api/index.bs",
6867
+ "filename": "index.html"
6868
+ },
6869
+ "source": "spec",
6870
+ "shortTitle": "WebAssembly JavaScript Interface: ESM Integration",
6871
+ "categories": [
6872
+ "browser"
6873
+ ],
6874
+ "standing": "good"
6875
+ },
6884
6876
  {
6885
6877
  "url": "https://webassembly.github.io/exception-handling/js-api/",
6886
6878
  "seriesComposition": "fork",
@@ -14205,7 +14197,7 @@
14205
14197
  ],
14206
14198
  "release": {
14207
14199
  "url": "https://www.w3.org/TR/css-conditional-5/",
14208
- "status": "First Public Working Draft",
14200
+ "status": "Working Draft",
14209
14201
  "filename": "Overview.html"
14210
14202
  },
14211
14203
  "nightly": {
@@ -16343,6 +16335,56 @@
16343
16335
  ]
16344
16336
  }
16345
16337
  },
16338
+ {
16339
+ "url": "https://www.w3.org/TR/css-scroll-snap-2/",
16340
+ "seriesComposition": "delta",
16341
+ "shortname": "css-scroll-snap-2",
16342
+ "series": {
16343
+ "shortname": "css-scroll-snap",
16344
+ "currentSpecification": "css-scroll-snap-1",
16345
+ "title": "CSS Scroll Snap",
16346
+ "shortTitle": "CSS Scroll Snap",
16347
+ "releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
16348
+ "nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
16349
+ },
16350
+ "seriesVersion": "2",
16351
+ "seriesPrevious": "css-scroll-snap-1",
16352
+ "organization": "W3C",
16353
+ "groups": [
16354
+ {
16355
+ "name": "Cascading Style Sheets (CSS) Working Group",
16356
+ "url": "https://www.w3.org/Style/CSS/"
16357
+ }
16358
+ ],
16359
+ "release": {
16360
+ "url": "https://www.w3.org/TR/css-scroll-snap-2/",
16361
+ "status": "First Public Working Draft",
16362
+ "filename": "Overview.html"
16363
+ },
16364
+ "nightly": {
16365
+ "url": "https://drafts.csswg.org/css-scroll-snap-2/",
16366
+ "status": "Editor's Draft",
16367
+ "alternateUrls": [
16368
+ "https://w3c.github.io/csswg-drafts/css-scroll-snap-2/"
16369
+ ],
16370
+ "repository": "https://github.com/w3c/csswg-drafts",
16371
+ "sourcePath": "css-scroll-snap-2/Overview.bs",
16372
+ "filename": "index.html"
16373
+ },
16374
+ "title": "CSS Scroll Snap Module Level 2",
16375
+ "source": "w3c",
16376
+ "shortTitle": "CSS Scroll Snap 2",
16377
+ "categories": [
16378
+ "browser"
16379
+ ],
16380
+ "standing": "good",
16381
+ "tests": {
16382
+ "repository": "https://github.com/web-platform-tests/wpt",
16383
+ "testPaths": [
16384
+ "css/css-scroll-snap"
16385
+ ]
16386
+ }
16387
+ },
16346
16388
  {
16347
16389
  "url": "https://www.w3.org/TR/css-scrollbars-1/",
16348
16390
  "seriesComposition": "full",
@@ -18426,17 +18468,339 @@
18426
18468
  "standing": "good"
18427
18469
  },
18428
18470
  {
18429
- "url": "https://www.w3.org/TR/encrypted-media/",
18471
+ "url": "https://www.w3.org/TR/eme-hdcp-version-registry/",
18472
+ "seriesComposition": "full",
18473
+ "shortname": "eme-hdcp-version-registry",
18474
+ "series": {
18475
+ "shortname": "eme-hdcp-version-registry",
18476
+ "currentSpecification": "eme-hdcp-version-registry",
18477
+ "title": "Encrypted Media Extensions HDCP Version Registry",
18478
+ "shortTitle": "Encrypted Media Extensions HDCP Version Registry",
18479
+ "releaseUrl": "https://www.w3.org/TR/eme-hdcp-version-registry/",
18480
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/hdcp-version-registry.html"
18481
+ },
18482
+ "nightly": {
18483
+ "url": "https://w3c.github.io/encrypted-media/hdcp-version-registry.html",
18484
+ "status": "Editor's Draft",
18485
+ "sourcePath": "hdcp-version-registry-respec.html",
18486
+ "alternateUrls": [],
18487
+ "repository": "https://github.com/w3c/encrypted-media",
18488
+ "filename": "hdcp-version-registry.html"
18489
+ },
18490
+ "organization": "W3C",
18491
+ "groups": [
18492
+ {
18493
+ "name": "Media Working Group",
18494
+ "url": "https://www.w3.org/media-wg/"
18495
+ }
18496
+ ],
18497
+ "release": {
18498
+ "url": "https://www.w3.org/TR/eme-hdcp-version-registry/",
18499
+ "status": "Draft Registry",
18500
+ "filename": "Overview.html"
18501
+ },
18502
+ "title": "Encrypted Media Extensions HDCP Version Registry",
18503
+ "source": "w3c",
18504
+ "shortTitle": "Encrypted Media Extensions HDCP Version Registry",
18505
+ "categories": [
18506
+ "browser"
18507
+ ],
18508
+ "standing": "good"
18509
+ },
18510
+ {
18511
+ "url": "https://www.w3.org/TR/eme-initdata-cenc/",
18512
+ "seriesComposition": "full",
18513
+ "shortname": "eme-initdata-cenc",
18514
+ "series": {
18515
+ "shortname": "eme-initdata-cenc",
18516
+ "currentSpecification": "eme-initdata-cenc",
18517
+ "title": "\"cenc\" Initialization Data Format",
18518
+ "shortTitle": "\"cenc\" Initialization Data Format",
18519
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-cenc/",
18520
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/cenc.html"
18521
+ },
18522
+ "nightly": {
18523
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/cenc.html",
18524
+ "status": "Editor's Draft",
18525
+ "sourcePath": "format-registry/initdata/cenc-respec.html",
18526
+ "alternateUrls": [],
18527
+ "repository": "https://github.com/w3c/encrypted-media",
18528
+ "filename": "cenc.html"
18529
+ },
18530
+ "organization": "W3C",
18531
+ "groups": [
18532
+ {
18533
+ "name": "Media Working Group",
18534
+ "url": "https://www.w3.org/media-wg/"
18535
+ }
18536
+ ],
18537
+ "release": {
18538
+ "url": "https://www.w3.org/TR/eme-initdata-cenc/",
18539
+ "status": "Note",
18540
+ "filename": "Overview.html"
18541
+ },
18542
+ "title": "\"cenc\" Initialization Data Format",
18543
+ "source": "w3c",
18544
+ "shortTitle": "\"cenc\" Initialization Data Format",
18545
+ "categories": [
18546
+ "browser"
18547
+ ],
18548
+ "standing": "good"
18549
+ },
18550
+ {
18551
+ "url": "https://www.w3.org/TR/eme-initdata-keyids/",
18552
+ "seriesComposition": "full",
18553
+ "shortname": "eme-initdata-keyids",
18554
+ "series": {
18555
+ "shortname": "eme-initdata-keyids",
18556
+ "currentSpecification": "eme-initdata-keyids",
18557
+ "title": "\"keyids\" Initialization Data Format",
18558
+ "shortTitle": "\"keyids\" Initialization Data Format",
18559
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-keyids/",
18560
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/keyids.html"
18561
+ },
18562
+ "nightly": {
18563
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/keyids.html",
18564
+ "status": "Editor's Draft",
18565
+ "sourcePath": "format-registry/initdata/keyids-respec.html",
18566
+ "alternateUrls": [],
18567
+ "repository": "https://github.com/w3c/encrypted-media",
18568
+ "filename": "keyids.html"
18569
+ },
18570
+ "organization": "W3C",
18571
+ "groups": [
18572
+ {
18573
+ "name": "Media Working Group",
18574
+ "url": "https://www.w3.org/media-wg/"
18575
+ }
18576
+ ],
18577
+ "release": {
18578
+ "url": "https://www.w3.org/TR/eme-initdata-keyids/",
18579
+ "status": "Note",
18580
+ "filename": "Overview.html"
18581
+ },
18582
+ "title": "\"keyids\" Initialization Data Format",
18583
+ "source": "w3c",
18584
+ "shortTitle": "\"keyids\" Initialization Data Format",
18585
+ "categories": [
18586
+ "browser"
18587
+ ],
18588
+ "standing": "good"
18589
+ },
18590
+ {
18591
+ "url": "https://www.w3.org/TR/eme-initdata-registry/",
18592
+ "seriesComposition": "full",
18593
+ "shortname": "eme-initdata-registry",
18594
+ "series": {
18595
+ "shortname": "eme-initdata-registry",
18596
+ "currentSpecification": "eme-initdata-registry",
18597
+ "title": "Encrypted Media Extensions Initialization Data Format Registry",
18598
+ "shortTitle": "Encrypted Media Extensions Initialization Data Format Registry",
18599
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-registry/",
18600
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/"
18601
+ },
18602
+ "nightly": {
18603
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/",
18604
+ "status": "Editor's Draft",
18605
+ "sourcePath": "format-registry/initdata/index-respec.html",
18606
+ "alternateUrls": [],
18607
+ "repository": "https://github.com/w3c/encrypted-media",
18608
+ "filename": "index.html"
18609
+ },
18610
+ "organization": "W3C",
18611
+ "groups": [
18612
+ {
18613
+ "name": "Media Working Group",
18614
+ "url": "https://www.w3.org/media-wg/"
18615
+ }
18616
+ ],
18617
+ "release": {
18618
+ "url": "https://www.w3.org/TR/eme-initdata-registry/",
18619
+ "status": "Draft Registry",
18620
+ "filename": "Overview.html"
18621
+ },
18622
+ "title": "Encrypted Media Extensions Initialization Data Format Registry",
18623
+ "source": "w3c",
18624
+ "shortTitle": "Encrypted Media Extensions Initialization Data Format Registry",
18625
+ "categories": [
18626
+ "browser"
18627
+ ],
18628
+ "standing": "good"
18629
+ },
18630
+ {
18631
+ "url": "https://www.w3.org/TR/eme-initdata-webm/",
18430
18632
  "seriesComposition": "full",
18431
- "shortname": "encrypted-media",
18633
+ "shortname": "eme-initdata-webm",
18634
+ "series": {
18635
+ "shortname": "eme-initdata-webm",
18636
+ "currentSpecification": "eme-initdata-webm",
18637
+ "title": "\"webm\" Initialization Data Format",
18638
+ "shortTitle": "\"webm\" Initialization Data Format",
18639
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-webm/",
18640
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/webm.html"
18641
+ },
18642
+ "nightly": {
18643
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/webm.html",
18644
+ "status": "Editor's Draft",
18645
+ "sourcePath": "format-registry/initdata/webm-respec.html",
18646
+ "alternateUrls": [],
18647
+ "repository": "https://github.com/w3c/encrypted-media",
18648
+ "filename": "webm.html"
18649
+ },
18650
+ "organization": "W3C",
18651
+ "groups": [
18652
+ {
18653
+ "name": "Media Working Group",
18654
+ "url": "https://www.w3.org/media-wg/"
18655
+ }
18656
+ ],
18657
+ "release": {
18658
+ "url": "https://www.w3.org/TR/eme-initdata-webm/",
18659
+ "status": "Note",
18660
+ "filename": "Overview.html"
18661
+ },
18662
+ "title": "\"webm\" Initialization Data Format",
18663
+ "source": "w3c",
18664
+ "shortTitle": "\"webm\" Initialization Data Format",
18665
+ "categories": [
18666
+ "browser"
18667
+ ],
18668
+ "standing": "good"
18669
+ },
18670
+ {
18671
+ "url": "https://www.w3.org/TR/eme-stream-mp4/",
18672
+ "seriesComposition": "full",
18673
+ "shortname": "eme-stream-mp4",
18674
+ "series": {
18675
+ "shortname": "eme-stream-mp4",
18676
+ "currentSpecification": "eme-stream-mp4",
18677
+ "title": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
18678
+ "shortTitle": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
18679
+ "releaseUrl": "https://www.w3.org/TR/eme-stream-mp4/",
18680
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/stream/mp4.html"
18681
+ },
18682
+ "seriesVersion": "4",
18683
+ "nightly": {
18684
+ "url": "https://w3c.github.io/encrypted-media/format-registry/stream/mp4.html",
18685
+ "status": "Editor's Draft",
18686
+ "sourcePath": "format-registry/stream/mp4-respec.html",
18687
+ "alternateUrls": [],
18688
+ "repository": "https://github.com/w3c/encrypted-media",
18689
+ "filename": "mp4.html"
18690
+ },
18691
+ "organization": "W3C",
18692
+ "groups": [
18693
+ {
18694
+ "name": "Media Working Group",
18695
+ "url": "https://www.w3.org/media-wg/"
18696
+ }
18697
+ ],
18698
+ "release": {
18699
+ "url": "https://www.w3.org/TR/eme-stream-mp4/",
18700
+ "status": "Note",
18701
+ "filename": "Overview.html"
18702
+ },
18703
+ "title": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
18704
+ "source": "w3c",
18705
+ "shortTitle": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
18706
+ "categories": [
18707
+ "browser"
18708
+ ],
18709
+ "standing": "good"
18710
+ },
18711
+ {
18712
+ "url": "https://www.w3.org/TR/eme-stream-registry/",
18713
+ "seriesComposition": "full",
18714
+ "shortname": "eme-stream-registry",
18715
+ "series": {
18716
+ "shortname": "eme-stream-registry",
18717
+ "currentSpecification": "eme-stream-registry",
18718
+ "title": "Encrypted Media Extensions Stream Format Registry",
18719
+ "shortTitle": "Encrypted Media Extensions Stream Format Registry",
18720
+ "releaseUrl": "https://www.w3.org/TR/eme-stream-registry/",
18721
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/stream/"
18722
+ },
18723
+ "nightly": {
18724
+ "url": "https://w3c.github.io/encrypted-media/format-registry/stream/",
18725
+ "status": "Editor's Draft",
18726
+ "sourcePath": "format-registry/stream/index-respec.html",
18727
+ "alternateUrls": [],
18728
+ "repository": "https://github.com/w3c/encrypted-media",
18729
+ "filename": "index.html"
18730
+ },
18731
+ "organization": "W3C",
18732
+ "groups": [
18733
+ {
18734
+ "name": "Media Working Group",
18735
+ "url": "https://www.w3.org/media-wg/"
18736
+ }
18737
+ ],
18738
+ "release": {
18739
+ "url": "https://www.w3.org/TR/eme-stream-registry/",
18740
+ "status": "Draft Registry",
18741
+ "filename": "Overview.html"
18742
+ },
18743
+ "title": "Encrypted Media Extensions Stream Format Registry",
18744
+ "source": "w3c",
18745
+ "shortTitle": "Encrypted Media Extensions Stream Format Registry",
18746
+ "categories": [
18747
+ "browser"
18748
+ ],
18749
+ "standing": "good"
18750
+ },
18751
+ {
18752
+ "url": "https://www.w3.org/TR/eme-stream-webm/",
18753
+ "seriesComposition": "full",
18754
+ "shortname": "eme-stream-webm",
18755
+ "series": {
18756
+ "shortname": "eme-stream-webm",
18757
+ "currentSpecification": "eme-stream-webm",
18758
+ "title": "WebM Stream Format",
18759
+ "shortTitle": "WebM Stream Format",
18760
+ "releaseUrl": "https://www.w3.org/TR/eme-stream-webm/",
18761
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/stream/webm.html"
18762
+ },
18763
+ "nightly": {
18764
+ "url": "https://w3c.github.io/encrypted-media/format-registry/stream/webm.html",
18765
+ "status": "Editor's Draft",
18766
+ "sourcePath": "format-registry/stream/webm-respec.html",
18767
+ "alternateUrls": [],
18768
+ "repository": "https://github.com/w3c/encrypted-media",
18769
+ "filename": "webm.html"
18770
+ },
18771
+ "organization": "W3C",
18772
+ "groups": [
18773
+ {
18774
+ "name": "Media Working Group",
18775
+ "url": "https://www.w3.org/media-wg/"
18776
+ }
18777
+ ],
18778
+ "release": {
18779
+ "url": "https://www.w3.org/TR/eme-stream-webm/",
18780
+ "status": "Note",
18781
+ "filename": "Overview.html"
18782
+ },
18783
+ "title": "WebM Stream Format",
18784
+ "source": "w3c",
18785
+ "shortTitle": "WebM Stream Format",
18786
+ "categories": [
18787
+ "browser"
18788
+ ],
18789
+ "standing": "good"
18790
+ },
18791
+ {
18792
+ "url": "https://www.w3.org/TR/encrypted-media-2/",
18793
+ "seriesComposition": "full",
18794
+ "shortname": "encrypted-media-2",
18432
18795
  "series": {
18433
18796
  "shortname": "encrypted-media",
18434
- "currentSpecification": "encrypted-media",
18797
+ "currentSpecification": "encrypted-media-2",
18435
18798
  "title": "Encrypted Media Extensions",
18436
18799
  "shortTitle": "Encrypted Media Extensions",
18437
18800
  "releaseUrl": "https://www.w3.org/TR/encrypted-media/",
18438
18801
  "nightlyUrl": "https://w3c.github.io/encrypted-media/"
18439
18802
  },
18803
+ "seriesVersion": "2",
18440
18804
  "nightly": {
18441
18805
  "url": "https://w3c.github.io/encrypted-media/",
18442
18806
  "status": "Editor's Draft",
@@ -18445,16 +18809,19 @@
18445
18809
  "repository": "https://github.com/w3c/encrypted-media",
18446
18810
  "filename": "index.html"
18447
18811
  },
18812
+ "formerNames": [
18813
+ "encrypted-media"
18814
+ ],
18448
18815
  "organization": "W3C",
18449
18816
  "groups": [
18450
18817
  {
18451
- "name": "HTML Media Extensions Working Group",
18452
- "url": "https://www.w3.org/html/wg/"
18818
+ "name": "Media Working Group",
18819
+ "url": "https://www.w3.org/media-wg/"
18453
18820
  }
18454
18821
  ],
18455
18822
  "release": {
18456
- "url": "https://www.w3.org/TR/encrypted-media/",
18457
- "status": "Recommendation",
18823
+ "url": "https://www.w3.org/TR/encrypted-media-2/",
18824
+ "status": "First Public Working Draft",
18458
18825
  "filename": "Overview.html"
18459
18826
  },
18460
18827
  "title": "Encrypted Media Extensions",
@@ -20883,8 +21250,8 @@
20883
21250
  "organization": "W3C",
20884
21251
  "groups": [
20885
21252
  {
20886
- "name": "HTML Media Extensions Working Group",
20887
- "url": "https://www.w3.org/html/wg/"
21253
+ "name": "Media Working Group",
21254
+ "url": "https://www.w3.org/media-wg/"
20888
21255
  }
20889
21256
  ],
20890
21257
  "release": {
@@ -20923,8 +21290,8 @@
20923
21290
  "organization": "W3C",
20924
21291
  "groups": [
20925
21292
  {
20926
- "name": "HTML Media Extensions Working Group",
20927
- "url": "https://www.w3.org/html/wg/"
21293
+ "name": "Media Working Group",
21294
+ "url": "https://www.w3.org/media-wg/"
20928
21295
  }
20929
21296
  ],
20930
21297
  "release": {
@@ -20963,8 +21330,8 @@
20963
21330
  "organization": "W3C",
20964
21331
  "groups": [
20965
21332
  {
20966
- "name": "HTML Media Extensions Working Group",
20967
- "url": "https://www.w3.org/html/wg/"
21333
+ "name": "Media Working Group",
21334
+ "url": "https://www.w3.org/media-wg/"
20968
21335
  }
20969
21336
  ],
20970
21337
  "release": {
@@ -21003,13 +21370,13 @@
21003
21370
  "organization": "W3C",
21004
21371
  "groups": [
21005
21372
  {
21006
- "name": "HTML Media Extensions Working Group",
21007
- "url": "https://www.w3.org/html/wg/"
21373
+ "name": "Media Working Group",
21374
+ "url": "https://www.w3.org/media-wg/"
21008
21375
  }
21009
21376
  ],
21010
21377
  "release": {
21011
21378
  "url": "https://www.w3.org/TR/mse-byte-stream-format-registry/",
21012
- "status": "Note",
21379
+ "status": "Draft Registry",
21013
21380
  "filename": "Overview.html"
21014
21381
  },
21015
21382
  "title": "Media Source Extensions Byte Stream Format Registry",
@@ -21043,8 +21410,8 @@
21043
21410
  "organization": "W3C",
21044
21411
  "groups": [
21045
21412
  {
21046
- "name": "HTML Media Extensions Working Group",
21047
- "url": "https://www.w3.org/html/wg/"
21413
+ "name": "Media Working Group",
21414
+ "url": "https://www.w3.org/media-wg/"
21048
21415
  }
21049
21416
  ],
21050
21417
  "release": {
@@ -21281,8 +21648,8 @@
21281
21648
  "shortname": "orientation-event",
21282
21649
  "series": {
21283
21650
  "shortname": "orientation-event",
21284
- "title": "Device Orientation and Motion",
21285
21651
  "currentSpecification": "orientation-event",
21652
+ "title": "Device Orientation and Motion",
21286
21653
  "shortTitle": "Device Orientation and Motion",
21287
21654
  "releaseUrl": "https://www.w3.org/TR/orientation-event/",
21288
21655
  "nightlyUrl": "https://w3c.github.io/deviceorientation/"
@@ -22734,8 +23101,8 @@
22734
23101
  "shortname": "screen-orientation",
22735
23102
  "series": {
22736
23103
  "shortname": "screen-orientation",
22737
- "title": "Screen Orientation",
22738
23104
  "currentSpecification": "screen-orientation",
23105
+ "title": "Screen Orientation",
22739
23106
  "shortTitle": "Screen Orientation",
22740
23107
  "releaseUrl": "https://www.w3.org/TR/screen-orientation/",
22741
23108
  "nightlyUrl": "https://w3c.github.io/screen-orientation/"
@@ -22830,8 +23197,8 @@
22830
23197
  "shortname": "scroll-animations-1",
22831
23198
  "series": {
22832
23199
  "shortname": "scroll-animations",
22833
- "title": "Scroll-driven Animations",
22834
23200
  "currentSpecification": "scroll-animations-1",
23201
+ "title": "Scroll-driven Animations",
22835
23202
  "shortTitle": "Scroll-driven Animations",
22836
23203
  "releaseUrl": "https://www.w3.org/TR/scroll-animations/",
22837
23204
  "nightlyUrl": "https://drafts.csswg.org/scroll-animations/"
@@ -24807,6 +25174,7 @@
24807
25174
  "seriesVersion": "2",
24808
25175
  "forks": [
24809
25176
  "wasm-js-api-2-fork-content-security-policy",
25177
+ "wasm-js-api-2-fork-esm-integration",
24810
25178
  "wasm-js-api-2-fork-exception-handling",
24811
25179
  "wasm-js-api-2-fork-js-promise-integration",
24812
25180
  "wasm-js-api-2-fork-js-types",
@@ -25619,6 +25987,46 @@
25619
25987
  ],
25620
25988
  "standing": "good"
25621
25989
  },
25990
+ {
25991
+ "url": "https://www.w3.org/TR/webcodecs-video-frame-metadata-registry/",
25992
+ "seriesComposition": "full",
25993
+ "shortname": "webcodecs-video-frame-metadata-registry",
25994
+ "series": {
25995
+ "shortname": "webcodecs-video-frame-metadata-registry",
25996
+ "currentSpecification": "webcodecs-video-frame-metadata-registry",
25997
+ "title": "WebCodecs VideoFrame Metadata Registry",
25998
+ "shortTitle": "WebCodecs VideoFrame Metadata Registry",
25999
+ "releaseUrl": "https://www.w3.org/TR/webcodecs-video-frame-metadata-registry/",
26000
+ "nightlyUrl": "https://w3c.github.io/webcodecs/video_frame_metadata_registry.html"
26001
+ },
26002
+ "nightly": {
26003
+ "url": "https://w3c.github.io/webcodecs/video_frame_metadata_registry.html",
26004
+ "status": "Editor's Draft",
26005
+ "sourcePath": "video_frame_metadata_registry.src.html",
26006
+ "alternateUrls": [],
26007
+ "repository": "https://github.com/w3c/webcodecs",
26008
+ "filename": "video_frame_metadata_registry.html"
26009
+ },
26010
+ "organization": "W3C",
26011
+ "groups": [
26012
+ {
26013
+ "name": "Media Working Group",
26014
+ "url": "https://www.w3.org/media-wg/"
26015
+ }
26016
+ ],
26017
+ "release": {
26018
+ "url": "https://www.w3.org/TR/webcodecs-video-frame-metadata-registry/",
26019
+ "status": "Draft Registry",
26020
+ "filename": "Overview.html"
26021
+ },
26022
+ "title": "WebCodecs VideoFrame Metadata Registry",
26023
+ "source": "w3c",
26024
+ "shortTitle": "WebCodecs VideoFrame Metadata Registry",
26025
+ "categories": [
26026
+ "browser"
26027
+ ],
26028
+ "standing": "good"
26029
+ },
25622
26030
  {
25623
26031
  "url": "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/",
25624
26032
  "seriesComposition": "full",
@@ -26008,13 +26416,7 @@
26008
26416
  "categories": [
26009
26417
  "browser"
26010
26418
  ],
26011
- "standing": "good",
26012
- "tests": {
26013
- "repository": "https://github.com/web-platform-tests/wpt",
26014
- "testPaths": [
26015
- "webnn"
26016
- ]
26017
- }
26419
+ "standing": "good"
26018
26420
  },
26019
26421
  {
26020
26422
  "url": "https://www.w3.org/TR/webrtc-encoded-transform/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.13.1",
3
+ "version": "3.14.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",