web-specs 3.83.0 → 3.85.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 +575 -191
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -961,20 +961,20 @@
961
961
  "standing": "good"
962
962
  },
963
963
  {
964
- "url": "https://drafts.csswg.org/css-gcpm-4/",
965
- "seriesComposition": "delta",
966
- "shortname": "css-gcpm-4",
964
+ "url": "https://drafts.csswg.org/css-flexbox-2/",
965
+ "seriesComposition": "full",
966
+ "shortname": "css-flexbox-2",
967
967
  "series": {
968
- "shortname": "css-gcpm",
969
- "currentSpecification": "css-gcpm-3",
970
- "title": "CSS Generated Content for Paged Media",
971
- "shortTitle": "CSS GCPM",
972
- "releaseUrl": "https://www.w3.org/TR/css-gcpm/",
973
- "nightlyUrl": "https://drafts.csswg.org/css-gcpm/"
968
+ "shortname": "css-flexbox",
969
+ "currentSpecification": "css-flexbox-1",
970
+ "title": "CSS Flexible Box Layout",
971
+ "shortTitle": "CSS Flexbox",
972
+ "releaseUrl": "https://www.w3.org/TR/css-flexbox/",
973
+ "nightlyUrl": "https://drafts.csswg.org/css-flexbox/"
974
974
  },
975
- "seriesVersion": "4",
976
- "shortTitle": "CSS GCPM 4",
977
- "seriesPrevious": "css-gcpm-3",
975
+ "seriesVersion": "2",
976
+ "shortTitle": "CSS Flexbox 2",
977
+ "seriesPrevious": "css-flexbox-1",
978
978
  "organization": "W3C",
979
979
  "groups": [
980
980
  {
@@ -983,16 +983,16 @@
983
983
  }
984
984
  ],
985
985
  "nightly": {
986
- "url": "https://drafts.csswg.org/css-gcpm-4/",
986
+ "url": "https://drafts.csswg.org/css-flexbox-2/",
987
987
  "status": "Editor's Draft",
988
988
  "alternateUrls": [
989
- "https://w3c.github.io/csswg-drafts/css-gcpm-4/"
989
+ "https://w3c.github.io/csswg-drafts/css-flexbox-2/"
990
990
  ],
991
991
  "repository": "https://github.com/w3c/csswg-drafts",
992
- "sourcePath": "css-gcpm-4/Overview.bs",
992
+ "sourcePath": "css-flexbox-2/Overview.bs",
993
993
  "filename": "index.html"
994
994
  },
995
- "title": "CSS Generated Content for Paged Media Module Level 4",
995
+ "title": "CSS Flexible Box Layout Module Level 2",
996
996
  "source": "spec",
997
997
  "categories": [
998
998
  "browser"
@@ -1001,22 +1001,25 @@
1001
1001
  "tests": {
1002
1002
  "repository": "https://github.com/web-platform-tests/wpt",
1003
1003
  "testPaths": [
1004
- "css/css-gcpm"
1004
+ "css/css-flexbox"
1005
1005
  ]
1006
1006
  }
1007
1007
  },
1008
1008
  {
1009
- "url": "https://drafts.csswg.org/css-image-animation-1/",
1010
- "seriesComposition": "full",
1011
- "shortname": "css-image-animation-1",
1009
+ "url": "https://drafts.csswg.org/css-gcpm-4/",
1010
+ "seriesComposition": "delta",
1011
+ "shortname": "css-gcpm-4",
1012
1012
  "series": {
1013
- "shortname": "css-image-animation",
1014
- "currentSpecification": "css-image-animation-1",
1015
- "title": "CSS Image Animation",
1016
- "shortTitle": "CSS Image Animation",
1017
- "nightlyUrl": "https://drafts.csswg.org/css-image-animation/"
1013
+ "shortname": "css-gcpm",
1014
+ "currentSpecification": "css-gcpm-3",
1015
+ "title": "CSS Generated Content for Paged Media",
1016
+ "shortTitle": "CSS GCPM",
1017
+ "releaseUrl": "https://www.w3.org/TR/css-gcpm/",
1018
+ "nightlyUrl": "https://drafts.csswg.org/css-gcpm/"
1018
1019
  },
1019
- "seriesVersion": "1",
1020
+ "seriesVersion": "4",
1021
+ "shortTitle": "CSS GCPM 4",
1022
+ "seriesPrevious": "css-gcpm-3",
1020
1023
  "organization": "W3C",
1021
1024
  "groups": [
1022
1025
  {
@@ -1025,23 +1028,27 @@
1025
1028
  }
1026
1029
  ],
1027
1030
  "nightly": {
1028
- "url": "https://drafts.csswg.org/css-image-animation-1/",
1031
+ "url": "https://drafts.csswg.org/css-gcpm-4/",
1029
1032
  "status": "Editor's Draft",
1030
1033
  "alternateUrls": [
1031
- "https://w3c.github.io/csswg-drafts/css-image-animation-1/",
1032
- "https://w3c.github.io/csswg-drafts/css-image-animation/"
1034
+ "https://w3c.github.io/csswg-drafts/css-gcpm-4/"
1033
1035
  ],
1034
1036
  "repository": "https://github.com/w3c/csswg-drafts",
1035
- "sourcePath": "css-image-animation-1/Overview.bs",
1037
+ "sourcePath": "css-gcpm-4/Overview.bs",
1036
1038
  "filename": "index.html"
1037
1039
  },
1038
- "title": "CSS Image Animation Module Level 1",
1040
+ "title": "CSS Generated Content for Paged Media Module Level 4",
1039
1041
  "source": "spec",
1040
- "shortTitle": "CSS Image Animation 1",
1041
1042
  "categories": [
1042
1043
  "browser"
1043
1044
  ],
1044
- "standing": "good"
1045
+ "standing": "good",
1046
+ "tests": {
1047
+ "repository": "https://github.com/web-platform-tests/wpt",
1048
+ "testPaths": [
1049
+ "css/css-gcpm"
1050
+ ]
1051
+ }
1045
1052
  },
1046
1053
  {
1047
1054
  "url": "https://drafts.csswg.org/css-images-5/",
@@ -2172,7 +2179,7 @@
2172
2179
  "url": "https://www.w3.org/community/patcg/"
2173
2180
  }
2174
2181
  ],
2175
- "standing": "good",
2182
+ "standing": "discontinued",
2176
2183
  "organization": "W3C",
2177
2184
  "nightly": {
2178
2185
  "url": "https://patcg-individual-drafts.github.io/private-aggregation-api/",
@@ -2206,7 +2213,7 @@
2206
2213
  "url": "https://www.w3.org/community/patcg/"
2207
2214
  }
2208
2215
  ],
2209
- "standing": "pending",
2216
+ "standing": "discontinued",
2210
2217
  "organization": "W3C",
2211
2218
  "nightly": {
2212
2219
  "url": "https://patcg-individual-drafts.github.io/topics/",
@@ -2308,6 +2315,7 @@
2308
2315
  "shortTitle": "requestStorageAccessFor API",
2309
2316
  "nightlyUrl": "https://privacycg.github.io/requestStorageAccessFor/"
2310
2317
  },
2318
+ "standing": "discontinued",
2311
2319
  "organization": "W3C",
2312
2320
  "groups": [
2313
2321
  {
@@ -2329,7 +2337,6 @@
2329
2337
  "categories": [
2330
2338
  "browser"
2331
2339
  ],
2332
- "standing": "good",
2333
2340
  "tests": {
2334
2341
  "repository": "https://github.com/web-platform-tests/wpt",
2335
2342
  "testPaths": [
@@ -6466,6 +6473,46 @@
6466
6473
  ]
6467
6474
  }
6468
6475
  },
6476
+ {
6477
+ "url": "https://w3c-cg.github.io/web-nfc/",
6478
+ "seriesComposition": "full",
6479
+ "shortname": "web-nfc",
6480
+ "series": {
6481
+ "shortname": "web-nfc",
6482
+ "currentSpecification": "web-nfc",
6483
+ "title": "Web NFC",
6484
+ "shortTitle": "Web NFC",
6485
+ "nightlyUrl": "https://w3c-cg.github.io/web-nfc/"
6486
+ },
6487
+ "organization": "W3C",
6488
+ "groups": [
6489
+ {
6490
+ "name": "Web NFC Community Group",
6491
+ "url": "https://www.w3.org/community/web-nfc/"
6492
+ }
6493
+ ],
6494
+ "nightly": {
6495
+ "url": "https://w3c-cg.github.io/web-nfc/",
6496
+ "status": "Draft Community Group Report",
6497
+ "alternateUrls": [],
6498
+ "repository": "https://github.com/w3c-cg/web-nfc",
6499
+ "sourcePath": "index.html",
6500
+ "filename": "index.html"
6501
+ },
6502
+ "title": "Web NFC",
6503
+ "source": "spec",
6504
+ "shortTitle": "Web NFC",
6505
+ "categories": [
6506
+ "browser"
6507
+ ],
6508
+ "standing": "good",
6509
+ "tests": {
6510
+ "repository": "https://github.com/web-platform-tests/wpt",
6511
+ "testPaths": [
6512
+ "web-nfc"
6513
+ ]
6514
+ }
6515
+ },
6469
6516
  {
6470
6517
  "url": "https://w3c-fedid.github.io/login-status/",
6471
6518
  "seriesComposition": "full",
@@ -6738,46 +6785,6 @@
6738
6785
  ],
6739
6786
  "standing": "good"
6740
6787
  },
6741
- {
6742
- "url": "https://w3c.github.io/long-animation-frames/",
6743
- "seriesComposition": "full",
6744
- "shortname": "long-animation-frames",
6745
- "series": {
6746
- "shortname": "long-animation-frames",
6747
- "currentSpecification": "long-animation-frames",
6748
- "title": "Long Animation Frames API",
6749
- "shortTitle": "Long Animation Frames API",
6750
- "nightlyUrl": "https://w3c.github.io/long-animation-frames/"
6751
- },
6752
- "organization": "W3C",
6753
- "groups": [
6754
- {
6755
- "name": "Web Performance Working Group",
6756
- "url": "https://www.w3.org/groups/wg/webperf/"
6757
- }
6758
- ],
6759
- "nightly": {
6760
- "url": "https://w3c.github.io/long-animation-frames/",
6761
- "status": "Editor's Draft",
6762
- "alternateUrls": [],
6763
- "repository": "https://github.com/w3c/long-animation-frames",
6764
- "sourcePath": "index.bs",
6765
- "filename": "index.html"
6766
- },
6767
- "title": "Long Animation Frames API",
6768
- "source": "spec",
6769
- "shortTitle": "Long Animation Frames API",
6770
- "categories": [
6771
- "browser"
6772
- ],
6773
- "standing": "good",
6774
- "tests": {
6775
- "repository": "https://github.com/web-platform-tests/wpt",
6776
- "testPaths": [
6777
- "long-animation-frame"
6778
- ]
6779
- }
6780
- },
6781
6788
  {
6782
6789
  "url": "https://w3c.github.io/mathml-aam/",
6783
6790
  "seriesComposition": "full",
@@ -7224,48 +7231,19 @@
7224
7231
  "standing": "good"
7225
7232
  },
7226
7233
  {
7227
- "url": "https://w3c.github.io/vc-barcodes/",
7234
+ "url": "https://w3c.github.io/vc-recognized-entities/",
7228
7235
  "seriesComposition": "full",
7229
- "shortname": "vc-barcodes",
7236
+ "shortname": "vc-recognized-entities",
7230
7237
  "series": {
7231
- "shortname": "vc-barcodes",
7232
- "currentSpecification": "vc-barcodes",
7233
- "title": "Verifiable Credential Barcodes v0.8",
7234
- "shortTitle": "Verifiable Credential Barcodes v0.8",
7235
- "nightlyUrl": "https://w3c.github.io/vc-barcodes/"
7238
+ "shortname": "vc-recognized-entities",
7239
+ "currentSpecification": "vc-recognized-entities",
7240
+ "title": "Recognized Entities v1.0",
7241
+ "shortTitle": "Recognized Entities v1.0",
7242
+ "nightlyUrl": "https://w3c.github.io/vc-recognized-entities/"
7236
7243
  },
7237
- "organization": "W3C",
7238
- "groups": [
7239
- {
7240
- "name": "Verifiable Credentials Working Group",
7241
- "url": "https://www.w3.org/groups/wg/vc/"
7242
- }
7244
+ "formerNames": [
7245
+ "vc-recognition"
7243
7246
  ],
7244
- "nightly": {
7245
- "url": "https://w3c.github.io/vc-barcodes/",
7246
- "status": "Editor's Draft",
7247
- "alternateUrls": [],
7248
- "repository": "https://github.com/w3c/vc-barcodes",
7249
- "sourcePath": "index.html",
7250
- "filename": "index.html"
7251
- },
7252
- "title": "Verifiable Credential Barcodes v0.8",
7253
- "source": "spec",
7254
- "shortTitle": "Verifiable Credential Barcodes v0.8",
7255
- "categories": [],
7256
- "standing": "good"
7257
- },
7258
- {
7259
- "url": "https://w3c.github.io/vc-recognition/",
7260
- "seriesComposition": "full",
7261
- "shortname": "vc-recognition",
7262
- "series": {
7263
- "shortname": "vc-recognition",
7264
- "currentSpecification": "vc-recognition",
7265
- "title": "VCs for Entity Recognition v0.9",
7266
- "shortTitle": "VCs for Entity Recognition v0.9",
7267
- "nightlyUrl": "https://w3c.github.io/vc-recognition/"
7268
- },
7269
7247
  "organization": "W3C",
7270
7248
  "groups": [
7271
7249
  {
@@ -7274,59 +7252,19 @@
7274
7252
  }
7275
7253
  ],
7276
7254
  "nightly": {
7277
- "url": "https://w3c.github.io/vc-recognition/",
7255
+ "url": "https://w3c.github.io/vc-recognized-entities/",
7278
7256
  "status": "Editor's Draft",
7279
7257
  "alternateUrls": [],
7280
- "repository": "https://github.com/w3c/vc-recognition",
7258
+ "repository": "https://github.com/w3c/vc-recognized-entities",
7281
7259
  "sourcePath": "index.html",
7282
7260
  "filename": "index.html"
7283
7261
  },
7284
- "title": "VCs for Entity Recognition v0.9",
7262
+ "title": "Recognized Entities v1.0",
7285
7263
  "source": "spec",
7286
- "shortTitle": "VCs for Entity Recognition v0.9",
7264
+ "shortTitle": "Recognized Entities v1.0",
7287
7265
  "categories": [],
7288
7266
  "standing": "good"
7289
7267
  },
7290
- {
7291
- "url": "https://w3c.github.io/web-nfc/",
7292
- "seriesComposition": "full",
7293
- "shortname": "web-nfc",
7294
- "series": {
7295
- "shortname": "web-nfc",
7296
- "currentSpecification": "web-nfc",
7297
- "title": "Web NFC",
7298
- "shortTitle": "Web NFC",
7299
- "nightlyUrl": "https://w3c.github.io/web-nfc/"
7300
- },
7301
- "organization": "W3C",
7302
- "groups": [
7303
- {
7304
- "name": "Web NFC Community Group",
7305
- "url": "https://www.w3.org/community/web-nfc/"
7306
- }
7307
- ],
7308
- "nightly": {
7309
- "url": "https://w3c.github.io/web-nfc/",
7310
- "status": "Draft Community Group Report",
7311
- "alternateUrls": [],
7312
- "repository": "https://github.com/w3c/web-nfc",
7313
- "sourcePath": "index.html",
7314
- "filename": "index.html"
7315
- },
7316
- "title": "Web NFC",
7317
- "source": "spec",
7318
- "shortTitle": "Web NFC",
7319
- "categories": [
7320
- "browser"
7321
- ],
7322
- "standing": "good",
7323
- "tests": {
7324
- "repository": "https://github.com/web-platform-tests/wpt",
7325
- "testPaths": [
7326
- "web-nfc"
7327
- ]
7328
- }
7329
- },
7330
7268
  {
7331
7269
  "url": "https://w3c.github.io/web-share-target/",
7332
7270
  "seriesComposition": "full",
@@ -8513,6 +8451,7 @@
8513
8451
  "shortTitle": "Attribution Reporting",
8514
8452
  "nightlyUrl": "https://wicg.github.io/attribution-reporting-api/"
8515
8453
  },
8454
+ "standing": "discontinued",
8516
8455
  "organization": "W3C",
8517
8456
  "groups": [
8518
8457
  {
@@ -8533,8 +8472,7 @@
8533
8472
  "shortTitle": "Attribution Reporting",
8534
8473
  "categories": [
8535
8474
  "browser"
8536
- ],
8537
- "standing": "good"
8475
+ ]
8538
8476
  },
8539
8477
  {
8540
8478
  "url": "https://wicg.github.io/audio-context-playout-stats/",
@@ -9613,6 +9551,40 @@
9613
9551
  ]
9614
9552
  }
9615
9553
  },
9554
+ {
9555
+ "url": "https://wicg.github.io/iframe-media-pausing/",
9556
+ "seriesComposition": "full",
9557
+ "shortname": "iframe-media-pausing",
9558
+ "series": {
9559
+ "shortname": "iframe-media-pausing",
9560
+ "currentSpecification": "iframe-media-pausing",
9561
+ "title": "Iframe Media Pausing",
9562
+ "shortTitle": "Iframe Media Pausing",
9563
+ "nightlyUrl": "https://wicg.github.io/iframe-media-pausing/"
9564
+ },
9565
+ "organization": "W3C",
9566
+ "groups": [
9567
+ {
9568
+ "name": "Web Platform Incubator Community Group",
9569
+ "url": "https://www.w3.org/community/wicg/"
9570
+ }
9571
+ ],
9572
+ "nightly": {
9573
+ "url": "https://wicg.github.io/iframe-media-pausing/",
9574
+ "status": "Draft Community Group Report",
9575
+ "alternateUrls": [],
9576
+ "repository": "https://github.com/WICG/iframe-media-pausing",
9577
+ "sourcePath": "index.bs",
9578
+ "filename": "index.html"
9579
+ },
9580
+ "title": "Iframe Media Pausing",
9581
+ "source": "spec",
9582
+ "shortTitle": "Iframe Media Pausing",
9583
+ "categories": [
9584
+ "browser"
9585
+ ],
9586
+ "standing": "good"
9587
+ },
9616
9588
  {
9617
9589
  "url": "https://wicg.github.io/ink-enhancement/",
9618
9590
  "seriesComposition": "full",
@@ -11028,6 +11000,7 @@
11028
11000
  "shortTitle": "Shared Storage API",
11029
11001
  "nightlyUrl": "https://wicg.github.io/shared-storage/"
11030
11002
  },
11003
+ "standing": "discontinued",
11031
11004
  "organization": "W3C",
11032
11005
  "groups": [
11033
11006
  {
@@ -11048,8 +11021,7 @@
11048
11021
  "shortTitle": "Shared Storage API",
11049
11022
  "categories": [
11050
11023
  "browser"
11051
- ],
11052
- "standing": "good"
11024
+ ]
11053
11025
  },
11054
11026
  {
11055
11027
  "url": "https://wicg.github.io/signature-based-sri/",
@@ -11126,8 +11098,8 @@
11126
11098
  "series": {
11127
11099
  "shortname": "soft-navigations",
11128
11100
  "currentSpecification": "soft-navigations",
11129
- "title": "Soft Navigations",
11130
- "shortTitle": "Soft Navigations",
11101
+ "title": "Soft Navigations and Interaction Contentful Paint",
11102
+ "shortTitle": "Soft Navigations and Interaction Contentful Paint",
11131
11103
  "nightlyUrl": "https://wicg.github.io/soft-navigations/"
11132
11104
  },
11133
11105
  "standing": "pending",
@@ -11143,12 +11115,12 @@
11143
11115
  "status": "Draft Community Group Report",
11144
11116
  "alternateUrls": [],
11145
11117
  "repository": "https://github.com/WICG/soft-navigations",
11146
- "sourcePath": "soft-navigations.bs",
11118
+ "sourcePath": "index.bs",
11147
11119
  "filename": "index.html"
11148
11120
  },
11149
- "title": "Soft Navigations",
11121
+ "title": "Soft Navigations and Interaction Contentful Paint",
11150
11122
  "source": "spec",
11151
- "shortTitle": "Soft Navigations",
11123
+ "shortTitle": "Soft Navigations and Interaction Contentful Paint",
11152
11124
  "categories": [
11153
11125
  "browser"
11154
11126
  ]
@@ -11245,6 +11217,7 @@
11245
11217
  "nightlyUrl": "https://wicg.github.io/turtledove/"
11246
11218
  },
11247
11219
  "shortTitle": "Protected Audience",
11220
+ "standing": "discontinued",
11248
11221
  "organization": "W3C",
11249
11222
  "groups": [
11250
11223
  {
@@ -11264,8 +11237,7 @@
11264
11237
  "source": "spec",
11265
11238
  "categories": [
11266
11239
  "browser"
11267
- ],
11268
- "standing": "good"
11240
+ ]
11269
11241
  },
11270
11242
  {
11271
11243
  "url": "https://wicg.github.io/ua-client-hints/",
@@ -14427,6 +14399,45 @@
14427
14399
  ],
14428
14400
  "standing": "good"
14429
14401
  },
14402
+ {
14403
+ "url": "https://www.w3.org/TR/cbor-ld-10/",
14404
+ "seriesComposition": "full",
14405
+ "shortname": "cbor-ld-10",
14406
+ "series": {
14407
+ "shortname": "cbor-ld",
14408
+ "currentSpecification": "cbor-ld-10",
14409
+ "title": "CBOR-LD",
14410
+ "shortTitle": "CBOR-LD",
14411
+ "releaseUrl": "https://www.w3.org/TR/cbor-ld/",
14412
+ "nightlyUrl": "https://w3c.github.io/cbor-ld/"
14413
+ },
14414
+ "seriesVersion": "1.0",
14415
+ "organization": "W3C",
14416
+ "groups": [
14417
+ {
14418
+ "name": "JSON-LD Working Group",
14419
+ "url": "https://www.w3.org/groups/wg/json-ld/"
14420
+ }
14421
+ ],
14422
+ "release": {
14423
+ "url": "https://www.w3.org/TR/cbor-ld-10/",
14424
+ "status": "First Public Working Draft",
14425
+ "filename": "Overview.html"
14426
+ },
14427
+ "nightly": {
14428
+ "url": "https://w3c.github.io/cbor-ld/",
14429
+ "status": "Editor's Draft",
14430
+ "alternateUrls": [],
14431
+ "repository": "https://github.com/w3c/cbor-ld",
14432
+ "sourcePath": "index.html",
14433
+ "filename": "index.html"
14434
+ },
14435
+ "title": "CBOR-LD 1.0",
14436
+ "source": "w3c",
14437
+ "shortTitle": "CBOR-LD 1.0",
14438
+ "categories": [],
14439
+ "standing": "good"
14440
+ },
14430
14441
  {
14431
14442
  "url": "https://www.w3.org/TR/change-password-url/",
14432
14443
  "seriesComposition": "full",
@@ -14977,7 +14988,7 @@
14977
14988
  "shortname": "css-2022",
14978
14989
  "series": {
14979
14990
  "shortname": "css",
14980
- "currentSpecification": "css-2025",
14991
+ "currentSpecification": "css-2026",
14981
14992
  "title": "CSS Snapshot",
14982
14993
  "shortTitle": "CSS Snapshot",
14983
14994
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -15021,7 +15032,7 @@
15021
15032
  "shortname": "css-2023",
15022
15033
  "series": {
15023
15034
  "shortname": "css",
15024
- "currentSpecification": "css-2025",
15035
+ "currentSpecification": "css-2026",
15025
15036
  "title": "CSS Snapshot",
15026
15037
  "shortTitle": "CSS Snapshot",
15027
15038
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -15066,7 +15077,7 @@
15066
15077
  "shortname": "css-2024",
15067
15078
  "series": {
15068
15079
  "shortname": "css",
15069
- "currentSpecification": "css-2025",
15080
+ "currentSpecification": "css-2026",
15070
15081
  "title": "CSS Snapshot",
15071
15082
  "shortTitle": "CSS Snapshot",
15072
15083
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -15111,7 +15122,7 @@
15111
15122
  "shortname": "css-2025",
15112
15123
  "series": {
15113
15124
  "shortname": "css",
15114
- "currentSpecification": "css-2025",
15125
+ "currentSpecification": "css-2026",
15115
15126
  "title": "CSS Snapshot",
15116
15127
  "shortTitle": "CSS Snapshot",
15117
15128
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -15119,6 +15130,7 @@
15119
15130
  },
15120
15131
  "seriesVersion": "2025",
15121
15132
  "seriesPrevious": "css-2024",
15133
+ "seriesNext": "css-2026",
15122
15134
  "organization": "W3C",
15123
15135
  "groups": [
15124
15136
  {
@@ -15149,6 +15161,50 @@
15149
15161
  ],
15150
15162
  "standing": "good"
15151
15163
  },
15164
+ {
15165
+ "url": "https://www.w3.org/TR/css-2026/",
15166
+ "seriesComposition": "full",
15167
+ "shortname": "css-2026",
15168
+ "series": {
15169
+ "shortname": "css",
15170
+ "currentSpecification": "css-2026",
15171
+ "title": "CSS Snapshot",
15172
+ "shortTitle": "CSS Snapshot",
15173
+ "releaseUrl": "https://www.w3.org/TR/css/",
15174
+ "nightlyUrl": "https://drafts.csswg.org/css/"
15175
+ },
15176
+ "seriesVersion": "2026",
15177
+ "seriesPrevious": "css-2025",
15178
+ "organization": "W3C",
15179
+ "groups": [
15180
+ {
15181
+ "name": "Cascading Style Sheets (CSS) Working Group",
15182
+ "url": "https://www.w3.org/groups/wg/css/"
15183
+ }
15184
+ ],
15185
+ "release": {
15186
+ "url": "https://www.w3.org/TR/css-2026/",
15187
+ "status": "Note",
15188
+ "filename": "Overview.html"
15189
+ },
15190
+ "nightly": {
15191
+ "url": "https://drafts.csswg.org/css-2026/",
15192
+ "status": "Editor's Draft",
15193
+ "alternateUrls": [
15194
+ "https://w3c.github.io/csswg-drafts/css-2026/"
15195
+ ],
15196
+ "repository": "https://github.com/w3c/csswg-drafts",
15197
+ "sourcePath": "css-2026/Overview.bs",
15198
+ "filename": "index.html"
15199
+ },
15200
+ "title": "CSS Snapshot 2026",
15201
+ "source": "w3c",
15202
+ "shortTitle": "CSS Snapshot 2026",
15203
+ "categories": [
15204
+ "browser"
15205
+ ],
15206
+ "standing": "good"
15207
+ },
15152
15208
  {
15153
15209
  "url": "https://www.w3.org/TR/css-align-3/",
15154
15210
  "seriesComposition": "full",
@@ -16930,6 +16986,7 @@
16930
16986
  },
16931
16987
  "seriesVersion": "1",
16932
16988
  "shortTitle": "CSS Flexbox 1",
16989
+ "seriesNext": "css-flexbox-2",
16933
16990
  "organization": "W3C",
16934
16991
  "groups": [
16935
16992
  {
@@ -17464,6 +17521,50 @@
17464
17521
  ]
17465
17522
  }
17466
17523
  },
17524
+ {
17525
+ "url": "https://www.w3.org/TR/css-image-animation-1/",
17526
+ "seriesComposition": "full",
17527
+ "shortname": "css-image-animation-1",
17528
+ "series": {
17529
+ "shortname": "css-image-animation",
17530
+ "currentSpecification": "css-image-animation-1",
17531
+ "title": "CSS Image Animation Module",
17532
+ "shortTitle": "CSS Image Animation",
17533
+ "releaseUrl": "https://www.w3.org/TR/css-image-animation/",
17534
+ "nightlyUrl": "https://drafts.csswg.org/css-image-animation/"
17535
+ },
17536
+ "seriesVersion": "1",
17537
+ "organization": "W3C",
17538
+ "groups": [
17539
+ {
17540
+ "name": "Cascading Style Sheets (CSS) Working Group",
17541
+ "url": "https://www.w3.org/groups/wg/css/"
17542
+ }
17543
+ ],
17544
+ "release": {
17545
+ "url": "https://www.w3.org/TR/css-image-animation-1/",
17546
+ "status": "First Public Working Draft",
17547
+ "filename": "Overview.html"
17548
+ },
17549
+ "nightly": {
17550
+ "url": "https://drafts.csswg.org/css-image-animation-1/",
17551
+ "status": "Editor's Draft",
17552
+ "alternateUrls": [
17553
+ "https://w3c.github.io/csswg-drafts/css-image-animation-1/",
17554
+ "https://w3c.github.io/csswg-drafts/css-image-animation/"
17555
+ ],
17556
+ "repository": "https://github.com/w3c/csswg-drafts",
17557
+ "sourcePath": "css-image-animation-1/Overview.bs",
17558
+ "filename": "index.html"
17559
+ },
17560
+ "title": "CSS Image Animation Module Level 1",
17561
+ "source": "w3c",
17562
+ "shortTitle": "CSS Image Animation 1",
17563
+ "categories": [
17564
+ "browser"
17565
+ ],
17566
+ "standing": "good"
17567
+ },
17467
17568
  {
17468
17569
  "url": "https://www.w3.org/TR/css-images-3/",
17469
17570
  "seriesComposition": "full",
@@ -23362,6 +23463,52 @@
23362
23463
  ]
23363
23464
  }
23364
23465
  },
23466
+ {
23467
+ "url": "https://www.w3.org/TR/long-animation-frames/",
23468
+ "seriesComposition": "full",
23469
+ "shortname": "long-animation-frames",
23470
+ "series": {
23471
+ "shortname": "long-animation-frames",
23472
+ "currentSpecification": "long-animation-frames",
23473
+ "title": "Long Animation Frames API",
23474
+ "shortTitle": "Long Animation Frames API",
23475
+ "releaseUrl": "https://www.w3.org/TR/long-animation-frames/",
23476
+ "nightlyUrl": "https://w3c.github.io/long-animation-frames/"
23477
+ },
23478
+ "organization": "W3C",
23479
+ "groups": [
23480
+ {
23481
+ "name": "Web Performance Working Group",
23482
+ "url": "https://www.w3.org/groups/wg/webperf/"
23483
+ }
23484
+ ],
23485
+ "release": {
23486
+ "url": "https://www.w3.org/TR/long-animation-frames/",
23487
+ "status": "First Public Working Draft",
23488
+ "filename": "Overview.html"
23489
+ },
23490
+ "nightly": {
23491
+ "url": "https://w3c.github.io/long-animation-frames/",
23492
+ "status": "Editor's Draft",
23493
+ "alternateUrls": [],
23494
+ "repository": "https://github.com/w3c/long-animation-frames",
23495
+ "sourcePath": "index.bs",
23496
+ "filename": "index.html"
23497
+ },
23498
+ "title": "Long Animation Frames API",
23499
+ "source": "w3c",
23500
+ "shortTitle": "Long Animation Frames API",
23501
+ "categories": [
23502
+ "browser"
23503
+ ],
23504
+ "standing": "good",
23505
+ "tests": {
23506
+ "repository": "https://github.com/web-platform-tests/wpt",
23507
+ "testPaths": [
23508
+ "long-animation-frame"
23509
+ ]
23510
+ }
23511
+ },
23365
23512
  {
23366
23513
  "url": "https://www.w3.org/TR/longtasks-1/",
23367
23514
  "seriesComposition": "full",
@@ -28737,6 +28884,48 @@
28737
28884
  ]
28738
28885
  }
28739
28886
  },
28887
+ {
28888
+ "url": "https://www.w3.org/TR/vc-barcodes-1.0/",
28889
+ "seriesComposition": "full",
28890
+ "shortname": "vc-barcodes-1.0",
28891
+ "series": {
28892
+ "shortname": "vc-barcodes",
28893
+ "currentSpecification": "vc-barcodes-1.0",
28894
+ "title": "Verifiable Credential Barcodes",
28895
+ "shortTitle": "Verifiable Credential Barcodes",
28896
+ "releaseUrl": "https://www.w3.org/TR/vc-barcodes/",
28897
+ "nightlyUrl": "https://w3c.github.io/vc-barcodes/"
28898
+ },
28899
+ "seriesVersion": "1.0",
28900
+ "formerNames": [
28901
+ "vc-barcodes"
28902
+ ],
28903
+ "organization": "W3C",
28904
+ "groups": [
28905
+ {
28906
+ "name": "Verifiable Credentials Working Group",
28907
+ "url": "https://www.w3.org/groups/wg/vc/"
28908
+ }
28909
+ ],
28910
+ "release": {
28911
+ "url": "https://www.w3.org/TR/vc-barcodes-1.0/",
28912
+ "status": "Working Draft",
28913
+ "filename": "Overview.html"
28914
+ },
28915
+ "nightly": {
28916
+ "url": "https://w3c.github.io/vc-barcodes/",
28917
+ "status": "Editor's Draft",
28918
+ "alternateUrls": [],
28919
+ "repository": "https://github.com/w3c/vc-barcodes",
28920
+ "sourcePath": "index.html",
28921
+ "filename": "index.html"
28922
+ },
28923
+ "title": "Verifiable Credential Barcodes v1.0",
28924
+ "source": "w3c",
28925
+ "shortTitle": "Verifiable Credential Barcodes v1.0",
28926
+ "categories": [],
28927
+ "standing": "good"
28928
+ },
28740
28929
  {
28741
28930
  "url": "https://www.w3.org/TR/vc-bitstring-status-list/",
28742
28931
  "seriesComposition": "full",
@@ -28814,17 +29003,19 @@
28814
29003
  "standing": "good"
28815
29004
  },
28816
29005
  {
28817
- "url": "https://www.w3.org/TR/vc-data-integrity/",
29006
+ "url": "https://www.w3.org/TR/vc-data-integrity-1.1/",
28818
29007
  "seriesComposition": "full",
28819
- "shortname": "vc-data-integrity",
29008
+ "shortname": "vc-data-integrity-1.1",
28820
29009
  "series": {
28821
29010
  "shortname": "vc-data-integrity",
28822
29011
  "currentSpecification": "vc-data-integrity",
28823
29012
  "title": "Verifiable Credential Data Integrity",
28824
29013
  "shortTitle": "Verifiable Credential Data Integrity",
28825
29014
  "releaseUrl": "https://www.w3.org/TR/vc-data-integrity/",
28826
- "nightlyUrl": "https://w3c.github.io/vc-data-integrity/"
29015
+ "nightlyUrl": "https://www.w3.org/TR/vc-data-integrity/"
28827
29016
  },
29017
+ "seriesVersion": "1.1",
29018
+ "seriesPrevious": "vc-data-integrity",
28828
29019
  "organization": "W3C",
28829
29020
  "groups": [
28830
29021
  {
@@ -28833,8 +29024,8 @@
28833
29024
  }
28834
29025
  ],
28835
29026
  "release": {
28836
- "url": "https://www.w3.org/TR/vc-data-integrity/",
28837
- "status": "Recommendation",
29027
+ "url": "https://www.w3.org/TR/vc-data-integrity-1.1/",
29028
+ "status": "First Public Working Draft",
28838
29029
  "filename": "Overview.html"
28839
29030
  },
28840
29031
  "nightly": {
@@ -28845,6 +29036,43 @@
28845
29036
  "sourcePath": "index.html",
28846
29037
  "filename": "index.html"
28847
29038
  },
29039
+ "title": "Verifiable Credential Data Integrity 1.1",
29040
+ "source": "w3c",
29041
+ "shortTitle": "Verifiable Credential Data Integrity 1.1",
29042
+ "categories": [],
29043
+ "standing": "good"
29044
+ },
29045
+ {
29046
+ "url": "https://www.w3.org/TR/vc-data-integrity/",
29047
+ "seriesComposition": "full",
29048
+ "shortname": "vc-data-integrity",
29049
+ "series": {
29050
+ "shortname": "vc-data-integrity",
29051
+ "currentSpecification": "vc-data-integrity",
29052
+ "title": "Verifiable Credential Data Integrity",
29053
+ "shortTitle": "Verifiable Credential Data Integrity",
29054
+ "releaseUrl": "https://www.w3.org/TR/vc-data-integrity/",
29055
+ "nightlyUrl": "https://www.w3.org/TR/vc-data-integrity/"
29056
+ },
29057
+ "nightly": {
29058
+ "url": "https://www.w3.org/TR/vc-data-integrity/",
29059
+ "status": "Editor's Draft",
29060
+ "alternateUrls": [],
29061
+ "filename": "index.html"
29062
+ },
29063
+ "seriesNext": "vc-data-integrity-1.1",
29064
+ "organization": "W3C",
29065
+ "groups": [
29066
+ {
29067
+ "name": "Verifiable Credentials Working Group",
29068
+ "url": "https://www.w3.org/groups/wg/vc/"
29069
+ }
29070
+ ],
29071
+ "release": {
29072
+ "url": "https://www.w3.org/TR/vc-data-integrity/",
29073
+ "status": "Recommendation",
29074
+ "filename": "Overview.html"
29075
+ },
28848
29076
  "title": "Verifiable Credential Data Integrity 1.0",
28849
29077
  "source": "w3c",
28850
29078
  "shortTitle": "Verifiable Credential Data Integrity 1.0",
@@ -28861,9 +29089,16 @@
28861
29089
  "title": "Verifiable Credentials Data Model",
28862
29090
  "shortTitle": "Verifiable Credentials Data Model",
28863
29091
  "releaseUrl": "https://www.w3.org/TR/vc-data-model/",
28864
- "nightlyUrl": "https://w3c.github.io/vc-data-model/"
29092
+ "nightlyUrl": "https://www.w3.org/TR/vc-data-model/"
28865
29093
  },
28866
29094
  "seriesVersion": "2.0",
29095
+ "nightly": {
29096
+ "url": "https://www.w3.org/TR/vc-data-model-2.0/",
29097
+ "status": "Editor's Draft",
29098
+ "alternateUrls": [],
29099
+ "filename": "index.html"
29100
+ },
29101
+ "seriesNext": "vc-data-model-2.1",
28867
29102
  "organization": "W3C",
28868
29103
  "groups": [
28869
29104
  {
@@ -28876,6 +29111,38 @@
28876
29111
  "status": "Recommendation",
28877
29112
  "filename": "Overview.html"
28878
29113
  },
29114
+ "title": "Verifiable Credentials Data Model v2.0",
29115
+ "source": "w3c",
29116
+ "shortTitle": "Verifiable Credentials Data Model v2.0",
29117
+ "categories": [],
29118
+ "standing": "good"
29119
+ },
29120
+ {
29121
+ "url": "https://www.w3.org/TR/vc-data-model-2.1/",
29122
+ "seriesComposition": "full",
29123
+ "shortname": "vc-data-model-2.1",
29124
+ "series": {
29125
+ "shortname": "vc-data-model",
29126
+ "currentSpecification": "vc-data-model-2.0",
29127
+ "title": "Verifiable Credentials Data Model",
29128
+ "shortTitle": "Verifiable Credentials Data Model",
29129
+ "releaseUrl": "https://www.w3.org/TR/vc-data-model/",
29130
+ "nightlyUrl": "https://www.w3.org/TR/vc-data-model/"
29131
+ },
29132
+ "seriesVersion": "2.1",
29133
+ "seriesPrevious": "vc-data-model-2.0",
29134
+ "organization": "W3C",
29135
+ "groups": [
29136
+ {
29137
+ "name": "Verifiable Credentials Working Group",
29138
+ "url": "https://www.w3.org/groups/wg/vc/"
29139
+ }
29140
+ ],
29141
+ "release": {
29142
+ "url": "https://www.w3.org/TR/vc-data-model-2.1/",
29143
+ "status": "Working Draft",
29144
+ "filename": "Overview.html"
29145
+ },
28879
29146
  "nightly": {
28880
29147
  "url": "https://w3c.github.io/vc-data-model/",
28881
29148
  "status": "Editor's Draft",
@@ -28884,9 +29151,9 @@
28884
29151
  "sourcePath": "index.html",
28885
29152
  "filename": "index.html"
28886
29153
  },
28887
- "title": "Verifiable Credentials Data Model v2.0",
29154
+ "title": "Verifiable Credentials Data Model v2.1",
28888
29155
  "source": "w3c",
28889
- "shortTitle": "Verifiable Credentials Data Model v2.0",
29156
+ "shortTitle": "Verifiable Credentials Data Model v2.1",
28890
29157
  "categories": [],
28891
29158
  "standing": "good"
28892
29159
  },
@@ -28929,17 +29196,19 @@
28929
29196
  "standing": "good"
28930
29197
  },
28931
29198
  {
28932
- "url": "https://www.w3.org/TR/vc-di-ecdsa/",
29199
+ "url": "https://www.w3.org/TR/vc-di-ecdsa-1.1/",
28933
29200
  "seriesComposition": "full",
28934
- "shortname": "vc-di-ecdsa",
29201
+ "shortname": "vc-di-ecdsa-1.1",
28935
29202
  "series": {
28936
29203
  "shortname": "vc-di-ecdsa",
28937
29204
  "currentSpecification": "vc-di-ecdsa",
28938
29205
  "title": "ECDSA Cryptosuite",
28939
29206
  "shortTitle": "ECDSA Cryptosuite",
28940
29207
  "releaseUrl": "https://www.w3.org/TR/vc-di-ecdsa/",
28941
- "nightlyUrl": "https://w3c.github.io/vc-di-ecdsa/"
29208
+ "nightlyUrl": "https://www.w3.org/TR/vc-di-ecdsa/"
28942
29209
  },
29210
+ "seriesVersion": "1.1",
29211
+ "seriesPrevious": "vc-di-ecdsa",
28943
29212
  "organization": "W3C",
28944
29213
  "groups": [
28945
29214
  {
@@ -28948,8 +29217,8 @@
28948
29217
  }
28949
29218
  ],
28950
29219
  "release": {
28951
- "url": "https://www.w3.org/TR/vc-di-ecdsa/",
28952
- "status": "Recommendation",
29220
+ "url": "https://www.w3.org/TR/vc-di-ecdsa-1.1/",
29221
+ "status": "First Public Working Draft",
28953
29222
  "filename": "Overview.html"
28954
29223
  },
28955
29224
  "nightly": {
@@ -28960,6 +29229,43 @@
28960
29229
  "sourcePath": "index.html",
28961
29230
  "filename": "index.html"
28962
29231
  },
29232
+ "title": "Data Integrity ECDSA Cryptosuites v1.1",
29233
+ "source": "w3c",
29234
+ "shortTitle": "Data Integrity ECDSA Cryptosuites v1.1",
29235
+ "categories": [],
29236
+ "standing": "good"
29237
+ },
29238
+ {
29239
+ "url": "https://www.w3.org/TR/vc-di-ecdsa/",
29240
+ "seriesComposition": "full",
29241
+ "shortname": "vc-di-ecdsa",
29242
+ "series": {
29243
+ "shortname": "vc-di-ecdsa",
29244
+ "currentSpecification": "vc-di-ecdsa",
29245
+ "title": "ECDSA Cryptosuite",
29246
+ "shortTitle": "ECDSA Cryptosuite",
29247
+ "releaseUrl": "https://www.w3.org/TR/vc-di-ecdsa/",
29248
+ "nightlyUrl": "https://www.w3.org/TR/vc-di-ecdsa/"
29249
+ },
29250
+ "nightly": {
29251
+ "url": "https://www.w3.org/TR/vc-di-ecdsa/",
29252
+ "status": "Editor's Draft",
29253
+ "alternateUrls": [],
29254
+ "filename": "index.html"
29255
+ },
29256
+ "seriesNext": "vc-di-ecdsa-1.1",
29257
+ "organization": "W3C",
29258
+ "groups": [
29259
+ {
29260
+ "name": "Verifiable Credentials Working Group",
29261
+ "url": "https://www.w3.org/groups/wg/vc/"
29262
+ }
29263
+ ],
29264
+ "release": {
29265
+ "url": "https://www.w3.org/TR/vc-di-ecdsa/",
29266
+ "status": "Recommendation",
29267
+ "filename": "Overview.html"
29268
+ },
28963
29269
  "title": "Data Integrity ECDSA Cryptosuites v1.0",
28964
29270
  "source": "w3c",
28965
29271
  "shortTitle": "Data Integrity ECDSA Cryptosuites v1.0",
@@ -28967,17 +29273,19 @@
28967
29273
  "standing": "good"
28968
29274
  },
28969
29275
  {
28970
- "url": "https://www.w3.org/TR/vc-di-eddsa/",
29276
+ "url": "https://www.w3.org/TR/vc-di-eddsa-1.1/",
28971
29277
  "seriesComposition": "full",
28972
- "shortname": "vc-di-eddsa",
29278
+ "shortname": "vc-di-eddsa-1.1",
28973
29279
  "series": {
28974
29280
  "shortname": "vc-di-eddsa",
28975
29281
  "currentSpecification": "vc-di-eddsa",
28976
29282
  "title": "EdDSA Cryptosuite",
28977
29283
  "shortTitle": "EdDSA Cryptosuite",
28978
29284
  "releaseUrl": "https://www.w3.org/TR/vc-di-eddsa/",
28979
- "nightlyUrl": "https://w3c.github.io/vc-di-eddsa/"
29285
+ "nightlyUrl": "https://www.w3.org/TR/vc-di-eddsa/"
28980
29286
  },
29287
+ "seriesVersion": "1.1",
29288
+ "seriesPrevious": "vc-di-eddsa",
28981
29289
  "organization": "W3C",
28982
29290
  "groups": [
28983
29291
  {
@@ -28986,8 +29294,8 @@
28986
29294
  }
28987
29295
  ],
28988
29296
  "release": {
28989
- "url": "https://www.w3.org/TR/vc-di-eddsa/",
28990
- "status": "Recommendation",
29297
+ "url": "https://www.w3.org/TR/vc-di-eddsa-1.1/",
29298
+ "status": "First Public Working Draft",
28991
29299
  "filename": "Overview.html"
28992
29300
  },
28993
29301
  "nightly": {
@@ -28998,6 +29306,43 @@
28998
29306
  "sourcePath": "index.html",
28999
29307
  "filename": "index.html"
29000
29308
  },
29309
+ "title": "Data Integrity EdDSA Cryptosuites v1.1",
29310
+ "source": "w3c",
29311
+ "shortTitle": "Data Integrity EdDSA Cryptosuites v1.1",
29312
+ "categories": [],
29313
+ "standing": "good"
29314
+ },
29315
+ {
29316
+ "url": "https://www.w3.org/TR/vc-di-eddsa/",
29317
+ "seriesComposition": "full",
29318
+ "shortname": "vc-di-eddsa",
29319
+ "series": {
29320
+ "shortname": "vc-di-eddsa",
29321
+ "currentSpecification": "vc-di-eddsa",
29322
+ "title": "EdDSA Cryptosuite",
29323
+ "shortTitle": "EdDSA Cryptosuite",
29324
+ "releaseUrl": "https://www.w3.org/TR/vc-di-eddsa/",
29325
+ "nightlyUrl": "https://www.w3.org/TR/vc-di-eddsa/"
29326
+ },
29327
+ "nightly": {
29328
+ "url": "https://www.w3.org/TR/vc-di-eddsa/",
29329
+ "status": "Editor's Draft",
29330
+ "alternateUrls": [],
29331
+ "filename": "index.html"
29332
+ },
29333
+ "seriesNext": "vc-di-eddsa-1.1",
29334
+ "organization": "W3C",
29335
+ "groups": [
29336
+ {
29337
+ "name": "Verifiable Credentials Working Group",
29338
+ "url": "https://www.w3.org/groups/wg/vc/"
29339
+ }
29340
+ ],
29341
+ "release": {
29342
+ "url": "https://www.w3.org/TR/vc-di-eddsa/",
29343
+ "status": "Recommendation",
29344
+ "filename": "Overview.html"
29345
+ },
29001
29346
  "title": "Data Integrity EdDSA Cryptosuites v1.0",
29002
29347
  "source": "w3c",
29003
29348
  "shortTitle": "Data Integrity EdDSA Cryptosuites v1.0",
@@ -32402,6 +32747,45 @@
32402
32747
  "shortTitle": "XML Entity Definitions for Characters",
32403
32748
  "standing": "good"
32404
32749
  },
32750
+ {
32751
+ "url": "https://www.w3.org/TR/yaml-ld-10/",
32752
+ "seriesComposition": "full",
32753
+ "shortname": "yaml-ld-10",
32754
+ "series": {
32755
+ "shortname": "yaml-ld",
32756
+ "currentSpecification": "yaml-ld-10",
32757
+ "title": "YAML-LD",
32758
+ "shortTitle": "YAML-LD",
32759
+ "releaseUrl": "https://www.w3.org/TR/yaml-ld/",
32760
+ "nightlyUrl": "https://w3c.github.io/yaml-ld/"
32761
+ },
32762
+ "seriesVersion": "1.0",
32763
+ "organization": "W3C",
32764
+ "groups": [
32765
+ {
32766
+ "name": "JSON-LD Working Group",
32767
+ "url": "https://www.w3.org/groups/wg/json-ld/"
32768
+ }
32769
+ ],
32770
+ "release": {
32771
+ "url": "https://www.w3.org/TR/yaml-ld-10/",
32772
+ "status": "Working Draft",
32773
+ "filename": "Overview.html"
32774
+ },
32775
+ "nightly": {
32776
+ "url": "https://w3c.github.io/yaml-ld/",
32777
+ "status": "Editor's Draft",
32778
+ "alternateUrls": [],
32779
+ "repository": "https://github.com/w3c/yaml-ld",
32780
+ "sourcePath": "spec/index.html",
32781
+ "filename": "index.html"
32782
+ },
32783
+ "title": "YAML-LD 1.0",
32784
+ "source": "w3c",
32785
+ "shortTitle": "YAML-LD 1.0",
32786
+ "categories": [],
32787
+ "standing": "good"
32788
+ },
32405
32789
  {
32406
32790
  "url": "https://xhr.spec.whatwg.org/",
32407
32791
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.83.0",
3
+ "version": "3.85.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",