web-specs 2.78.0 → 3.0.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 (3) hide show
  1. package/README.md +19 -3
  2. package/index.json +511 -29
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -10,6 +10,7 @@ cross-references, WebIDL, quality, etc.
10
10
  ## Table of Contents
11
11
 
12
12
  - [Installation and usage](#installation-and-usage)
13
+ - [Upgrading](#upgrading)
13
14
  <!-- COMMON-TOC: start -->
14
15
  - [Spec object](#spec-object)
15
16
  - [`url`](#url)
@@ -78,6 +79,15 @@ console.log(JSON.stringify(specs, null, 2));
78
79
  Alternatively, you can fetch [`index.json`](https://w3c.github.io/browser-specs/index.json)
79
80
  or retrieve the list from the [`web-specs@latest` branch](https://github.com/w3c/browser-specs/tree/web-specs%40latest).
80
81
 
82
+ ## Upgrading
83
+
84
+ The only breaking change in version `3.x` is that some spec entries may not
85
+ have a `nightly` property. This happens for specs that are not public. An
86
+ example of a non public spec is an ISO standard. In such cases, the `url`
87
+ property targets the public page that describes the spec on the standardization
88
+ organization's web site. To upgrade from version `2.x` to version `3.x`, make
89
+ sure that your code can handle specs without a `nightly` property.
90
+
81
91
  <!-- COMMON-BODY: start -->
82
92
  ## Spec object
83
93
 
@@ -133,7 +143,10 @@ Each specification in the list comes with the following properties:
133
143
 
134
144
  The versioned (but not dated) URL for the spec. For W3C specs published as
135
145
  TR documents, this is the TR URL. For WHATWG specs, this is the URL of the
136
- living standard. In other cases, this is the URL of the latest Editor's Draft.
146
+ living standard. For specs developed by an organization that does not provide
147
+ a public version of the spec such as ISO, this is the URL of the page that
148
+ describes the spec on the organization's web site. In other cases, this is the
149
+ URL of the latest Editor's Draft.
137
150
 
138
151
  The URL should be relatively stable but may still change over time. See
139
152
  [Spec identifiers](#spec-identifiers) for details.
@@ -327,7 +340,8 @@ for all specifications in the CSS Fonts series.
327
340
  For specs that are not part of a series of specs, this matches the
328
341
  [`nightly.url`](#nightlyurl) property.
329
342
 
330
- The `nightlyUrl` property is always set.
343
+ The `nightlyUrl` property is always set when the [`nightly`](#nightly) property
344
+ is set.
331
345
 
332
346
 
333
347
  ### `seriesVersion`
@@ -454,7 +468,9 @@ The `pages` property is only set for specs identified as multipage specs.
454
468
  An object that represents the latest Editor's Draft of the spec, or the living
455
469
  standard when the concept of Editor's Draft does not exist.
456
470
 
457
- The `nightly` property is always set.
471
+ The `nightly` property is always set unless the spec does not have a public
472
+ version available through a URL. For instance, ISO specs are not publicly
473
+ available.
458
474
 
459
475
 
460
476
  #### `nightly.url`
package/index.json CHANGED
@@ -6483,6 +6483,80 @@
6483
6483
  ]
6484
6484
  }
6485
6485
  },
6486
+ {
6487
+ "url": "https://webassembly.github.io/branch-hinting/core/bikeshed/",
6488
+ "seriesComposition": "fork",
6489
+ "shortname": "wasm-core-2-fork-branch-hinting",
6490
+ "series": {
6491
+ "shortname": "wasm-core",
6492
+ "currentSpecification": "wasm-core-2",
6493
+ "title": "WebAssembly Core",
6494
+ "shortTitle": "WebAssembly Core",
6495
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6496
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6497
+ },
6498
+ "seriesVersion": "2",
6499
+ "forkOf": "wasm-core-2",
6500
+ "title": "WebAssembly Core: Branch Hinting",
6501
+ "organization": "W3C",
6502
+ "groups": [
6503
+ {
6504
+ "name": "WebAssembly Community Group",
6505
+ "url": "https://www.w3.org/community/webassembly/"
6506
+ }
6507
+ ],
6508
+ "nightly": {
6509
+ "url": "https://webassembly.github.io/branch-hinting/core/bikeshed/",
6510
+ "status": "Editor's Draft",
6511
+ "alternateUrls": [],
6512
+ "repository": "https://github.com/WebAssembly/branch-hinting",
6513
+ "sourcePath": "document/core/index.bs",
6514
+ "filename": "index.html"
6515
+ },
6516
+ "source": "spec",
6517
+ "shortTitle": "WebAssembly Core: Branch Hinting",
6518
+ "categories": [
6519
+ "browser"
6520
+ ],
6521
+ "standing": "good"
6522
+ },
6523
+ {
6524
+ "url": "https://webassembly.github.io/content-security-policy/js-api/",
6525
+ "seriesComposition": "fork",
6526
+ "shortname": "wasm-js-api-2-fork-content-security-policy",
6527
+ "series": {
6528
+ "shortname": "wasm-js-api",
6529
+ "currentSpecification": "wasm-js-api-2",
6530
+ "title": "WebAssembly JavaScript Interface",
6531
+ "shortTitle": "WebAssembly JavaScript Interface",
6532
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6533
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6534
+ },
6535
+ "seriesVersion": "2",
6536
+ "forkOf": "wasm-js-api-2",
6537
+ "title": "WebAssembly JavaScript Interface: Content Security Policy",
6538
+ "organization": "W3C",
6539
+ "groups": [
6540
+ {
6541
+ "name": "WebAssembly Community Group",
6542
+ "url": "https://www.w3.org/community/webassembly/"
6543
+ }
6544
+ ],
6545
+ "nightly": {
6546
+ "url": "https://webassembly.github.io/content-security-policy/js-api/",
6547
+ "status": "Editor's Draft",
6548
+ "alternateUrls": [],
6549
+ "repository": "https://github.com/WebAssembly/content-security-policy",
6550
+ "sourcePath": "document/js-api/index.bs",
6551
+ "filename": "index.html"
6552
+ },
6553
+ "source": "spec",
6554
+ "shortTitle": "WebAssembly JavaScript Interface: Content Security Policy",
6555
+ "categories": [
6556
+ "browser"
6557
+ ],
6558
+ "standing": "good"
6559
+ },
6486
6560
  {
6487
6561
  "url": "https://webassembly.github.io/exception-handling/js-api/",
6488
6562
  "seriesComposition": "fork",
@@ -6520,20 +6594,98 @@
6520
6594
  ],
6521
6595
  "standing": "good"
6522
6596
  },
6597
+ {
6598
+ "url": "https://webassembly.github.io/extended-const/core/bikeshed/",
6599
+ "seriesComposition": "fork",
6600
+ "shortname": "wasm-core-2-fork-extended-const",
6601
+ "series": {
6602
+ "shortname": "wasm-core",
6603
+ "currentSpecification": "wasm-core-2",
6604
+ "title": "WebAssembly Core",
6605
+ "shortTitle": "WebAssembly Core",
6606
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6607
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6608
+ },
6609
+ "seriesVersion": "2",
6610
+ "forkOf": "wasm-core-2",
6611
+ "title": "WebAssembly Core: Extended Const Expressions",
6612
+ "organization": "W3C",
6613
+ "groups": [
6614
+ {
6615
+ "name": "WebAssembly Community Group",
6616
+ "url": "https://www.w3.org/community/webassembly/"
6617
+ }
6618
+ ],
6619
+ "nightly": {
6620
+ "url": "https://webassembly.github.io/extended-const/core/bikeshed/",
6621
+ "status": "Editor's Draft",
6622
+ "alternateUrls": [],
6623
+ "repository": "https://github.com/WebAssembly/extended-const",
6624
+ "sourcePath": "document/core/index.bs",
6625
+ "filename": "index.html"
6626
+ },
6627
+ "source": "spec",
6628
+ "shortTitle": "WebAssembly Core: Extended Const Expressions",
6629
+ "categories": [
6630
+ "browser"
6631
+ ],
6632
+ "standing": "good"
6633
+ },
6634
+ {
6635
+ "url": "https://webassembly.github.io/function-references/core/bikeshed/",
6636
+ "seriesComposition": "fork",
6637
+ "shortname": "wasm-core-2-fork-function-references",
6638
+ "series": {
6639
+ "shortname": "wasm-core",
6640
+ "currentSpecification": "wasm-core-2",
6641
+ "title": "WebAssembly Core",
6642
+ "shortTitle": "WebAssembly Core",
6643
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6644
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6645
+ },
6646
+ "seriesVersion": "2",
6647
+ "forkOf": "wasm-core-2",
6648
+ "title": "WebAssembly Core: Function Reference Types",
6649
+ "organization": "W3C",
6650
+ "groups": [
6651
+ {
6652
+ "name": "WebAssembly Community Group",
6653
+ "url": "https://www.w3.org/community/webassembly/"
6654
+ }
6655
+ ],
6656
+ "nightly": {
6657
+ "url": "https://webassembly.github.io/function-references/core/bikeshed/",
6658
+ "status": "Editor's Draft",
6659
+ "alternateUrls": [],
6660
+ "repository": "https://github.com/WebAssembly/function-references",
6661
+ "sourcePath": "document/core/index.bs",
6662
+ "filename": "index.html"
6663
+ },
6664
+ "source": "spec",
6665
+ "shortTitle": "WebAssembly Core: Function Reference Types",
6666
+ "categories": [
6667
+ "browser"
6668
+ ],
6669
+ "standing": "good"
6670
+ },
6523
6671
  {
6524
6672
  "url": "https://webassembly.github.io/gc/core/bikeshed/",
6525
6673
  "seriesComposition": "fork",
6526
- "shortname": "wasm-core-1-fork-gc",
6674
+ "shortname": "wasm-core-2-fork-gc",
6527
6675
  "series": {
6528
6676
  "shortname": "wasm-core",
6529
- "currentSpecification": "wasm-core-1",
6677
+ "currentSpecification": "wasm-core-2",
6530
6678
  "title": "WebAssembly Core",
6531
6679
  "shortTitle": "WebAssembly Core",
6532
6680
  "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6533
6681
  "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6534
6682
  },
6535
- "seriesVersion": "1",
6536
- "forkOf": "wasm-core-1",
6683
+ "seriesVersion": "2",
6684
+ "forkOf": "wasm-core-2",
6685
+ "title": "WebAssembly Core: Garbage Collection",
6686
+ "formerNames": [
6687
+ "wasm-core-1-fork-gc"
6688
+ ],
6537
6689
  "organization": "W3C",
6538
6690
  "groups": [
6539
6691
  {
@@ -6549,9 +6701,267 @@
6549
6701
  "sourcePath": "document/core/index.bs",
6550
6702
  "filename": "index.html"
6551
6703
  },
6552
- "title": "WebAssembly Core Specification",
6553
6704
  "source": "spec",
6554
- "shortTitle": "WebAssembly Core",
6705
+ "shortTitle": "WebAssembly Core: Garbage Collection",
6706
+ "categories": [
6707
+ "browser"
6708
+ ],
6709
+ "standing": "good"
6710
+ },
6711
+ {
6712
+ "url": "https://webassembly.github.io/js-promise-integration/js-api/",
6713
+ "seriesComposition": "fork",
6714
+ "shortname": "wasm-js-api-2-fork-js-promise-integration",
6715
+ "series": {
6716
+ "shortname": "wasm-js-api",
6717
+ "currentSpecification": "wasm-js-api-2",
6718
+ "title": "WebAssembly JavaScript Interface",
6719
+ "shortTitle": "WebAssembly JavaScript Interface",
6720
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6721
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6722
+ },
6723
+ "seriesVersion": "2",
6724
+ "forkOf": "wasm-js-api-2",
6725
+ "title": "WebAssembly JavaScript Interface: Promise Integration",
6726
+ "organization": "W3C",
6727
+ "groups": [
6728
+ {
6729
+ "name": "WebAssembly Community Group",
6730
+ "url": "https://www.w3.org/community/webassembly/"
6731
+ }
6732
+ ],
6733
+ "nightly": {
6734
+ "url": "https://webassembly.github.io/js-promise-integration/js-api/",
6735
+ "status": "Editor's Draft",
6736
+ "alternateUrls": [],
6737
+ "repository": "https://github.com/WebAssembly/js-promise-integration",
6738
+ "sourcePath": "document/js-api/index.bs",
6739
+ "filename": "index.html"
6740
+ },
6741
+ "source": "spec",
6742
+ "shortTitle": "WebAssembly JavaScript Interface: Promise Integration",
6743
+ "categories": [
6744
+ "browser"
6745
+ ],
6746
+ "standing": "good"
6747
+ },
6748
+ {
6749
+ "url": "https://webassembly.github.io/js-types/js-api/",
6750
+ "seriesComposition": "fork",
6751
+ "shortname": "wasm-js-api-2-fork-js-types",
6752
+ "series": {
6753
+ "shortname": "wasm-js-api",
6754
+ "currentSpecification": "wasm-js-api-2",
6755
+ "title": "WebAssembly JavaScript Interface",
6756
+ "shortTitle": "WebAssembly JavaScript Interface",
6757
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6758
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6759
+ },
6760
+ "seriesVersion": "2",
6761
+ "forkOf": "wasm-js-api-2",
6762
+ "title": "WebAssembly JavaScript Interface: Type Reflection",
6763
+ "organization": "W3C",
6764
+ "groups": [
6765
+ {
6766
+ "name": "WebAssembly Community Group",
6767
+ "url": "https://www.w3.org/community/webassembly/"
6768
+ }
6769
+ ],
6770
+ "nightly": {
6771
+ "url": "https://webassembly.github.io/js-types/js-api/",
6772
+ "status": "Editor's Draft",
6773
+ "alternateUrls": [],
6774
+ "repository": "https://github.com/WebAssembly/js-types",
6775
+ "sourcePath": "document/js-api/index.bs",
6776
+ "filename": "index.html"
6777
+ },
6778
+ "source": "spec",
6779
+ "shortTitle": "WebAssembly JavaScript Interface: Type Reflection",
6780
+ "categories": [
6781
+ "browser"
6782
+ ],
6783
+ "standing": "good"
6784
+ },
6785
+ {
6786
+ "url": "https://webassembly.github.io/memory64/core/bikeshed/",
6787
+ "seriesComposition": "fork",
6788
+ "shortname": "wasm-core-2-fork-memory64",
6789
+ "series": {
6790
+ "shortname": "wasm-core",
6791
+ "currentSpecification": "wasm-core-2",
6792
+ "title": "WebAssembly Core",
6793
+ "shortTitle": "WebAssembly Core",
6794
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6795
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6796
+ },
6797
+ "seriesVersion": "2",
6798
+ "forkOf": "wasm-core-2",
6799
+ "title": "WebAssembly Core: Memory64",
6800
+ "organization": "W3C",
6801
+ "groups": [
6802
+ {
6803
+ "name": "WebAssembly Community Group",
6804
+ "url": "https://www.w3.org/community/webassembly/"
6805
+ }
6806
+ ],
6807
+ "nightly": {
6808
+ "url": "https://webassembly.github.io/memory64/core/bikeshed/",
6809
+ "status": "Editor's Draft",
6810
+ "alternateUrls": [],
6811
+ "repository": "https://github.com/WebAssembly/memory64",
6812
+ "sourcePath": "document/core/index.bs",
6813
+ "filename": "index.html"
6814
+ },
6815
+ "source": "spec",
6816
+ "shortTitle": "WebAssembly Core: Memory64",
6817
+ "categories": [
6818
+ "browser"
6819
+ ],
6820
+ "standing": "good"
6821
+ },
6822
+ {
6823
+ "url": "https://webassembly.github.io/multi-memory/core/bikeshed/",
6824
+ "seriesComposition": "fork",
6825
+ "shortname": "wasm-core-2-fork-multi-memory",
6826
+ "series": {
6827
+ "shortname": "wasm-core",
6828
+ "currentSpecification": "wasm-core-2",
6829
+ "title": "WebAssembly Core",
6830
+ "shortTitle": "WebAssembly Core",
6831
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6832
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6833
+ },
6834
+ "seriesVersion": "2",
6835
+ "forkOf": "wasm-core-2",
6836
+ "title": "WebAssembly Core: Multi Memory",
6837
+ "organization": "W3C",
6838
+ "groups": [
6839
+ {
6840
+ "name": "WebAssembly Community Group",
6841
+ "url": "https://www.w3.org/community/webassembly/"
6842
+ }
6843
+ ],
6844
+ "nightly": {
6845
+ "url": "https://webassembly.github.io/multi-memory/core/bikeshed/",
6846
+ "status": "Editor's Draft",
6847
+ "alternateUrls": [],
6848
+ "repository": "https://github.com/WebAssembly/multi-memory",
6849
+ "sourcePath": "document/core/index.bs",
6850
+ "filename": "index.html"
6851
+ },
6852
+ "source": "spec",
6853
+ "shortTitle": "WebAssembly Core: Multi Memory",
6854
+ "categories": [
6855
+ "browser"
6856
+ ],
6857
+ "standing": "good"
6858
+ },
6859
+ {
6860
+ "url": "https://webassembly.github.io/tail-call/core/bikeshed/",
6861
+ "seriesComposition": "fork",
6862
+ "shortname": "wasm-core-2-fork-tail-call",
6863
+ "series": {
6864
+ "shortname": "wasm-core",
6865
+ "currentSpecification": "wasm-core-2",
6866
+ "title": "WebAssembly Core",
6867
+ "shortTitle": "WebAssembly Core",
6868
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6869
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6870
+ },
6871
+ "seriesVersion": "2",
6872
+ "forkOf": "wasm-core-2",
6873
+ "title": "WebAssembly Core: Tail Call",
6874
+ "organization": "W3C",
6875
+ "groups": [
6876
+ {
6877
+ "name": "WebAssembly Community Group",
6878
+ "url": "https://www.w3.org/community/webassembly/"
6879
+ }
6880
+ ],
6881
+ "nightly": {
6882
+ "url": "https://webassembly.github.io/tail-call/core/bikeshed/",
6883
+ "status": "Editor's Draft",
6884
+ "alternateUrls": [],
6885
+ "repository": "https://github.com/WebAssembly/tail-call",
6886
+ "sourcePath": "document/core/index.bs",
6887
+ "filename": "index.html"
6888
+ },
6889
+ "source": "spec",
6890
+ "shortTitle": "WebAssembly Core: Tail Call",
6891
+ "categories": [
6892
+ "browser"
6893
+ ],
6894
+ "standing": "good"
6895
+ },
6896
+ {
6897
+ "url": "https://webassembly.github.io/threads/core/bikeshed/",
6898
+ "seriesComposition": "fork",
6899
+ "shortname": "wasm-core-2-fork-threads",
6900
+ "series": {
6901
+ "shortname": "wasm-core",
6902
+ "currentSpecification": "wasm-core-2",
6903
+ "title": "WebAssembly Core",
6904
+ "shortTitle": "WebAssembly Core",
6905
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6906
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6907
+ },
6908
+ "seriesVersion": "2",
6909
+ "forkOf": "wasm-core-2",
6910
+ "title": "WebAssembly Core: Threading",
6911
+ "organization": "W3C",
6912
+ "groups": [
6913
+ {
6914
+ "name": "WebAssembly Community Group",
6915
+ "url": "https://www.w3.org/community/webassembly/"
6916
+ }
6917
+ ],
6918
+ "nightly": {
6919
+ "url": "https://webassembly.github.io/threads/core/bikeshed/",
6920
+ "status": "Editor's Draft",
6921
+ "alternateUrls": [],
6922
+ "repository": "https://github.com/WebAssembly/threads",
6923
+ "sourcePath": "document/core/index.bs",
6924
+ "filename": "index.html"
6925
+ },
6926
+ "source": "spec",
6927
+ "shortTitle": "WebAssembly Core: Threading",
6928
+ "categories": [
6929
+ "browser"
6930
+ ],
6931
+ "standing": "good"
6932
+ },
6933
+ {
6934
+ "url": "https://webassembly.github.io/threads/js-api/",
6935
+ "seriesComposition": "fork",
6936
+ "shortname": "wasm-js-api-2-fork-threads",
6937
+ "series": {
6938
+ "shortname": "wasm-js-api",
6939
+ "currentSpecification": "wasm-js-api-2",
6940
+ "title": "WebAssembly JavaScript Interface",
6941
+ "shortTitle": "WebAssembly JavaScript Interface",
6942
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6943
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6944
+ },
6945
+ "seriesVersion": "2",
6946
+ "forkOf": "wasm-js-api-2",
6947
+ "title": "WebAssembly JavaScript Interface: Threading",
6948
+ "organization": "W3C",
6949
+ "groups": [
6950
+ {
6951
+ "name": "WebAssembly Community Group",
6952
+ "url": "https://www.w3.org/community/webassembly/"
6953
+ }
6954
+ ],
6955
+ "nightly": {
6956
+ "url": "https://webassembly.github.io/threads/js-api/",
6957
+ "status": "Editor's Draft",
6958
+ "alternateUrls": [],
6959
+ "repository": "https://github.com/WebAssembly/threads",
6960
+ "sourcePath": "document/js-api/index.bs",
6961
+ "filename": "index.html"
6962
+ },
6963
+ "source": "spec",
6964
+ "shortTitle": "WebAssembly JavaScript Interface: Threading",
6555
6965
  "categories": [
6556
6966
  "browser"
6557
6967
  ],
@@ -7234,13 +7644,7 @@
7234
7644
  "categories": [
7235
7645
  "browser"
7236
7646
  ],
7237
- "standing": "good",
7238
- "tests": {
7239
- "repository": "https://github.com/web-platform-tests/wpt",
7240
- "testPaths": [
7241
- "custom-state-pseudo-class"
7242
- ]
7243
- }
7647
+ "standing": "good"
7244
7648
  },
7245
7649
  {
7246
7650
  "url": "https://wicg.github.io/datacue/",
@@ -9737,6 +10141,31 @@
9737
10141
  ],
9738
10142
  "standing": "good"
9739
10143
  },
10144
+ {
10145
+ "url": "https://www.iso.org/standard/85253.html",
10146
+ "seriesComposition": "full",
10147
+ "shortname": "iso18181-2",
10148
+ "series": {
10149
+ "shortname": "iso18181-2",
10150
+ "currentSpecification": "iso18181-2",
10151
+ "title": "Information technology — JPEG XL image coding system — Part 2: File format",
10152
+ "shortTitle": "JPEG XL: File Format"
10153
+ },
10154
+ "shortTitle": "JPEG XL: File Format",
10155
+ "organization": "ISO/IEC",
10156
+ "groups": [
10157
+ {
10158
+ "name": "ISO/IEC JTC 1/SC 29",
10159
+ "url": "https://www.iso.org/committee/45316.html"
10160
+ }
10161
+ ],
10162
+ "title": "Information technology — JPEG XL image coding system — Part 2: File format",
10163
+ "source": "specref",
10164
+ "categories": [
10165
+ "browser"
10166
+ ],
10167
+ "standing": "good"
10168
+ },
9740
10169
  {
9741
10170
  "url": "https://www.rfc-editor.org/rfc/rfc2397",
9742
10171
  "seriesComposition": "full",
@@ -16519,6 +16948,9 @@
16519
16948
  "nightlyUrl": "https://drafts.csswg.org/css-viewport/"
16520
16949
  },
16521
16950
  "seriesVersion": "1",
16951
+ "formerNames": [
16952
+ "css-viewport"
16953
+ ],
16522
16954
  "organization": "W3C",
16523
16955
  "groups": [
16524
16956
  {
@@ -23381,6 +23813,45 @@
23381
23813
  ]
23382
23814
  }
23383
23815
  },
23816
+ {
23817
+ "url": "https://www.w3.org/TR/vc-data-model-2.0/",
23818
+ "seriesComposition": "full",
23819
+ "shortname": "vc-data-model-2.0",
23820
+ "series": {
23821
+ "shortname": "vc-data-model",
23822
+ "currentSpecification": "vc-data-model-2.0",
23823
+ "title": "Verifiable Credentials Data Model",
23824
+ "shortTitle": "Verifiable Credentials Data Model",
23825
+ "releaseUrl": "https://www.w3.org/TR/vc-data-model/",
23826
+ "nightlyUrl": "https://w3c.github.io/vc-data-model/"
23827
+ },
23828
+ "seriesVersion": "2.0",
23829
+ "categories": [],
23830
+ "organization": "W3C",
23831
+ "groups": [
23832
+ {
23833
+ "name": "Verifiable Credentials Working Group",
23834
+ "url": "https://www.w3.org/2017/vc/"
23835
+ }
23836
+ ],
23837
+ "release": {
23838
+ "url": "https://www.w3.org/TR/vc-data-model-2.0/",
23839
+ "status": "Candidate Recommendation Draft",
23840
+ "filename": "Overview.html"
23841
+ },
23842
+ "nightly": {
23843
+ "url": "https://w3c.github.io/vc-data-model/",
23844
+ "status": "Editor's Draft",
23845
+ "alternateUrls": [],
23846
+ "repository": "https://github.com/w3c/vc-data-model",
23847
+ "sourcePath": "index.html",
23848
+ "filename": "index.html"
23849
+ },
23850
+ "title": "Verifiable Credentials Data Model v2.0",
23851
+ "source": "w3c",
23852
+ "shortTitle": "Verifiable Credentials Data Model v2.0",
23853
+ "standing": "good"
23854
+ },
23384
23855
  {
23385
23856
  "url": "https://www.w3.org/TR/vibration/",
23386
23857
  "seriesComposition": "full",
@@ -23564,18 +24035,26 @@
23564
24035
  }
23565
24036
  },
23566
24037
  {
23567
- "url": "https://www.w3.org/TR/wasm-core-1/",
24038
+ "url": "https://www.w3.org/TR/wasm-core-2/",
23568
24039
  "seriesComposition": "full",
23569
- "shortname": "wasm-core-1",
24040
+ "shortname": "wasm-core-2",
23570
24041
  "series": {
23571
24042
  "shortname": "wasm-core",
23572
- "currentSpecification": "wasm-core-1",
24043
+ "currentSpecification": "wasm-core-2",
23573
24044
  "title": "WebAssembly Core",
23574
24045
  "shortTitle": "WebAssembly Core",
23575
24046
  "releaseUrl": "https://www.w3.org/TR/wasm-core/",
23576
24047
  "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
23577
24048
  },
23578
- "seriesVersion": "1",
24049
+ "seriesVersion": "2",
24050
+ "nightly": {
24051
+ "url": "https://webassembly.github.io/spec/core/bikeshed/",
24052
+ "status": "Editor's Draft",
24053
+ "alternateUrls": [],
24054
+ "repository": "https://github.com/WebAssembly/spec",
24055
+ "sourcePath": "document/core/index.bs",
24056
+ "filename": "index.html"
24057
+ },
23579
24058
  "tests": {
23580
24059
  "repository": "https://github.com/WebAssembly/spec/",
23581
24060
  "testPaths": [
@@ -23583,7 +24062,14 @@
23583
24062
  ]
23584
24063
  },
23585
24064
  "forks": [
23586
- "wasm-core-1-fork-gc"
24065
+ "wasm-core-2-fork-branch-hinting",
24066
+ "wasm-core-2-fork-extended-const",
24067
+ "wasm-core-2-fork-function-references",
24068
+ "wasm-core-2-fork-gc",
24069
+ "wasm-core-2-fork-memory64",
24070
+ "wasm-core-2-fork-multi-memory",
24071
+ "wasm-core-2-fork-tail-call",
24072
+ "wasm-core-2-fork-threads"
23587
24073
  ],
23588
24074
  "organization": "W3C",
23589
24075
  "groups": [
@@ -23593,18 +24079,10 @@
23593
24079
  }
23594
24080
  ],
23595
24081
  "release": {
23596
- "url": "https://www.w3.org/TR/wasm-core-1/",
23597
- "status": "Recommendation",
24082
+ "url": "https://www.w3.org/TR/wasm-core-2/",
24083
+ "status": "First Public Working Draft",
23598
24084
  "filename": "Overview.html"
23599
24085
  },
23600
- "nightly": {
23601
- "url": "https://webassembly.github.io/spec/core/bikeshed/",
23602
- "status": "Editor's Draft",
23603
- "alternateUrls": [],
23604
- "repository": "https://github.com/WebAssembly/spec",
23605
- "sourcePath": "document/core/index.bs",
23606
- "filename": "index.html"
23607
- },
23608
24086
  "title": "WebAssembly Core Specification",
23609
24087
  "source": "w3c",
23610
24088
  "shortTitle": "WebAssembly Core",
@@ -23627,7 +24105,11 @@
23627
24105
  },
23628
24106
  "seriesVersion": "2",
23629
24107
  "forks": [
23630
- "wasm-js-api-2-fork-exception-handling"
24108
+ "wasm-js-api-2-fork-content-security-policy",
24109
+ "wasm-js-api-2-fork-exception-handling",
24110
+ "wasm-js-api-2-fork-js-promise-integration",
24111
+ "wasm-js-api-2-fork-js-types",
24112
+ "wasm-js-api-2-fork-threads"
23631
24113
  ],
23632
24114
  "organization": "W3C",
23633
24115
  "groups": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.78.0",
3
+ "version": "3.0.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",