browser-specs 4.37.0 → 4.38.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 +87 -3
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5762,6 +5762,40 @@
5762
5762
  "browser"
5763
5763
  ]
5764
5764
  },
5765
+ {
5766
+ "url": "https://w3c.github.io/webappsec-dbsc/",
5767
+ "seriesComposition": "full",
5768
+ "shortname": "dbsc",
5769
+ "series": {
5770
+ "shortname": "dbsc",
5771
+ "currentSpecification": "dbsc",
5772
+ "title": "Device Bound Session Credentials",
5773
+ "shortTitle": "Device Bound Session Credentials",
5774
+ "nightlyUrl": "https://w3c.github.io/webappsec-dbsc/"
5775
+ },
5776
+ "organization": "W3C",
5777
+ "groups": [
5778
+ {
5779
+ "name": "Web Application Security Working Group",
5780
+ "url": "https://www.w3.org/groups/wg/webappsec/"
5781
+ }
5782
+ ],
5783
+ "nightly": {
5784
+ "url": "https://w3c.github.io/webappsec-dbsc/",
5785
+ "status": "Editor's Draft",
5786
+ "alternateUrls": [],
5787
+ "repository": "https://github.com/w3c/webappsec-dbsc",
5788
+ "sourcePath": "spec.bs",
5789
+ "filename": "index.html"
5790
+ },
5791
+ "title": "Device Bound Session Credentials",
5792
+ "source": "spec",
5793
+ "shortTitle": "Device Bound Session Credentials",
5794
+ "categories": [
5795
+ "browser"
5796
+ ],
5797
+ "standing": "good"
5798
+ },
5765
5799
  {
5766
5800
  "url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
5767
5801
  "seriesComposition": "full",
@@ -6394,6 +6428,43 @@
6394
6428
  ],
6395
6429
  "standing": "good"
6396
6430
  },
6431
+ {
6432
+ "url": "https://webassembly.github.io/wide-arithmetic/core/bikeshed/",
6433
+ "seriesComposition": "fork",
6434
+ "shortname": "wasm-core-2-fork-wide-arithmetic",
6435
+ "series": {
6436
+ "shortname": "wasm-core",
6437
+ "currentSpecification": "wasm-core-2",
6438
+ "title": "WebAssembly Core",
6439
+ "shortTitle": "WebAssembly Core",
6440
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6441
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6442
+ },
6443
+ "seriesVersion": "2",
6444
+ "forkOf": "wasm-core-2",
6445
+ "title": "WebAssembly Core: Wide Arithmetic",
6446
+ "organization": "W3C",
6447
+ "groups": [
6448
+ {
6449
+ "name": "WebAssembly Community Group",
6450
+ "url": "https://www.w3.org/community/webassembly/"
6451
+ }
6452
+ ],
6453
+ "nightly": {
6454
+ "url": "https://webassembly.github.io/wide-arithmetic/core/bikeshed/",
6455
+ "status": "Editor's Draft",
6456
+ "alternateUrls": [],
6457
+ "repository": "https://github.com/WebAssembly/wide-arithmetic",
6458
+ "sourcePath": "document/core/index.bs",
6459
+ "filename": "index.html"
6460
+ },
6461
+ "source": "spec",
6462
+ "shortTitle": "WebAssembly Core: Wide Arithmetic",
6463
+ "categories": [
6464
+ "browser"
6465
+ ],
6466
+ "standing": "good"
6467
+ },
6397
6468
  {
6398
6469
  "url": "https://webaudio.github.io/web-speech-api/",
6399
6470
  "seriesComposition": "full",
@@ -16578,7 +16649,13 @@
16578
16649
  "categories": [
16579
16650
  "browser"
16580
16651
  ],
16581
- "standing": "good"
16652
+ "standing": "good",
16653
+ "tests": {
16654
+ "repository": "https://github.com/web-platform-tests/wpt",
16655
+ "testPaths": [
16656
+ "css/css-view-transitions"
16657
+ ]
16658
+ }
16582
16659
  },
16583
16660
  {
16584
16661
  "url": "https://www.w3.org/TR/css-view-transitions-2/",
@@ -16622,7 +16699,13 @@
16622
16699
  "categories": [
16623
16700
  "browser"
16624
16701
  ],
16625
- "standing": "good"
16702
+ "standing": "good",
16703
+ "tests": {
16704
+ "repository": "https://github.com/web-platform-tests/wpt",
16705
+ "testPaths": [
16706
+ "css/css-view-transitions"
16707
+ ]
16708
+ }
16626
16709
  },
16627
16710
  {
16628
16711
  "url": "https://www.w3.org/TR/css-viewport-1/",
@@ -22825,7 +22908,8 @@
22825
22908
  "wasm-core-2-fork-memory64",
22826
22909
  "wasm-core-2-fork-multi-memory",
22827
22910
  "wasm-core-2-fork-tail-call",
22828
- "wasm-core-2-fork-threads"
22911
+ "wasm-core-2-fork-threads",
22912
+ "wasm-core-2-fork-wide-arithmetic"
22829
22913
  ],
22830
22914
  "organization": "W3C",
22831
22915
  "groups": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.37.0",
3
+ "version": "4.38.0",
4
4
  "description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
5
5
  "repository": {
6
6
  "type": "git",