browser-specs 3.74.0 → 4.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 +472 -29
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,7 @@ cross-references, WebIDL, quality, etc.
11
11
  ## Table of Contents
12
12
 
13
13
  - [Installation and usage](#installation-and-usage)
14
+ - [Upgrading](#upgrading)
14
15
  <!-- COMMON-TOC: start -->
15
16
  - [Spec object](#spec-object)
16
17
  - [`url`](#url)
@@ -80,6 +81,15 @@ or retrieve the list from the [`web-specs@latest` branch](https://github.com/w3c
80
81
  and filter the resulting list to only preserve specs that have `"browser"` in
81
82
  their `categories` property.
82
83
 
84
+ ## Upgrading
85
+
86
+ The only breaking change in version `4.x` is that some spec entries may not
87
+ have a `nightly` property. This happens for specs that are not public. An
88
+ example of a non public spec is an ISO standard. In such cases, the `url`
89
+ property targets the public page that describes the spec on the standardization
90
+ organization's web site. To upgrade from version `3.x` to version `4.x`, make
91
+ sure that your code can handle specs without a `nightly` property.
92
+
83
93
  <!-- COMMON-BODY: start -->
84
94
  ## Spec object
85
95
 
@@ -135,7 +145,10 @@ Each specification in the list comes with the following properties:
135
145
 
136
146
  The versioned (but not dated) URL for the spec. For W3C specs published as
137
147
  TR documents, this is the TR URL. For WHATWG specs, this is the URL of the
138
- living standard. In other cases, this is the URL of the latest Editor's Draft.
148
+ living standard. For specs developed by an organization that does not provide
149
+ a public version of the spec such as ISO, this is the URL of the page that
150
+ describes the spec on the organization's web site. In other cases, this is the
151
+ URL of the latest Editor's Draft.
139
152
 
140
153
  The URL should be relatively stable but may still change over time. See
141
154
  [Spec identifiers](#spec-identifiers) for details.
@@ -329,7 +342,8 @@ for all specifications in the CSS Fonts series.
329
342
  For specs that are not part of a series of specs, this matches the
330
343
  [`nightly.url`](#nightlyurl) property.
331
344
 
332
- The `nightlyUrl` property is always set.
345
+ The `nightlyUrl` property is always set when the [`nightly`](#nightly) property
346
+ is set.
333
347
 
334
348
 
335
349
  ### `seriesVersion`
@@ -456,7 +470,9 @@ The `pages` property is only set for specs identified as multipage specs.
456
470
  An object that represents the latest Editor's Draft of the spec, or the living
457
471
  standard when the concept of Editor's Draft does not exist.
458
472
 
459
- The `nightly` property is always set.
473
+ The `nightly` property is always set unless the spec does not have a public
474
+ version available through a URL. For instance, ISO specs are not publicly
475
+ available.
460
476
 
461
477
 
462
478
  #### `nightly.url`
package/index.json CHANGED
@@ -5708,6 +5708,80 @@
5708
5708
  ]
5709
5709
  }
5710
5710
  },
5711
+ {
5712
+ "url": "https://webassembly.github.io/branch-hinting/core/bikeshed/",
5713
+ "seriesComposition": "fork",
5714
+ "shortname": "wasm-core-2-fork-branch-hinting",
5715
+ "series": {
5716
+ "shortname": "wasm-core",
5717
+ "currentSpecification": "wasm-core-2",
5718
+ "title": "WebAssembly Core",
5719
+ "shortTitle": "WebAssembly Core",
5720
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
5721
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
5722
+ },
5723
+ "seriesVersion": "2",
5724
+ "forkOf": "wasm-core-2",
5725
+ "title": "WebAssembly Core: Branch Hinting",
5726
+ "organization": "W3C",
5727
+ "groups": [
5728
+ {
5729
+ "name": "WebAssembly Community Group",
5730
+ "url": "https://www.w3.org/community/webassembly/"
5731
+ }
5732
+ ],
5733
+ "nightly": {
5734
+ "url": "https://webassembly.github.io/branch-hinting/core/bikeshed/",
5735
+ "status": "Editor's Draft",
5736
+ "alternateUrls": [],
5737
+ "repository": "https://github.com/WebAssembly/branch-hinting",
5738
+ "sourcePath": "document/core/index.bs",
5739
+ "filename": "index.html"
5740
+ },
5741
+ "source": "spec",
5742
+ "shortTitle": "WebAssembly Core: Branch Hinting",
5743
+ "categories": [
5744
+ "browser"
5745
+ ],
5746
+ "standing": "good"
5747
+ },
5748
+ {
5749
+ "url": "https://webassembly.github.io/content-security-policy/js-api/",
5750
+ "seriesComposition": "fork",
5751
+ "shortname": "wasm-js-api-2-fork-content-security-policy",
5752
+ "series": {
5753
+ "shortname": "wasm-js-api",
5754
+ "currentSpecification": "wasm-js-api-2",
5755
+ "title": "WebAssembly JavaScript Interface",
5756
+ "shortTitle": "WebAssembly JavaScript Interface",
5757
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
5758
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
5759
+ },
5760
+ "seriesVersion": "2",
5761
+ "forkOf": "wasm-js-api-2",
5762
+ "title": "WebAssembly JavaScript Interface: Content Security Policy",
5763
+ "organization": "W3C",
5764
+ "groups": [
5765
+ {
5766
+ "name": "WebAssembly Community Group",
5767
+ "url": "https://www.w3.org/community/webassembly/"
5768
+ }
5769
+ ],
5770
+ "nightly": {
5771
+ "url": "https://webassembly.github.io/content-security-policy/js-api/",
5772
+ "status": "Editor's Draft",
5773
+ "alternateUrls": [],
5774
+ "repository": "https://github.com/WebAssembly/content-security-policy",
5775
+ "sourcePath": "document/js-api/index.bs",
5776
+ "filename": "index.html"
5777
+ },
5778
+ "source": "spec",
5779
+ "shortTitle": "WebAssembly JavaScript Interface: Content Security Policy",
5780
+ "categories": [
5781
+ "browser"
5782
+ ],
5783
+ "standing": "good"
5784
+ },
5711
5785
  {
5712
5786
  "url": "https://webassembly.github.io/exception-handling/js-api/",
5713
5787
  "seriesComposition": "fork",
@@ -5745,20 +5819,98 @@
5745
5819
  ],
5746
5820
  "standing": "good"
5747
5821
  },
5822
+ {
5823
+ "url": "https://webassembly.github.io/extended-const/core/bikeshed/",
5824
+ "seriesComposition": "fork",
5825
+ "shortname": "wasm-core-2-fork-extended-const",
5826
+ "series": {
5827
+ "shortname": "wasm-core",
5828
+ "currentSpecification": "wasm-core-2",
5829
+ "title": "WebAssembly Core",
5830
+ "shortTitle": "WebAssembly Core",
5831
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
5832
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
5833
+ },
5834
+ "seriesVersion": "2",
5835
+ "forkOf": "wasm-core-2",
5836
+ "title": "WebAssembly Core: Extended Const Expressions",
5837
+ "organization": "W3C",
5838
+ "groups": [
5839
+ {
5840
+ "name": "WebAssembly Community Group",
5841
+ "url": "https://www.w3.org/community/webassembly/"
5842
+ }
5843
+ ],
5844
+ "nightly": {
5845
+ "url": "https://webassembly.github.io/extended-const/core/bikeshed/",
5846
+ "status": "Editor's Draft",
5847
+ "alternateUrls": [],
5848
+ "repository": "https://github.com/WebAssembly/extended-const",
5849
+ "sourcePath": "document/core/index.bs",
5850
+ "filename": "index.html"
5851
+ },
5852
+ "source": "spec",
5853
+ "shortTitle": "WebAssembly Core: Extended Const Expressions",
5854
+ "categories": [
5855
+ "browser"
5856
+ ],
5857
+ "standing": "good"
5858
+ },
5859
+ {
5860
+ "url": "https://webassembly.github.io/function-references/core/bikeshed/",
5861
+ "seriesComposition": "fork",
5862
+ "shortname": "wasm-core-2-fork-function-references",
5863
+ "series": {
5864
+ "shortname": "wasm-core",
5865
+ "currentSpecification": "wasm-core-2",
5866
+ "title": "WebAssembly Core",
5867
+ "shortTitle": "WebAssembly Core",
5868
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
5869
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
5870
+ },
5871
+ "seriesVersion": "2",
5872
+ "forkOf": "wasm-core-2",
5873
+ "title": "WebAssembly Core: Function Reference Types",
5874
+ "organization": "W3C",
5875
+ "groups": [
5876
+ {
5877
+ "name": "WebAssembly Community Group",
5878
+ "url": "https://www.w3.org/community/webassembly/"
5879
+ }
5880
+ ],
5881
+ "nightly": {
5882
+ "url": "https://webassembly.github.io/function-references/core/bikeshed/",
5883
+ "status": "Editor's Draft",
5884
+ "alternateUrls": [],
5885
+ "repository": "https://github.com/WebAssembly/function-references",
5886
+ "sourcePath": "document/core/index.bs",
5887
+ "filename": "index.html"
5888
+ },
5889
+ "source": "spec",
5890
+ "shortTitle": "WebAssembly Core: Function Reference Types",
5891
+ "categories": [
5892
+ "browser"
5893
+ ],
5894
+ "standing": "good"
5895
+ },
5748
5896
  {
5749
5897
  "url": "https://webassembly.github.io/gc/core/bikeshed/",
5750
5898
  "seriesComposition": "fork",
5751
- "shortname": "wasm-core-1-fork-gc",
5899
+ "shortname": "wasm-core-2-fork-gc",
5752
5900
  "series": {
5753
5901
  "shortname": "wasm-core",
5754
- "currentSpecification": "wasm-core-1",
5902
+ "currentSpecification": "wasm-core-2",
5755
5903
  "title": "WebAssembly Core",
5756
5904
  "shortTitle": "WebAssembly Core",
5757
5905
  "releaseUrl": "https://www.w3.org/TR/wasm-core/",
5758
5906
  "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
5759
5907
  },
5760
- "seriesVersion": "1",
5761
- "forkOf": "wasm-core-1",
5908
+ "seriesVersion": "2",
5909
+ "forkOf": "wasm-core-2",
5910
+ "title": "WebAssembly Core: Garbage Collection",
5911
+ "formerNames": [
5912
+ "wasm-core-1-fork-gc"
5913
+ ],
5762
5914
  "organization": "W3C",
5763
5915
  "groups": [
5764
5916
  {
@@ -5774,9 +5926,267 @@
5774
5926
  "sourcePath": "document/core/index.bs",
5775
5927
  "filename": "index.html"
5776
5928
  },
5777
- "title": "WebAssembly Core Specification",
5778
5929
  "source": "spec",
5779
- "shortTitle": "WebAssembly Core",
5930
+ "shortTitle": "WebAssembly Core: Garbage Collection",
5931
+ "categories": [
5932
+ "browser"
5933
+ ],
5934
+ "standing": "good"
5935
+ },
5936
+ {
5937
+ "url": "https://webassembly.github.io/js-promise-integration/js-api/",
5938
+ "seriesComposition": "fork",
5939
+ "shortname": "wasm-js-api-2-fork-js-promise-integration",
5940
+ "series": {
5941
+ "shortname": "wasm-js-api",
5942
+ "currentSpecification": "wasm-js-api-2",
5943
+ "title": "WebAssembly JavaScript Interface",
5944
+ "shortTitle": "WebAssembly JavaScript Interface",
5945
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
5946
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
5947
+ },
5948
+ "seriesVersion": "2",
5949
+ "forkOf": "wasm-js-api-2",
5950
+ "title": "WebAssembly JavaScript Interface: Promise Integration",
5951
+ "organization": "W3C",
5952
+ "groups": [
5953
+ {
5954
+ "name": "WebAssembly Community Group",
5955
+ "url": "https://www.w3.org/community/webassembly/"
5956
+ }
5957
+ ],
5958
+ "nightly": {
5959
+ "url": "https://webassembly.github.io/js-promise-integration/js-api/",
5960
+ "status": "Editor's Draft",
5961
+ "alternateUrls": [],
5962
+ "repository": "https://github.com/WebAssembly/js-promise-integration",
5963
+ "sourcePath": "document/js-api/index.bs",
5964
+ "filename": "index.html"
5965
+ },
5966
+ "source": "spec",
5967
+ "shortTitle": "WebAssembly JavaScript Interface: Promise Integration",
5968
+ "categories": [
5969
+ "browser"
5970
+ ],
5971
+ "standing": "good"
5972
+ },
5973
+ {
5974
+ "url": "https://webassembly.github.io/js-types/js-api/",
5975
+ "seriesComposition": "fork",
5976
+ "shortname": "wasm-js-api-2-fork-js-types",
5977
+ "series": {
5978
+ "shortname": "wasm-js-api",
5979
+ "currentSpecification": "wasm-js-api-2",
5980
+ "title": "WebAssembly JavaScript Interface",
5981
+ "shortTitle": "WebAssembly JavaScript Interface",
5982
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
5983
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
5984
+ },
5985
+ "seriesVersion": "2",
5986
+ "forkOf": "wasm-js-api-2",
5987
+ "title": "WebAssembly JavaScript Interface: Type Reflection",
5988
+ "organization": "W3C",
5989
+ "groups": [
5990
+ {
5991
+ "name": "WebAssembly Community Group",
5992
+ "url": "https://www.w3.org/community/webassembly/"
5993
+ }
5994
+ ],
5995
+ "nightly": {
5996
+ "url": "https://webassembly.github.io/js-types/js-api/",
5997
+ "status": "Editor's Draft",
5998
+ "alternateUrls": [],
5999
+ "repository": "https://github.com/WebAssembly/js-types",
6000
+ "sourcePath": "document/js-api/index.bs",
6001
+ "filename": "index.html"
6002
+ },
6003
+ "source": "spec",
6004
+ "shortTitle": "WebAssembly JavaScript Interface: Type Reflection",
6005
+ "categories": [
6006
+ "browser"
6007
+ ],
6008
+ "standing": "good"
6009
+ },
6010
+ {
6011
+ "url": "https://webassembly.github.io/memory64/core/bikeshed/",
6012
+ "seriesComposition": "fork",
6013
+ "shortname": "wasm-core-2-fork-memory64",
6014
+ "series": {
6015
+ "shortname": "wasm-core",
6016
+ "currentSpecification": "wasm-core-2",
6017
+ "title": "WebAssembly Core",
6018
+ "shortTitle": "WebAssembly Core",
6019
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6020
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6021
+ },
6022
+ "seriesVersion": "2",
6023
+ "forkOf": "wasm-core-2",
6024
+ "title": "WebAssembly Core: Memory64",
6025
+ "organization": "W3C",
6026
+ "groups": [
6027
+ {
6028
+ "name": "WebAssembly Community Group",
6029
+ "url": "https://www.w3.org/community/webassembly/"
6030
+ }
6031
+ ],
6032
+ "nightly": {
6033
+ "url": "https://webassembly.github.io/memory64/core/bikeshed/",
6034
+ "status": "Editor's Draft",
6035
+ "alternateUrls": [],
6036
+ "repository": "https://github.com/WebAssembly/memory64",
6037
+ "sourcePath": "document/core/index.bs",
6038
+ "filename": "index.html"
6039
+ },
6040
+ "source": "spec",
6041
+ "shortTitle": "WebAssembly Core: Memory64",
6042
+ "categories": [
6043
+ "browser"
6044
+ ],
6045
+ "standing": "good"
6046
+ },
6047
+ {
6048
+ "url": "https://webassembly.github.io/multi-memory/core/bikeshed/",
6049
+ "seriesComposition": "fork",
6050
+ "shortname": "wasm-core-2-fork-multi-memory",
6051
+ "series": {
6052
+ "shortname": "wasm-core",
6053
+ "currentSpecification": "wasm-core-2",
6054
+ "title": "WebAssembly Core",
6055
+ "shortTitle": "WebAssembly Core",
6056
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6057
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6058
+ },
6059
+ "seriesVersion": "2",
6060
+ "forkOf": "wasm-core-2",
6061
+ "title": "WebAssembly Core: Multi Memory",
6062
+ "organization": "W3C",
6063
+ "groups": [
6064
+ {
6065
+ "name": "WebAssembly Community Group",
6066
+ "url": "https://www.w3.org/community/webassembly/"
6067
+ }
6068
+ ],
6069
+ "nightly": {
6070
+ "url": "https://webassembly.github.io/multi-memory/core/bikeshed/",
6071
+ "status": "Editor's Draft",
6072
+ "alternateUrls": [],
6073
+ "repository": "https://github.com/WebAssembly/multi-memory",
6074
+ "sourcePath": "document/core/index.bs",
6075
+ "filename": "index.html"
6076
+ },
6077
+ "source": "spec",
6078
+ "shortTitle": "WebAssembly Core: Multi Memory",
6079
+ "categories": [
6080
+ "browser"
6081
+ ],
6082
+ "standing": "good"
6083
+ },
6084
+ {
6085
+ "url": "https://webassembly.github.io/tail-call/core/bikeshed/",
6086
+ "seriesComposition": "fork",
6087
+ "shortname": "wasm-core-2-fork-tail-call",
6088
+ "series": {
6089
+ "shortname": "wasm-core",
6090
+ "currentSpecification": "wasm-core-2",
6091
+ "title": "WebAssembly Core",
6092
+ "shortTitle": "WebAssembly Core",
6093
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6094
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6095
+ },
6096
+ "seriesVersion": "2",
6097
+ "forkOf": "wasm-core-2",
6098
+ "title": "WebAssembly Core: Tail Call",
6099
+ "organization": "W3C",
6100
+ "groups": [
6101
+ {
6102
+ "name": "WebAssembly Community Group",
6103
+ "url": "https://www.w3.org/community/webassembly/"
6104
+ }
6105
+ ],
6106
+ "nightly": {
6107
+ "url": "https://webassembly.github.io/tail-call/core/bikeshed/",
6108
+ "status": "Editor's Draft",
6109
+ "alternateUrls": [],
6110
+ "repository": "https://github.com/WebAssembly/tail-call",
6111
+ "sourcePath": "document/core/index.bs",
6112
+ "filename": "index.html"
6113
+ },
6114
+ "source": "spec",
6115
+ "shortTitle": "WebAssembly Core: Tail Call",
6116
+ "categories": [
6117
+ "browser"
6118
+ ],
6119
+ "standing": "good"
6120
+ },
6121
+ {
6122
+ "url": "https://webassembly.github.io/threads/core/bikeshed/",
6123
+ "seriesComposition": "fork",
6124
+ "shortname": "wasm-core-2-fork-threads",
6125
+ "series": {
6126
+ "shortname": "wasm-core",
6127
+ "currentSpecification": "wasm-core-2",
6128
+ "title": "WebAssembly Core",
6129
+ "shortTitle": "WebAssembly Core",
6130
+ "releaseUrl": "https://www.w3.org/TR/wasm-core/",
6131
+ "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
6132
+ },
6133
+ "seriesVersion": "2",
6134
+ "forkOf": "wasm-core-2",
6135
+ "title": "WebAssembly Core: Threading",
6136
+ "organization": "W3C",
6137
+ "groups": [
6138
+ {
6139
+ "name": "WebAssembly Community Group",
6140
+ "url": "https://www.w3.org/community/webassembly/"
6141
+ }
6142
+ ],
6143
+ "nightly": {
6144
+ "url": "https://webassembly.github.io/threads/core/bikeshed/",
6145
+ "status": "Editor's Draft",
6146
+ "alternateUrls": [],
6147
+ "repository": "https://github.com/WebAssembly/threads",
6148
+ "sourcePath": "document/core/index.bs",
6149
+ "filename": "index.html"
6150
+ },
6151
+ "source": "spec",
6152
+ "shortTitle": "WebAssembly Core: Threading",
6153
+ "categories": [
6154
+ "browser"
6155
+ ],
6156
+ "standing": "good"
6157
+ },
6158
+ {
6159
+ "url": "https://webassembly.github.io/threads/js-api/",
6160
+ "seriesComposition": "fork",
6161
+ "shortname": "wasm-js-api-2-fork-threads",
6162
+ "series": {
6163
+ "shortname": "wasm-js-api",
6164
+ "currentSpecification": "wasm-js-api-2",
6165
+ "title": "WebAssembly JavaScript Interface",
6166
+ "shortTitle": "WebAssembly JavaScript Interface",
6167
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6168
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6169
+ },
6170
+ "seriesVersion": "2",
6171
+ "forkOf": "wasm-js-api-2",
6172
+ "title": "WebAssembly JavaScript Interface: Threading",
6173
+ "organization": "W3C",
6174
+ "groups": [
6175
+ {
6176
+ "name": "WebAssembly Community Group",
6177
+ "url": "https://www.w3.org/community/webassembly/"
6178
+ }
6179
+ ],
6180
+ "nightly": {
6181
+ "url": "https://webassembly.github.io/threads/js-api/",
6182
+ "status": "Editor's Draft",
6183
+ "alternateUrls": [],
6184
+ "repository": "https://github.com/WebAssembly/threads",
6185
+ "sourcePath": "document/js-api/index.bs",
6186
+ "filename": "index.html"
6187
+ },
6188
+ "source": "spec",
6189
+ "shortTitle": "WebAssembly JavaScript Interface: Threading",
5780
6190
  "categories": [
5781
6191
  "browser"
5782
6192
  ],
@@ -6418,13 +6828,7 @@
6418
6828
  "categories": [
6419
6829
  "browser"
6420
6830
  ],
6421
- "standing": "good",
6422
- "tests": {
6423
- "repository": "https://github.com/web-platform-tests/wpt",
6424
- "testPaths": [
6425
- "custom-state-pseudo-class"
6426
- ]
6427
- }
6831
+ "standing": "good"
6428
6832
  },
6429
6833
  {
6430
6834
  "url": "https://wicg.github.io/datacue/",
@@ -8785,6 +9189,31 @@
8785
9189
  ],
8786
9190
  "standing": "good"
8787
9191
  },
9192
+ {
9193
+ "url": "https://www.iso.org/standard/85253.html",
9194
+ "seriesComposition": "full",
9195
+ "shortname": "iso18181-2",
9196
+ "series": {
9197
+ "shortname": "iso18181-2",
9198
+ "currentSpecification": "iso18181-2",
9199
+ "title": "Information technology — JPEG XL image coding system — Part 2: File format",
9200
+ "shortTitle": "JPEG XL: File Format"
9201
+ },
9202
+ "shortTitle": "JPEG XL: File Format",
9203
+ "organization": "ISO/IEC",
9204
+ "groups": [
9205
+ {
9206
+ "name": "ISO/IEC JTC 1/SC 29",
9207
+ "url": "https://www.iso.org/committee/45316.html"
9208
+ }
9209
+ ],
9210
+ "title": "Information technology — JPEG XL image coding system — Part 2: File format",
9211
+ "source": "specref",
9212
+ "categories": [
9213
+ "browser"
9214
+ ],
9215
+ "standing": "good"
9216
+ },
8788
9217
  {
8789
9218
  "url": "https://www.rfc-editor.org/rfc/rfc2397",
8790
9219
  "seriesComposition": "full",
@@ -15146,6 +15575,9 @@
15146
15575
  "nightlyUrl": "https://drafts.csswg.org/css-viewport/"
15147
15576
  },
15148
15577
  "seriesVersion": "1",
15578
+ "formerNames": [
15579
+ "css-viewport"
15580
+ ],
15149
15581
  "organization": "W3C",
15150
15582
  "groups": [
15151
15583
  {
@@ -20696,18 +21128,26 @@
20696
21128
  }
20697
21129
  },
20698
21130
  {
20699
- "url": "https://www.w3.org/TR/wasm-core-1/",
21131
+ "url": "https://www.w3.org/TR/wasm-core-2/",
20700
21132
  "seriesComposition": "full",
20701
- "shortname": "wasm-core-1",
21133
+ "shortname": "wasm-core-2",
20702
21134
  "series": {
20703
21135
  "shortname": "wasm-core",
20704
- "currentSpecification": "wasm-core-1",
21136
+ "currentSpecification": "wasm-core-2",
20705
21137
  "title": "WebAssembly Core",
20706
21138
  "shortTitle": "WebAssembly Core",
20707
21139
  "releaseUrl": "https://www.w3.org/TR/wasm-core/",
20708
21140
  "nightlyUrl": "https://webassembly.github.io/spec/core/bikeshed/"
20709
21141
  },
20710
- "seriesVersion": "1",
21142
+ "seriesVersion": "2",
21143
+ "nightly": {
21144
+ "url": "https://webassembly.github.io/spec/core/bikeshed/",
21145
+ "status": "Editor's Draft",
21146
+ "alternateUrls": [],
21147
+ "repository": "https://github.com/WebAssembly/spec",
21148
+ "sourcePath": "document/core/index.bs",
21149
+ "filename": "index.html"
21150
+ },
20711
21151
  "tests": {
20712
21152
  "repository": "https://github.com/WebAssembly/spec/",
20713
21153
  "testPaths": [
@@ -20715,7 +21155,14 @@
20715
21155
  ]
20716
21156
  },
20717
21157
  "forks": [
20718
- "wasm-core-1-fork-gc"
21158
+ "wasm-core-2-fork-branch-hinting",
21159
+ "wasm-core-2-fork-extended-const",
21160
+ "wasm-core-2-fork-function-references",
21161
+ "wasm-core-2-fork-gc",
21162
+ "wasm-core-2-fork-memory64",
21163
+ "wasm-core-2-fork-multi-memory",
21164
+ "wasm-core-2-fork-tail-call",
21165
+ "wasm-core-2-fork-threads"
20719
21166
  ],
20720
21167
  "organization": "W3C",
20721
21168
  "groups": [
@@ -20725,18 +21172,10 @@
20725
21172
  }
20726
21173
  ],
20727
21174
  "release": {
20728
- "url": "https://www.w3.org/TR/wasm-core-1/",
20729
- "status": "Recommendation",
21175
+ "url": "https://www.w3.org/TR/wasm-core-2/",
21176
+ "status": "First Public Working Draft",
20730
21177
  "filename": "Overview.html"
20731
21178
  },
20732
- "nightly": {
20733
- "url": "https://webassembly.github.io/spec/core/bikeshed/",
20734
- "status": "Editor's Draft",
20735
- "alternateUrls": [],
20736
- "repository": "https://github.com/WebAssembly/spec",
20737
- "sourcePath": "document/core/index.bs",
20738
- "filename": "index.html"
20739
- },
20740
21179
  "title": "WebAssembly Core Specification",
20741
21180
  "source": "w3c",
20742
21181
  "shortTitle": "WebAssembly Core",
@@ -20759,7 +21198,11 @@
20759
21198
  },
20760
21199
  "seriesVersion": "2",
20761
21200
  "forks": [
20762
- "wasm-js-api-2-fork-exception-handling"
21201
+ "wasm-js-api-2-fork-content-security-policy",
21202
+ "wasm-js-api-2-fork-exception-handling",
21203
+ "wasm-js-api-2-fork-js-promise-integration",
21204
+ "wasm-js-api-2-fork-js-types",
21205
+ "wasm-js-api-2-fork-threads"
20763
21206
  ],
20764
21207
  "organization": "W3C",
20765
21208
  "groups": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.74.0",
3
+ "version": "4.0.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",