browser-specs 4.12.1 → 4.13.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
@@ -1227,51 +1227,6 @@
1227
1227
  ]
1228
1228
  }
1229
1229
  },
1230
- {
1231
- "url": "https://drafts.csswg.org/css-scroll-snap-2/",
1232
- "seriesComposition": "delta",
1233
- "shortname": "css-scroll-snap-2",
1234
- "series": {
1235
- "shortname": "css-scroll-snap",
1236
- "currentSpecification": "css-scroll-snap-1",
1237
- "title": "CSS Scroll Snap",
1238
- "shortTitle": "CSS Scroll Snap",
1239
- "releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
1240
- "nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
1241
- },
1242
- "seriesVersion": "2",
1243
- "seriesPrevious": "css-scroll-snap-1",
1244
- "organization": "W3C",
1245
- "groups": [
1246
- {
1247
- "name": "Cascading Style Sheets (CSS) Working Group",
1248
- "url": "https://www.w3.org/Style/CSS/"
1249
- }
1250
- ],
1251
- "nightly": {
1252
- "url": "https://drafts.csswg.org/css-scroll-snap-2/",
1253
- "status": "Editor's Draft",
1254
- "alternateUrls": [
1255
- "https://w3c.github.io/csswg-drafts/css-scroll-snap-2/"
1256
- ],
1257
- "repository": "https://github.com/w3c/csswg-drafts",
1258
- "sourcePath": "css-scroll-snap-2/Overview.bs",
1259
- "filename": "index.html"
1260
- },
1261
- "title": "CSS Scroll Snap Module Level 2",
1262
- "source": "spec",
1263
- "shortTitle": "CSS Scroll Snap 2",
1264
- "categories": [
1265
- "browser"
1266
- ],
1267
- "standing": "good",
1268
- "tests": {
1269
- "repository": "https://github.com/web-platform-tests/wpt",
1270
- "testPaths": [
1271
- "css/css-scroll-snap"
1272
- ]
1273
- }
1274
- },
1275
1230
  {
1276
1231
  "url": "https://drafts.csswg.org/css-shapes-2/",
1277
1232
  "seriesComposition": "delta",
@@ -6074,6 +6029,43 @@
6074
6029
  ],
6075
6030
  "standing": "good"
6076
6031
  },
6032
+ {
6033
+ "url": "https://webassembly.github.io/esm-integration/js-api/",
6034
+ "seriesComposition": "fork",
6035
+ "shortname": "wasm-js-api-2-fork-esm-integration",
6036
+ "series": {
6037
+ "shortname": "wasm-js-api",
6038
+ "currentSpecification": "wasm-js-api-2",
6039
+ "title": "WebAssembly JavaScript Interface",
6040
+ "shortTitle": "WebAssembly JavaScript Interface",
6041
+ "releaseUrl": "https://www.w3.org/TR/wasm-js-api/",
6042
+ "nightlyUrl": "https://webassembly.github.io/spec/js-api/"
6043
+ },
6044
+ "seriesVersion": "2",
6045
+ "forkOf": "wasm-js-api-2",
6046
+ "title": "WebAssembly JavaScript Interface: ESM Integration",
6047
+ "organization": "W3C",
6048
+ "groups": [
6049
+ {
6050
+ "name": "WebAssembly Community Group",
6051
+ "url": "https://www.w3.org/community/webassembly/"
6052
+ }
6053
+ ],
6054
+ "nightly": {
6055
+ "url": "https://webassembly.github.io/esm-integration/js-api/",
6056
+ "status": "Editor's Draft",
6057
+ "alternateUrls": [],
6058
+ "repository": "https://github.com/WebAssembly/esm-integration",
6059
+ "sourcePath": "document/js-api/index.bs",
6060
+ "filename": "index.html"
6061
+ },
6062
+ "source": "spec",
6063
+ "shortTitle": "WebAssembly JavaScript Interface: ESM Integration",
6064
+ "categories": [
6065
+ "browser"
6066
+ ],
6067
+ "standing": "good"
6068
+ },
6077
6069
  {
6078
6070
  "url": "https://webassembly.github.io/exception-handling/js-api/",
6079
6071
  "seriesComposition": "fork",
@@ -12761,7 +12753,7 @@
12761
12753
  ],
12762
12754
  "release": {
12763
12755
  "url": "https://www.w3.org/TR/css-conditional-5/",
12764
- "status": "First Public Working Draft",
12756
+ "status": "Working Draft",
12765
12757
  "filename": "Overview.html"
12766
12758
  },
12767
12759
  "nightly": {
@@ -14899,6 +14891,56 @@
14899
14891
  ]
14900
14892
  }
14901
14893
  },
14894
+ {
14895
+ "url": "https://www.w3.org/TR/css-scroll-snap-2/",
14896
+ "seriesComposition": "delta",
14897
+ "shortname": "css-scroll-snap-2",
14898
+ "series": {
14899
+ "shortname": "css-scroll-snap",
14900
+ "currentSpecification": "css-scroll-snap-1",
14901
+ "title": "CSS Scroll Snap",
14902
+ "shortTitle": "CSS Scroll Snap",
14903
+ "releaseUrl": "https://www.w3.org/TR/css-scroll-snap/",
14904
+ "nightlyUrl": "https://drafts.csswg.org/css-scroll-snap/"
14905
+ },
14906
+ "seriesVersion": "2",
14907
+ "seriesPrevious": "css-scroll-snap-1",
14908
+ "organization": "W3C",
14909
+ "groups": [
14910
+ {
14911
+ "name": "Cascading Style Sheets (CSS) Working Group",
14912
+ "url": "https://www.w3.org/Style/CSS/"
14913
+ }
14914
+ ],
14915
+ "release": {
14916
+ "url": "https://www.w3.org/TR/css-scroll-snap-2/",
14917
+ "status": "First Public Working Draft",
14918
+ "filename": "Overview.html"
14919
+ },
14920
+ "nightly": {
14921
+ "url": "https://drafts.csswg.org/css-scroll-snap-2/",
14922
+ "status": "Editor's Draft",
14923
+ "alternateUrls": [
14924
+ "https://w3c.github.io/csswg-drafts/css-scroll-snap-2/"
14925
+ ],
14926
+ "repository": "https://github.com/w3c/csswg-drafts",
14927
+ "sourcePath": "css-scroll-snap-2/Overview.bs",
14928
+ "filename": "index.html"
14929
+ },
14930
+ "title": "CSS Scroll Snap Module Level 2",
14931
+ "source": "w3c",
14932
+ "shortTitle": "CSS Scroll Snap 2",
14933
+ "categories": [
14934
+ "browser"
14935
+ ],
14936
+ "standing": "good",
14937
+ "tests": {
14938
+ "repository": "https://github.com/web-platform-tests/wpt",
14939
+ "testPaths": [
14940
+ "css/css-scroll-snap"
14941
+ ]
14942
+ }
14943
+ },
14902
14944
  {
14903
14945
  "url": "https://www.w3.org/TR/css-scrollbars-1/",
14904
14946
  "seriesComposition": "full",
@@ -16851,17 +16893,339 @@
16851
16893
  "standing": "good"
16852
16894
  },
16853
16895
  {
16854
- "url": "https://www.w3.org/TR/encrypted-media/",
16896
+ "url": "https://www.w3.org/TR/eme-hdcp-version-registry/",
16897
+ "seriesComposition": "full",
16898
+ "shortname": "eme-hdcp-version-registry",
16899
+ "series": {
16900
+ "shortname": "eme-hdcp-version-registry",
16901
+ "currentSpecification": "eme-hdcp-version-registry",
16902
+ "title": "Encrypted Media Extensions HDCP Version Registry",
16903
+ "shortTitle": "Encrypted Media Extensions HDCP Version Registry",
16904
+ "releaseUrl": "https://www.w3.org/TR/eme-hdcp-version-registry/",
16905
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/hdcp-version-registry.html"
16906
+ },
16907
+ "nightly": {
16908
+ "url": "https://w3c.github.io/encrypted-media/hdcp-version-registry.html",
16909
+ "status": "Editor's Draft",
16910
+ "sourcePath": "hdcp-version-registry-respec.html",
16911
+ "alternateUrls": [],
16912
+ "repository": "https://github.com/w3c/encrypted-media",
16913
+ "filename": "hdcp-version-registry.html"
16914
+ },
16915
+ "organization": "W3C",
16916
+ "groups": [
16917
+ {
16918
+ "name": "Media Working Group",
16919
+ "url": "https://www.w3.org/media-wg/"
16920
+ }
16921
+ ],
16922
+ "release": {
16923
+ "url": "https://www.w3.org/TR/eme-hdcp-version-registry/",
16924
+ "status": "Draft Registry",
16925
+ "filename": "Overview.html"
16926
+ },
16927
+ "title": "Encrypted Media Extensions HDCP Version Registry",
16928
+ "source": "w3c",
16929
+ "shortTitle": "Encrypted Media Extensions HDCP Version Registry",
16930
+ "categories": [
16931
+ "browser"
16932
+ ],
16933
+ "standing": "good"
16934
+ },
16935
+ {
16936
+ "url": "https://www.w3.org/TR/eme-initdata-cenc/",
16937
+ "seriesComposition": "full",
16938
+ "shortname": "eme-initdata-cenc",
16939
+ "series": {
16940
+ "shortname": "eme-initdata-cenc",
16941
+ "currentSpecification": "eme-initdata-cenc",
16942
+ "title": "\"cenc\" Initialization Data Format",
16943
+ "shortTitle": "\"cenc\" Initialization Data Format",
16944
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-cenc/",
16945
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/cenc.html"
16946
+ },
16947
+ "nightly": {
16948
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/cenc.html",
16949
+ "status": "Editor's Draft",
16950
+ "sourcePath": "format-registry/initdata/cenc-respec.html",
16951
+ "alternateUrls": [],
16952
+ "repository": "https://github.com/w3c/encrypted-media",
16953
+ "filename": "cenc.html"
16954
+ },
16955
+ "organization": "W3C",
16956
+ "groups": [
16957
+ {
16958
+ "name": "Media Working Group",
16959
+ "url": "https://www.w3.org/media-wg/"
16960
+ }
16961
+ ],
16962
+ "release": {
16963
+ "url": "https://www.w3.org/TR/eme-initdata-cenc/",
16964
+ "status": "Note",
16965
+ "filename": "Overview.html"
16966
+ },
16967
+ "title": "\"cenc\" Initialization Data Format",
16968
+ "source": "w3c",
16969
+ "shortTitle": "\"cenc\" Initialization Data Format",
16970
+ "categories": [
16971
+ "browser"
16972
+ ],
16973
+ "standing": "good"
16974
+ },
16975
+ {
16976
+ "url": "https://www.w3.org/TR/eme-initdata-keyids/",
16977
+ "seriesComposition": "full",
16978
+ "shortname": "eme-initdata-keyids",
16979
+ "series": {
16980
+ "shortname": "eme-initdata-keyids",
16981
+ "currentSpecification": "eme-initdata-keyids",
16982
+ "title": "\"keyids\" Initialization Data Format",
16983
+ "shortTitle": "\"keyids\" Initialization Data Format",
16984
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-keyids/",
16985
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/keyids.html"
16986
+ },
16987
+ "nightly": {
16988
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/keyids.html",
16989
+ "status": "Editor's Draft",
16990
+ "sourcePath": "format-registry/initdata/keyids-respec.html",
16991
+ "alternateUrls": [],
16992
+ "repository": "https://github.com/w3c/encrypted-media",
16993
+ "filename": "keyids.html"
16994
+ },
16995
+ "organization": "W3C",
16996
+ "groups": [
16997
+ {
16998
+ "name": "Media Working Group",
16999
+ "url": "https://www.w3.org/media-wg/"
17000
+ }
17001
+ ],
17002
+ "release": {
17003
+ "url": "https://www.w3.org/TR/eme-initdata-keyids/",
17004
+ "status": "Note",
17005
+ "filename": "Overview.html"
17006
+ },
17007
+ "title": "\"keyids\" Initialization Data Format",
17008
+ "source": "w3c",
17009
+ "shortTitle": "\"keyids\" Initialization Data Format",
17010
+ "categories": [
17011
+ "browser"
17012
+ ],
17013
+ "standing": "good"
17014
+ },
17015
+ {
17016
+ "url": "https://www.w3.org/TR/eme-initdata-registry/",
17017
+ "seriesComposition": "full",
17018
+ "shortname": "eme-initdata-registry",
17019
+ "series": {
17020
+ "shortname": "eme-initdata-registry",
17021
+ "currentSpecification": "eme-initdata-registry",
17022
+ "title": "Encrypted Media Extensions Initialization Data Format Registry",
17023
+ "shortTitle": "Encrypted Media Extensions Initialization Data Format Registry",
17024
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-registry/",
17025
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/"
17026
+ },
17027
+ "nightly": {
17028
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/",
17029
+ "status": "Editor's Draft",
17030
+ "sourcePath": "format-registry/initdata/index-respec.html",
17031
+ "alternateUrls": [],
17032
+ "repository": "https://github.com/w3c/encrypted-media",
17033
+ "filename": "index.html"
17034
+ },
17035
+ "organization": "W3C",
17036
+ "groups": [
17037
+ {
17038
+ "name": "Media Working Group",
17039
+ "url": "https://www.w3.org/media-wg/"
17040
+ }
17041
+ ],
17042
+ "release": {
17043
+ "url": "https://www.w3.org/TR/eme-initdata-registry/",
17044
+ "status": "Draft Registry",
17045
+ "filename": "Overview.html"
17046
+ },
17047
+ "title": "Encrypted Media Extensions Initialization Data Format Registry",
17048
+ "source": "w3c",
17049
+ "shortTitle": "Encrypted Media Extensions Initialization Data Format Registry",
17050
+ "categories": [
17051
+ "browser"
17052
+ ],
17053
+ "standing": "good"
17054
+ },
17055
+ {
17056
+ "url": "https://www.w3.org/TR/eme-initdata-webm/",
16855
17057
  "seriesComposition": "full",
16856
- "shortname": "encrypted-media",
17058
+ "shortname": "eme-initdata-webm",
17059
+ "series": {
17060
+ "shortname": "eme-initdata-webm",
17061
+ "currentSpecification": "eme-initdata-webm",
17062
+ "title": "\"webm\" Initialization Data Format",
17063
+ "shortTitle": "\"webm\" Initialization Data Format",
17064
+ "releaseUrl": "https://www.w3.org/TR/eme-initdata-webm/",
17065
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/initdata/webm.html"
17066
+ },
17067
+ "nightly": {
17068
+ "url": "https://w3c.github.io/encrypted-media/format-registry/initdata/webm.html",
17069
+ "status": "Editor's Draft",
17070
+ "sourcePath": "format-registry/initdata/webm-respec.html",
17071
+ "alternateUrls": [],
17072
+ "repository": "https://github.com/w3c/encrypted-media",
17073
+ "filename": "webm.html"
17074
+ },
17075
+ "organization": "W3C",
17076
+ "groups": [
17077
+ {
17078
+ "name": "Media Working Group",
17079
+ "url": "https://www.w3.org/media-wg/"
17080
+ }
17081
+ ],
17082
+ "release": {
17083
+ "url": "https://www.w3.org/TR/eme-initdata-webm/",
17084
+ "status": "Note",
17085
+ "filename": "Overview.html"
17086
+ },
17087
+ "title": "\"webm\" Initialization Data Format",
17088
+ "source": "w3c",
17089
+ "shortTitle": "\"webm\" Initialization Data Format",
17090
+ "categories": [
17091
+ "browser"
17092
+ ],
17093
+ "standing": "good"
17094
+ },
17095
+ {
17096
+ "url": "https://www.w3.org/TR/eme-stream-mp4/",
17097
+ "seriesComposition": "full",
17098
+ "shortname": "eme-stream-mp4",
17099
+ "series": {
17100
+ "shortname": "eme-stream-mp4",
17101
+ "currentSpecification": "eme-stream-mp4",
17102
+ "title": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
17103
+ "shortTitle": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
17104
+ "releaseUrl": "https://www.w3.org/TR/eme-stream-mp4/",
17105
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/stream/mp4.html"
17106
+ },
17107
+ "seriesVersion": "4",
17108
+ "nightly": {
17109
+ "url": "https://w3c.github.io/encrypted-media/format-registry/stream/mp4.html",
17110
+ "status": "Editor's Draft",
17111
+ "sourcePath": "format-registry/stream/mp4-respec.html",
17112
+ "alternateUrls": [],
17113
+ "repository": "https://github.com/w3c/encrypted-media",
17114
+ "filename": "mp4.html"
17115
+ },
17116
+ "organization": "W3C",
17117
+ "groups": [
17118
+ {
17119
+ "name": "Media Working Group",
17120
+ "url": "https://www.w3.org/media-wg/"
17121
+ }
17122
+ ],
17123
+ "release": {
17124
+ "url": "https://www.w3.org/TR/eme-stream-mp4/",
17125
+ "status": "Note",
17126
+ "filename": "Overview.html"
17127
+ },
17128
+ "title": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
17129
+ "source": "w3c",
17130
+ "shortTitle": "ISO Common Encryption Protection Scheme for ISO Base Media File Format Stream Format",
17131
+ "categories": [
17132
+ "browser"
17133
+ ],
17134
+ "standing": "good"
17135
+ },
17136
+ {
17137
+ "url": "https://www.w3.org/TR/eme-stream-registry/",
17138
+ "seriesComposition": "full",
17139
+ "shortname": "eme-stream-registry",
17140
+ "series": {
17141
+ "shortname": "eme-stream-registry",
17142
+ "currentSpecification": "eme-stream-registry",
17143
+ "title": "Encrypted Media Extensions Stream Format Registry",
17144
+ "shortTitle": "Encrypted Media Extensions Stream Format Registry",
17145
+ "releaseUrl": "https://www.w3.org/TR/eme-stream-registry/",
17146
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/stream/"
17147
+ },
17148
+ "nightly": {
17149
+ "url": "https://w3c.github.io/encrypted-media/format-registry/stream/",
17150
+ "status": "Editor's Draft",
17151
+ "sourcePath": "format-registry/stream/index-respec.html",
17152
+ "alternateUrls": [],
17153
+ "repository": "https://github.com/w3c/encrypted-media",
17154
+ "filename": "index.html"
17155
+ },
17156
+ "organization": "W3C",
17157
+ "groups": [
17158
+ {
17159
+ "name": "Media Working Group",
17160
+ "url": "https://www.w3.org/media-wg/"
17161
+ }
17162
+ ],
17163
+ "release": {
17164
+ "url": "https://www.w3.org/TR/eme-stream-registry/",
17165
+ "status": "Draft Registry",
17166
+ "filename": "Overview.html"
17167
+ },
17168
+ "title": "Encrypted Media Extensions Stream Format Registry",
17169
+ "source": "w3c",
17170
+ "shortTitle": "Encrypted Media Extensions Stream Format Registry",
17171
+ "categories": [
17172
+ "browser"
17173
+ ],
17174
+ "standing": "good"
17175
+ },
17176
+ {
17177
+ "url": "https://www.w3.org/TR/eme-stream-webm/",
17178
+ "seriesComposition": "full",
17179
+ "shortname": "eme-stream-webm",
17180
+ "series": {
17181
+ "shortname": "eme-stream-webm",
17182
+ "currentSpecification": "eme-stream-webm",
17183
+ "title": "WebM Stream Format",
17184
+ "shortTitle": "WebM Stream Format",
17185
+ "releaseUrl": "https://www.w3.org/TR/eme-stream-webm/",
17186
+ "nightlyUrl": "https://w3c.github.io/encrypted-media/format-registry/stream/webm.html"
17187
+ },
17188
+ "nightly": {
17189
+ "url": "https://w3c.github.io/encrypted-media/format-registry/stream/webm.html",
17190
+ "status": "Editor's Draft",
17191
+ "sourcePath": "format-registry/stream/webm-respec.html",
17192
+ "alternateUrls": [],
17193
+ "repository": "https://github.com/w3c/encrypted-media",
17194
+ "filename": "webm.html"
17195
+ },
17196
+ "organization": "W3C",
17197
+ "groups": [
17198
+ {
17199
+ "name": "Media Working Group",
17200
+ "url": "https://www.w3.org/media-wg/"
17201
+ }
17202
+ ],
17203
+ "release": {
17204
+ "url": "https://www.w3.org/TR/eme-stream-webm/",
17205
+ "status": "Note",
17206
+ "filename": "Overview.html"
17207
+ },
17208
+ "title": "WebM Stream Format",
17209
+ "source": "w3c",
17210
+ "shortTitle": "WebM Stream Format",
17211
+ "categories": [
17212
+ "browser"
17213
+ ],
17214
+ "standing": "good"
17215
+ },
17216
+ {
17217
+ "url": "https://www.w3.org/TR/encrypted-media-2/",
17218
+ "seriesComposition": "full",
17219
+ "shortname": "encrypted-media-2",
16857
17220
  "series": {
16858
17221
  "shortname": "encrypted-media",
16859
- "currentSpecification": "encrypted-media",
17222
+ "currentSpecification": "encrypted-media-2",
16860
17223
  "title": "Encrypted Media Extensions",
16861
17224
  "shortTitle": "Encrypted Media Extensions",
16862
17225
  "releaseUrl": "https://www.w3.org/TR/encrypted-media/",
16863
17226
  "nightlyUrl": "https://w3c.github.io/encrypted-media/"
16864
17227
  },
17228
+ "seriesVersion": "2",
16865
17229
  "nightly": {
16866
17230
  "url": "https://w3c.github.io/encrypted-media/",
16867
17231
  "status": "Editor's Draft",
@@ -16870,16 +17234,19 @@
16870
17234
  "repository": "https://github.com/w3c/encrypted-media",
16871
17235
  "filename": "index.html"
16872
17236
  },
17237
+ "formerNames": [
17238
+ "encrypted-media"
17239
+ ],
16873
17240
  "organization": "W3C",
16874
17241
  "groups": [
16875
17242
  {
16876
- "name": "HTML Media Extensions Working Group",
16877
- "url": "https://www.w3.org/html/wg/"
17243
+ "name": "Media Working Group",
17244
+ "url": "https://www.w3.org/media-wg/"
16878
17245
  }
16879
17246
  ],
16880
17247
  "release": {
16881
- "url": "https://www.w3.org/TR/encrypted-media/",
16882
- "status": "Recommendation",
17248
+ "url": "https://www.w3.org/TR/encrypted-media-2/",
17249
+ "status": "First Public Working Draft",
16883
17250
  "filename": "Overview.html"
16884
17251
  },
16885
17252
  "title": "Encrypted Media Extensions",
@@ -18878,8 +19245,8 @@
18878
19245
  "organization": "W3C",
18879
19246
  "groups": [
18880
19247
  {
18881
- "name": "HTML Media Extensions Working Group",
18882
- "url": "https://www.w3.org/html/wg/"
19248
+ "name": "Media Working Group",
19249
+ "url": "https://www.w3.org/media-wg/"
18883
19250
  }
18884
19251
  ],
18885
19252
  "release": {
@@ -18918,8 +19285,8 @@
18918
19285
  "organization": "W3C",
18919
19286
  "groups": [
18920
19287
  {
18921
- "name": "HTML Media Extensions Working Group",
18922
- "url": "https://www.w3.org/html/wg/"
19288
+ "name": "Media Working Group",
19289
+ "url": "https://www.w3.org/media-wg/"
18923
19290
  }
18924
19291
  ],
18925
19292
  "release": {
@@ -18958,8 +19325,8 @@
18958
19325
  "organization": "W3C",
18959
19326
  "groups": [
18960
19327
  {
18961
- "name": "HTML Media Extensions Working Group",
18962
- "url": "https://www.w3.org/html/wg/"
19328
+ "name": "Media Working Group",
19329
+ "url": "https://www.w3.org/media-wg/"
18963
19330
  }
18964
19331
  ],
18965
19332
  "release": {
@@ -18998,13 +19365,13 @@
18998
19365
  "organization": "W3C",
18999
19366
  "groups": [
19000
19367
  {
19001
- "name": "HTML Media Extensions Working Group",
19002
- "url": "https://www.w3.org/html/wg/"
19368
+ "name": "Media Working Group",
19369
+ "url": "https://www.w3.org/media-wg/"
19003
19370
  }
19004
19371
  ],
19005
19372
  "release": {
19006
19373
  "url": "https://www.w3.org/TR/mse-byte-stream-format-registry/",
19007
- "status": "Note",
19374
+ "status": "Draft Registry",
19008
19375
  "filename": "Overview.html"
19009
19376
  },
19010
19377
  "title": "Media Source Extensions Byte Stream Format Registry",
@@ -19038,8 +19405,8 @@
19038
19405
  "organization": "W3C",
19039
19406
  "groups": [
19040
19407
  {
19041
- "name": "HTML Media Extensions Working Group",
19042
- "url": "https://www.w3.org/html/wg/"
19408
+ "name": "Media Working Group",
19409
+ "url": "https://www.w3.org/media-wg/"
19043
19410
  }
19044
19411
  ],
19045
19412
  "release": {
@@ -19240,8 +19607,8 @@
19240
19607
  "shortname": "orientation-event",
19241
19608
  "series": {
19242
19609
  "shortname": "orientation-event",
19243
- "title": "Device Orientation and Motion",
19244
19610
  "currentSpecification": "orientation-event",
19611
+ "title": "Device Orientation and Motion",
19245
19612
  "shortTitle": "Device Orientation and Motion",
19246
19613
  "releaseUrl": "https://www.w3.org/TR/orientation-event/",
19247
19614
  "nightlyUrl": "https://w3c.github.io/deviceorientation/"
@@ -20305,8 +20672,8 @@
20305
20672
  "shortname": "screen-orientation",
20306
20673
  "series": {
20307
20674
  "shortname": "screen-orientation",
20308
- "title": "Screen Orientation",
20309
20675
  "currentSpecification": "screen-orientation",
20676
+ "title": "Screen Orientation",
20310
20677
  "shortTitle": "Screen Orientation",
20311
20678
  "releaseUrl": "https://www.w3.org/TR/screen-orientation/",
20312
20679
  "nightlyUrl": "https://w3c.github.io/screen-orientation/"
@@ -20401,8 +20768,8 @@
20401
20768
  "shortname": "scroll-animations-1",
20402
20769
  "series": {
20403
20770
  "shortname": "scroll-animations",
20404
- "title": "Scroll-driven Animations",
20405
20771
  "currentSpecification": "scroll-animations-1",
20772
+ "title": "Scroll-driven Animations",
20406
20773
  "shortTitle": "Scroll-driven Animations",
20407
20774
  "releaseUrl": "https://www.w3.org/TR/scroll-animations/",
20408
20775
  "nightlyUrl": "https://drafts.csswg.org/scroll-animations/"
@@ -21791,6 +22158,7 @@
21791
22158
  "seriesVersion": "2",
21792
22159
  "forks": [
21793
22160
  "wasm-js-api-2-fork-content-security-policy",
22161
+ "wasm-js-api-2-fork-esm-integration",
21794
22162
  "wasm-js-api-2-fork-exception-handling",
21795
22163
  "wasm-js-api-2-fork-js-promise-integration",
21796
22164
  "wasm-js-api-2-fork-js-types",
@@ -22603,6 +22971,46 @@
22603
22971
  ],
22604
22972
  "standing": "good"
22605
22973
  },
22974
+ {
22975
+ "url": "https://www.w3.org/TR/webcodecs-video-frame-metadata-registry/",
22976
+ "seriesComposition": "full",
22977
+ "shortname": "webcodecs-video-frame-metadata-registry",
22978
+ "series": {
22979
+ "shortname": "webcodecs-video-frame-metadata-registry",
22980
+ "currentSpecification": "webcodecs-video-frame-metadata-registry",
22981
+ "title": "WebCodecs VideoFrame Metadata Registry",
22982
+ "shortTitle": "WebCodecs VideoFrame Metadata Registry",
22983
+ "releaseUrl": "https://www.w3.org/TR/webcodecs-video-frame-metadata-registry/",
22984
+ "nightlyUrl": "https://w3c.github.io/webcodecs/video_frame_metadata_registry.html"
22985
+ },
22986
+ "nightly": {
22987
+ "url": "https://w3c.github.io/webcodecs/video_frame_metadata_registry.html",
22988
+ "status": "Editor's Draft",
22989
+ "sourcePath": "video_frame_metadata_registry.src.html",
22990
+ "alternateUrls": [],
22991
+ "repository": "https://github.com/w3c/webcodecs",
22992
+ "filename": "video_frame_metadata_registry.html"
22993
+ },
22994
+ "organization": "W3C",
22995
+ "groups": [
22996
+ {
22997
+ "name": "Media Working Group",
22998
+ "url": "https://www.w3.org/media-wg/"
22999
+ }
23000
+ ],
23001
+ "release": {
23002
+ "url": "https://www.w3.org/TR/webcodecs-video-frame-metadata-registry/",
23003
+ "status": "Draft Registry",
23004
+ "filename": "Overview.html"
23005
+ },
23006
+ "title": "WebCodecs VideoFrame Metadata Registry",
23007
+ "source": "w3c",
23008
+ "shortTitle": "WebCodecs VideoFrame Metadata Registry",
23009
+ "categories": [
23010
+ "browser"
23011
+ ],
23012
+ "standing": "good"
23013
+ },
22606
23014
  {
22607
23015
  "url": "https://www.w3.org/TR/webcodecs-vorbis-codec-registration/",
22608
23016
  "seriesComposition": "full",
@@ -22992,13 +23400,7 @@
22992
23400
  "categories": [
22993
23401
  "browser"
22994
23402
  ],
22995
- "standing": "good",
22996
- "tests": {
22997
- "repository": "https://github.com/web-platform-tests/wpt",
22998
- "testPaths": [
22999
- "webnn"
23000
- ]
23001
- }
23403
+ "standing": "good"
23002
23404
  },
23003
23405
  {
23004
23406
  "url": "https://www.w3.org/TR/webrtc-encoded-transform/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.12.1",
3
+ "version": "4.13.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",