web-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.
Files changed (2) hide show
  1. package/index.json +125 -137
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -6680,6 +6680,40 @@
6680
6680
  "browser"
6681
6681
  ]
6682
6682
  },
6683
+ {
6684
+ "url": "https://w3c.github.io/webappsec-dbsc/",
6685
+ "seriesComposition": "full",
6686
+ "shortname": "dbsc",
6687
+ "series": {
6688
+ "shortname": "dbsc",
6689
+ "currentSpecification": "dbsc",
6690
+ "title": "Device Bound Session Credentials",
6691
+ "shortTitle": "Device Bound Session Credentials",
6692
+ "nightlyUrl": "https://w3c.github.io/webappsec-dbsc/"
6693
+ },
6694
+ "organization": "W3C",
6695
+ "groups": [
6696
+ {
6697
+ "name": "Web Application Security Working Group",
6698
+ "url": "https://www.w3.org/groups/wg/webappsec/"
6699
+ }
6700
+ ],
6701
+ "nightly": {
6702
+ "url": "https://w3c.github.io/webappsec-dbsc/",
6703
+ "status": "Editor's Draft",
6704
+ "alternateUrls": [],
6705
+ "repository": "https://github.com/w3c/webappsec-dbsc",
6706
+ "sourcePath": "spec.bs",
6707
+ "filename": "index.html"
6708
+ },
6709
+ "title": "Device Bound Session Credentials",
6710
+ "source": "spec",
6711
+ "shortTitle": "Device Bound Session Credentials",
6712
+ "categories": [
6713
+ "browser"
6714
+ ],
6715
+ "standing": "good"
6716
+ },
6683
6717
  {
6684
6718
  "url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
6685
6719
  "seriesComposition": "full",
@@ -7312,6 +7346,43 @@
7312
7346
  ],
7313
7347
  "standing": "good"
7314
7348
  },
7349
+ {
7350
+ "url": "https://webassembly.github.io/wide-arithmetic/core/bikeshed/",
7351
+ "seriesComposition": "fork",
7352
+ "shortname": "wasm-core-2-fork-wide-arithmetic",
7353
+ "series": {
7354
+ "shortname": "wasm-core",
7355
+ "currentSpecification": "wasm-core-2",
7356
+ "title": "WebAssembly Core",
7357
+ "shortTitle": "WebAssembly Core",
7358
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
7359
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
7360
+ },
7361
+ "seriesVersion": "2",
7362
+ "forkOf": "wasm-core-2",
7363
+ "title": "WebAssembly Core: Wide Arithmetic",
7364
+ "organization": "W3C",
7365
+ "groups": [
7366
+ {
7367
+ "name": "WebAssembly Community Group",
7368
+ "url": "https://www.w3.org/community/webassembly/"
7369
+ }
7370
+ ],
7371
+ "nightly": {
7372
+ "url": "https://webassembly.github.io/wide-arithmetic/core/bikeshed/",
7373
+ "status": "Editor's Draft",
7374
+ "alternateUrls": [],
7375
+ "repository": "https://github.com/WebAssembly/wide-arithmetic",
7376
+ "sourcePath": "document/core/index.bs",
7377
+ "filename": "index.html"
7378
+ },
7379
+ "source": "spec",
7380
+ "shortTitle": "WebAssembly Core: Wide Arithmetic",
7381
+ "categories": [
7382
+ "browser"
7383
+ ],
7384
+ "standing": "good"
7385
+ },
7315
7386
  {
7316
7387
  "url": "https://webaudio.github.io/web-speech-api/",
7317
7388
  "seriesComposition": "full",
@@ -18234,7 +18305,13 @@
18234
18305
  "categories": [
18235
18306
  "browser"
18236
18307
  ],
18237
- "standing": "good"
18308
+ "standing": "good",
18309
+ "tests": {
18310
+ "repository": "https://github.com/web-platform-tests/wpt",
18311
+ "testPaths": [
18312
+ "css/css-view-transitions"
18313
+ ]
18314
+ }
18238
18315
  },
18239
18316
  {
18240
18317
  "url": "https://www.w3.org/TR/css-view-transitions-2/",
@@ -18278,7 +18355,13 @@
18278
18355
  "categories": [
18279
18356
  "browser"
18280
18357
  ],
18281
- "standing": "good"
18358
+ "standing": "good",
18359
+ "tests": {
18360
+ "repository": "https://github.com/web-platform-tests/wpt",
18361
+ "testPaths": [
18362
+ "css/css-view-transitions"
18363
+ ]
18364
+ }
18282
18365
  },
18283
18366
  {
18284
18367
  "url": "https://www.w3.org/TR/css-viewport-1/",
@@ -18484,117 +18567,22 @@
18484
18567
  }
18485
18568
  },
18486
18569
  {
18487
- "url": "https://www.w3.org/TR/CSS21/",
18570
+ "url": "https://www.w3.org/TR/CSS2/",
18488
18571
  "seriesComposition": "full",
18489
- "shortname": "CSS21",
18572
+ "shortname": "CSS2",
18490
18573
  "series": {
18491
18574
  "shortname": "CSS",
18492
- "currentSpecification": "CSS22",
18575
+ "currentSpecification": "CSS2",
18493
18576
  "title": "Cascading Style Sheets",
18494
- "shortTitle": "Cascading Style Sheets",
18495
- "releaseUrl": "https://www.w3.org/TR/CSS/",
18577
+ "shortTitle": "CSS",
18578
+ "releaseUrl": "https://www.w3.org/TR/CSS21/",
18496
18579
  "nightlyUrl": "https://drafts.csswg.org/css2/"
18497
18580
  },
18498
- "seriesVersion": "2.1",
18581
+ "seriesVersion": "2",
18499
18582
  "formerNames": [
18500
- "CSS2"
18501
- ],
18502
- "nightly": {
18503
- "url": "https://www.w3.org/TR/CSS21/",
18504
- "status": "Editor's Draft",
18505
- "alternateUrls": [],
18506
- "pages": [
18507
- "https://www.w3.org/TR/CSS21/about.html",
18508
- "https://www.w3.org/TR/CSS21/intro.html",
18509
- "https://www.w3.org/TR/CSS21/conform.html",
18510
- "https://www.w3.org/TR/CSS21/syndata.html",
18511
- "https://www.w3.org/TR/CSS21/selector.html",
18512
- "https://www.w3.org/TR/CSS21/cascade.html",
18513
- "https://www.w3.org/TR/CSS21/media.html",
18514
- "https://www.w3.org/TR/CSS21/box.html",
18515
- "https://www.w3.org/TR/CSS21/visuren.html",
18516
- "https://www.w3.org/TR/CSS21/visudet.html",
18517
- "https://www.w3.org/TR/CSS21/visufx.html",
18518
- "https://www.w3.org/TR/CSS21/generate.html",
18519
- "https://www.w3.org/TR/CSS21/page.html",
18520
- "https://www.w3.org/TR/CSS21/colors.html",
18521
- "https://www.w3.org/TR/CSS21/fonts.html",
18522
- "https://www.w3.org/TR/CSS21/text.html",
18523
- "https://www.w3.org/TR/CSS21/tables.html",
18524
- "https://www.w3.org/TR/CSS21/ui.html",
18525
- "https://www.w3.org/TR/CSS21/aural.html",
18526
- "https://www.w3.org/TR/CSS21/refs.html",
18527
- "https://www.w3.org/TR/CSS21/changes.html",
18528
- "https://www.w3.org/TR/CSS21/sample.html",
18529
- "https://www.w3.org/TR/CSS21/zindex.html",
18530
- "https://www.w3.org/TR/CSS21/propidx.html",
18531
- "https://www.w3.org/TR/CSS21/grammar.html",
18532
- "https://www.w3.org/TR/CSS21/indexlist.html"
18533
- ],
18534
- "filename": "Overview.html"
18535
- },
18536
- "seriesNext": "CSS22",
18537
- "organization": "W3C",
18538
- "groups": [
18539
- {
18540
- "name": "Cascading Style Sheets (CSS) Working Group",
18541
- "url": "https://www.w3.org/Style/CSS/"
18542
- }
18583
+ "CSS21",
18584
+ "CSS22"
18543
18585
  ],
18544
- "release": {
18545
- "url": "https://www.w3.org/TR/CSS21/",
18546
- "status": "Recommendation",
18547
- "pages": [
18548
- "https://www.w3.org/TR/CSS21/about.html",
18549
- "https://www.w3.org/TR/CSS21/intro.html",
18550
- "https://www.w3.org/TR/CSS21/conform.html",
18551
- "https://www.w3.org/TR/CSS21/syndata.html",
18552
- "https://www.w3.org/TR/CSS21/selector.html",
18553
- "https://www.w3.org/TR/CSS21/cascade.html",
18554
- "https://www.w3.org/TR/CSS21/media.html",
18555
- "https://www.w3.org/TR/CSS21/box.html",
18556
- "https://www.w3.org/TR/CSS21/visuren.html",
18557
- "https://www.w3.org/TR/CSS21/visudet.html",
18558
- "https://www.w3.org/TR/CSS21/visufx.html",
18559
- "https://www.w3.org/TR/CSS21/generate.html",
18560
- "https://www.w3.org/TR/CSS21/page.html",
18561
- "https://www.w3.org/TR/CSS21/colors.html",
18562
- "https://www.w3.org/TR/CSS21/fonts.html",
18563
- "https://www.w3.org/TR/CSS21/text.html",
18564
- "https://www.w3.org/TR/CSS21/tables.html",
18565
- "https://www.w3.org/TR/CSS21/ui.html",
18566
- "https://www.w3.org/TR/CSS21/aural.html",
18567
- "https://www.w3.org/TR/CSS21/refs.html",
18568
- "https://www.w3.org/TR/CSS21/changes.html",
18569
- "https://www.w3.org/TR/CSS21/sample.html",
18570
- "https://www.w3.org/TR/CSS21/zindex.html",
18571
- "https://www.w3.org/TR/CSS21/propidx.html",
18572
- "https://www.w3.org/TR/CSS21/grammar.html",
18573
- "https://www.w3.org/TR/CSS21/indexlist.html"
18574
- ],
18575
- "filename": "Overview.html"
18576
- },
18577
- "title": "Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification",
18578
- "source": "w3c",
18579
- "shortTitle": "CSS 2.1",
18580
- "categories": [
18581
- "browser"
18582
- ],
18583
- "standing": "good"
18584
- },
18585
- {
18586
- "url": "https://www.w3.org/TR/CSS22/",
18587
- "seriesComposition": "full",
18588
- "shortname": "CSS22",
18589
- "series": {
18590
- "shortname": "CSS",
18591
- "currentSpecification": "CSS22",
18592
- "title": "Cascading Style Sheets",
18593
- "shortTitle": "Cascading Style Sheets",
18594
- "releaseUrl": "https://www.w3.org/TR/CSS/",
18595
- "nightlyUrl": "https://drafts.csswg.org/css2/"
18596
- },
18597
- "seriesVersion": "2.2",
18598
18586
  "nightly": {
18599
18587
  "url": "https://drafts.csswg.org/css2/",
18600
18588
  "status": "Editor's Draft",
@@ -18605,7 +18593,8 @@
18605
18593
  "repository": "https://github.com/w3c/csswg-drafts",
18606
18594
  "filename": "index.html"
18607
18595
  },
18608
- "seriesPrevious": "CSS21",
18596
+ "title": "Cascading Style Sheets Level 2",
18597
+ "shortTitle": "CSS 2",
18609
18598
  "organization": "W3C",
18610
18599
  "groups": [
18611
18600
  {
@@ -18614,41 +18603,39 @@
18614
18603
  }
18615
18604
  ],
18616
18605
  "release": {
18617
- "url": "https://www.w3.org/TR/CSS22/",
18618
- "status": "First Public Working Draft",
18606
+ "url": "https://www.w3.org/TR/CSS21/",
18607
+ "status": "Recommendation",
18619
18608
  "pages": [
18620
- "https://www.w3.org/TR/CSS22/about.html",
18621
- "https://www.w3.org/TR/CSS22/intro.html",
18622
- "https://www.w3.org/TR/CSS22/conform.html",
18623
- "https://www.w3.org/TR/CSS22/syndata.html",
18624
- "https://www.w3.org/TR/CSS22/selector.html",
18625
- "https://www.w3.org/TR/CSS22/cascade.html",
18626
- "https://www.w3.org/TR/CSS22/media.html",
18627
- "https://www.w3.org/TR/CSS22/box.html",
18628
- "https://www.w3.org/TR/CSS22/visuren.html",
18629
- "https://www.w3.org/TR/CSS22/visudet.html",
18630
- "https://www.w3.org/TR/CSS22/visufx.html",
18631
- "https://www.w3.org/TR/CSS22/generate.html",
18632
- "https://www.w3.org/TR/CSS22/page.html",
18633
- "https://www.w3.org/TR/CSS22/colors.html",
18634
- "https://www.w3.org/TR/CSS22/fonts.html",
18635
- "https://www.w3.org/TR/CSS22/text.html",
18636
- "https://www.w3.org/TR/CSS22/tables.html",
18637
- "https://www.w3.org/TR/CSS22/ui.html",
18638
- "https://www.w3.org/TR/CSS22/aural.html",
18639
- "https://www.w3.org/TR/CSS22/refs.html",
18640
- "https://www.w3.org/TR/CSS22/changes.html",
18641
- "https://www.w3.org/TR/CSS22/sample.html",
18642
- "https://www.w3.org/TR/CSS22/zindex.html",
18643
- "https://www.w3.org/TR/CSS22/propidx.html",
18644
- "https://www.w3.org/TR/CSS22/grammar.html",
18645
- "https://www.w3.org/TR/CSS22/indexlist.html"
18609
+ "https://www.w3.org/TR/CSS2/about.html",
18610
+ "https://www.w3.org/TR/CSS2/intro.html",
18611
+ "https://www.w3.org/TR/CSS2/conform.html",
18612
+ "https://www.w3.org/TR/CSS2/syndata.html",
18613
+ "https://www.w3.org/TR/CSS2/selector.html",
18614
+ "https://www.w3.org/TR/CSS2/cascade.html",
18615
+ "https://www.w3.org/TR/CSS2/media.html",
18616
+ "https://www.w3.org/TR/CSS2/box.html",
18617
+ "https://www.w3.org/TR/CSS2/visuren.html",
18618
+ "https://www.w3.org/TR/CSS2/visudet.html",
18619
+ "https://www.w3.org/TR/CSS2/visufx.html",
18620
+ "https://www.w3.org/TR/CSS2/generate.html",
18621
+ "https://www.w3.org/TR/CSS2/page.html",
18622
+ "https://www.w3.org/TR/CSS2/colors.html",
18623
+ "https://www.w3.org/TR/CSS2/fonts.html",
18624
+ "https://www.w3.org/TR/CSS2/text.html",
18625
+ "https://www.w3.org/TR/CSS2/tables.html",
18626
+ "https://www.w3.org/TR/CSS2/ui.html",
18627
+ "https://www.w3.org/TR/CSS2/aural.html",
18628
+ "https://www.w3.org/TR/CSS2/refs.html",
18629
+ "https://www.w3.org/TR/CSS2/changes.html",
18630
+ "https://www.w3.org/TR/CSS2/sample.html",
18631
+ "https://www.w3.org/TR/CSS2/zindex.html",
18632
+ "https://www.w3.org/TR/CSS2/propidx.html",
18633
+ "https://www.w3.org/TR/CSS2/grammar.html",
18634
+ "https://www.w3.org/TR/CSS2/indexlist.html"
18646
18635
  ],
18647
18636
  "filename": "Overview.html"
18648
18637
  },
18649
- "title": "Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification",
18650
18638
  "source": "w3c",
18651
- "shortTitle": "CSS 2.2",
18652
18639
  "categories": [
18653
18640
  "browser"
18654
18641
  ],
@@ -26103,7 +26090,8 @@
26103
26090
  "wasm-core-2-fork-memory64",
26104
26091
  "wasm-core-2-fork-multi-memory",
26105
26092
  "wasm-core-2-fork-tail-call",
26106
- "wasm-core-2-fork-threads"
26093
+ "wasm-core-2-fork-threads",
26094
+ "wasm-core-2-fork-wide-arithmetic"
26107
26095
  ],
26108
26096
  "organization": "W3C",
26109
26097
  "groups": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.39.0",
3
+ "version": "3.41.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",