web-specs 3.62.0 → 3.64.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 +239 -95
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -513,8 +513,8 @@
513
513
  "series": {
514
514
  "shortname": "no-vary-search",
515
515
  "currentSpecification": "no-vary-search",
516
- "title": "No-Vary-Search",
517
- "shortTitle": "No-Vary-Search",
516
+ "title": "The No-Vary-Search HTTP Response Header Field",
517
+ "shortTitle": "The No-Vary-Search HTTP Response Header Field",
518
518
  "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html"
519
519
  },
520
520
  "organization": "IETF",
@@ -532,9 +532,9 @@
532
532
  "sourcePath": "draft-ietf-httpbis-no-vary-search.md",
533
533
  "filename": "draft-ietf-httpbis-no-vary-search.html"
534
534
  },
535
- "title": "No-Vary-Search",
535
+ "title": "The No-Vary-Search HTTP Response Header Field",
536
536
  "source": "ietf",
537
- "shortTitle": "No-Vary-Search",
537
+ "shortTitle": "The No-Vary-Search HTTP Response Header Field",
538
538
  "categories": [
539
539
  "browser"
540
540
  ],
@@ -693,6 +693,51 @@
693
693
  "browser"
694
694
  ]
695
695
  },
696
+ {
697
+ "url": "https://drafts.csswg.org/css-anchor-position-2/",
698
+ "seriesComposition": "delta",
699
+ "shortname": "css-anchor-position-2",
700
+ "series": {
701
+ "shortname": "css-anchor-position",
702
+ "currentSpecification": "css-anchor-position-1",
703
+ "title": "CSS Anchor Positioning",
704
+ "shortTitle": "CSS Anchor Positioning",
705
+ "releaseUrl": "https://www.w3.org/TR/css-anchor-position/",
706
+ "nightlyUrl": "https://drafts.csswg.org/css-anchor-position/"
707
+ },
708
+ "seriesVersion": "2",
709
+ "seriesPrevious": "css-anchor-position-1",
710
+ "organization": "W3C",
711
+ "groups": [
712
+ {
713
+ "name": "Cascading Style Sheets (CSS) Working Group",
714
+ "url": "https://www.w3.org/groups/wg/css/"
715
+ }
716
+ ],
717
+ "nightly": {
718
+ "url": "https://drafts.csswg.org/css-anchor-position-2/",
719
+ "status": "Editor's Draft",
720
+ "alternateUrls": [
721
+ "https://w3c.github.io/csswg-drafts/css-anchor-position-2/"
722
+ ],
723
+ "repository": "https://github.com/w3c/csswg-drafts",
724
+ "sourcePath": "css-anchor-position-2/Overview.bs",
725
+ "filename": "index.html"
726
+ },
727
+ "title": "CSS Anchor Positioning Level 2",
728
+ "source": "spec",
729
+ "shortTitle": "CSS Anchor Positioning 2",
730
+ "categories": [
731
+ "browser"
732
+ ],
733
+ "standing": "good",
734
+ "tests": {
735
+ "repository": "https://github.com/web-platform-tests/wpt",
736
+ "testPaths": [
737
+ "css/css-anchor-position"
738
+ ]
739
+ }
740
+ },
696
741
  {
697
742
  "url": "https://drafts.csswg.org/css-backgrounds-4/",
698
743
  "seriesComposition": "delta",
@@ -1459,7 +1504,6 @@
1459
1504
  "fetch"
1460
1505
  ],
1461
1506
  "excludePaths": [
1462
- "fetch/fetch-later",
1463
1507
  "fetch/local-network-access",
1464
1508
  "fetch/metadata"
1465
1509
  ]
@@ -1672,6 +1716,7 @@
1672
1716
  "https://html.spec.whatwg.org/multipage/document-sequences.html",
1673
1717
  "https://html.spec.whatwg.org/multipage/browsing-the-web.html",
1674
1718
  "https://html.spec.whatwg.org/multipage/document-lifecycle.html",
1719
+ "https://html.spec.whatwg.org/multipage/speculative-loading.html",
1675
1720
  "https://html.spec.whatwg.org/multipage/webappapis.html",
1676
1721
  "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html",
1677
1722
  "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html",
@@ -1770,6 +1815,40 @@
1770
1815
  ]
1771
1816
  }
1772
1817
  },
1818
+ {
1819
+ "url": "https://immersive-web.github.io/body-tracking/",
1820
+ "seriesComposition": "full",
1821
+ "shortname": "body-tracking",
1822
+ "series": {
1823
+ "shortname": "body-tracking",
1824
+ "currentSpecification": "body-tracking",
1825
+ "title": "WebXR Body Tracking",
1826
+ "shortTitle": "WebXR Body Tracking",
1827
+ "nightlyUrl": "https://immersive-web.github.io/body-tracking/"
1828
+ },
1829
+ "organization": "W3C",
1830
+ "groups": [
1831
+ {
1832
+ "name": "Immersive Web Community Group",
1833
+ "url": "https://www.w3.org/community/immersive-web/"
1834
+ }
1835
+ ],
1836
+ "nightly": {
1837
+ "url": "https://immersive-web.github.io/body-tracking/",
1838
+ "status": "Draft Community Group Report",
1839
+ "alternateUrls": [],
1840
+ "repository": "https://github.com/immersive-web/body-tracking",
1841
+ "sourcePath": "index.bs",
1842
+ "filename": "index.html"
1843
+ },
1844
+ "title": "WebXR Body Tracking Module - Level 1",
1845
+ "source": "spec",
1846
+ "shortTitle": "WebXR Body Tracking 1",
1847
+ "categories": [
1848
+ "browser"
1849
+ ],
1850
+ "standing": "good"
1851
+ },
1773
1852
  {
1774
1853
  "url": "https://immersive-web.github.io/model-element/",
1775
1854
  "seriesComposition": "full",
@@ -6282,15 +6361,15 @@
6282
6361
  "standing": "good"
6283
6362
  },
6284
6363
  {
6285
- "url": "https://w3c.github.io/data-shapes/shacl12-inf-rules/",
6364
+ "url": "https://w3c.github.io/data-shapes/shacl12-node-expr/",
6286
6365
  "seriesComposition": "full",
6287
- "shortname": "shacl12-inf-rules",
6366
+ "shortname": "shacl12-node-expr",
6288
6367
  "series": {
6289
- "shortname": "shacl-inf-rules",
6290
- "currentSpecification": "shacl12-inf-rules",
6291
- "title": "SHACL 1.2 Inference Rules",
6292
- "shortTitle": "SHACL 1.2 Inference Rules",
6293
- "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-inf-rules/"
6368
+ "shortname": "shacl-node-expr",
6369
+ "currentSpecification": "shacl12-node-expr",
6370
+ "title": "SHACL 1.2 Node Expressions",
6371
+ "shortTitle": "SHACL 1.2 Node Expressions",
6372
+ "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-node-expr/"
6294
6373
  },
6295
6374
  "seriesVersion": "1.2",
6296
6375
  "organization": "W3C",
@@ -6301,31 +6380,34 @@
6301
6380
  }
6302
6381
  ],
6303
6382
  "nightly": {
6304
- "url": "https://w3c.github.io/data-shapes/shacl12-inf-rules/",
6383
+ "url": "https://w3c.github.io/data-shapes/shacl12-node-expr/",
6305
6384
  "status": "Editor's Draft",
6306
6385
  "alternateUrls": [],
6307
6386
  "repository": "https://github.com/w3c/data-shapes",
6308
- "sourcePath": "shacl12-inf-rules/index.html",
6387
+ "sourcePath": "shacl12-node-expr/index.html",
6309
6388
  "filename": "index.html"
6310
6389
  },
6311
- "title": "SHACL 1.2 Inference Rules",
6390
+ "title": "SHACL 1.2 Node Expressions",
6312
6391
  "source": "spec",
6313
- "shortTitle": "SHACL 1.2 Inference Rules",
6392
+ "shortTitle": "SHACL 1.2 Node Expressions",
6314
6393
  "categories": [],
6315
6394
  "standing": "good"
6316
6395
  },
6317
6396
  {
6318
- "url": "https://w3c.github.io/data-shapes/shacl12-node-expr/",
6397
+ "url": "https://w3c.github.io/data-shapes/shacl12-rules/",
6319
6398
  "seriesComposition": "full",
6320
- "shortname": "shacl12-node-expr",
6399
+ "shortname": "shacl12-rules",
6321
6400
  "series": {
6322
- "shortname": "shacl-node-expr",
6323
- "currentSpecification": "shacl12-node-expr",
6324
- "title": "SHACL 1.2 Node Expressions",
6325
- "shortTitle": "SHACL 1.2 Node Expressions",
6326
- "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-node-expr/"
6401
+ "shortname": "shacl-rules",
6402
+ "currentSpecification": "shacl12-rules",
6403
+ "title": "SHACL 1.2 Rules",
6404
+ "shortTitle": "SHACL 1.2 Rules",
6405
+ "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-rules/"
6327
6406
  },
6328
6407
  "seriesVersion": "1.2",
6408
+ "formerNames": [
6409
+ "shacl12-inf-rules"
6410
+ ],
6329
6411
  "organization": "W3C",
6330
6412
  "groups": [
6331
6413
  {
@@ -6334,16 +6416,16 @@
6334
6416
  }
6335
6417
  ],
6336
6418
  "nightly": {
6337
- "url": "https://w3c.github.io/data-shapes/shacl12-node-expr/",
6419
+ "url": "https://w3c.github.io/data-shapes/shacl12-rules/",
6338
6420
  "status": "Editor's Draft",
6339
6421
  "alternateUrls": [],
6340
6422
  "repository": "https://github.com/w3c/data-shapes",
6341
- "sourcePath": "shacl12-node-expr/index.html",
6423
+ "sourcePath": "shacl12-rules/index.html",
6342
6424
  "filename": "index.html"
6343
6425
  },
6344
- "title": "SHACL 1.2 Node Expressions",
6426
+ "title": "SHACL 1.2 Rules",
6345
6427
  "source": "spec",
6346
- "shortTitle": "SHACL 1.2 Node Expressions",
6428
+ "shortTitle": "SHACL 1.2 Rules",
6347
6429
  "categories": [],
6348
6430
  "standing": "good"
6349
6431
  },
@@ -7020,9 +7102,13 @@
7020
7102
  "shortname": "wot-binding-registry",
7021
7103
  "currentSpecification": "wot-binding-registry",
7022
7104
  "title": "Web of Things (WoT) Binding Registry",
7023
- "shortTitle": "WoT",
7105
+ "shortTitle": "WoT Bindings Registry",
7024
7106
  "nightlyUrl": "https://w3c.github.io/wot-binding-registry/"
7025
7107
  },
7108
+ "shortTitle": "WoT Bindings Registry",
7109
+ "formerNames": [
7110
+ "wot-bindings-registry"
7111
+ ],
7026
7112
  "organization": "W3C",
7027
7113
  "groups": [
7028
7114
  {
@@ -7040,39 +7126,6 @@
7040
7126
  },
7041
7127
  "title": "Web of Things (WoT) Binding Registry",
7042
7128
  "source": "spec",
7043
- "shortTitle": "WoT",
7044
- "categories": [],
7045
- "standing": "good"
7046
- },
7047
- {
7048
- "url": "https://w3c.github.io/wot-bindings-registry/",
7049
- "seriesComposition": "full",
7050
- "shortname": "wot-bindings-registry",
7051
- "series": {
7052
- "shortname": "wot-bindings-registry",
7053
- "currentSpecification": "wot-bindings-registry",
7054
- "title": "Web of Things (WoT) Bindings Registry",
7055
- "shortTitle": "WoT Bindings Registry",
7056
- "nightlyUrl": "https://w3c.github.io/wot-bindings-registry/"
7057
- },
7058
- "shortTitle": "WoT Bindings Registry",
7059
- "organization": "W3C",
7060
- "groups": [
7061
- {
7062
- "name": "Web of Things Working Group",
7063
- "url": "https://www.w3.org/WoT/wg/"
7064
- }
7065
- ],
7066
- "nightly": {
7067
- "url": "https://w3c.github.io/wot-bindings-registry/",
7068
- "status": "Editor's Draft",
7069
- "alternateUrls": [],
7070
- "repository": "https://github.com/w3c/wot-bindings-registry",
7071
- "sourcePath": "index.html",
7072
- "filename": "index.html"
7073
- },
7074
- "title": "Web of Things (WoT) Bindings Registry",
7075
- "source": "spec",
7076
7129
  "categories": [],
7077
7130
  "standing": "good"
7078
7131
  },
@@ -14174,7 +14227,7 @@
14174
14227
  "shortname": "css-2022",
14175
14228
  "series": {
14176
14229
  "shortname": "css",
14177
- "currentSpecification": "css-2024",
14230
+ "currentSpecification": "css-2025",
14178
14231
  "title": "CSS Snapshot",
14179
14232
  "shortTitle": "CSS Snapshot",
14180
14233
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -14218,7 +14271,7 @@
14218
14271
  "shortname": "css-2023",
14219
14272
  "series": {
14220
14273
  "shortname": "css",
14221
- "currentSpecification": "css-2024",
14274
+ "currentSpecification": "css-2025",
14222
14275
  "title": "CSS Snapshot",
14223
14276
  "shortTitle": "CSS Snapshot",
14224
14277
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -14263,7 +14316,7 @@
14263
14316
  "shortname": "css-2024",
14264
14317
  "series": {
14265
14318
  "shortname": "css",
14266
- "currentSpecification": "css-2024",
14319
+ "currentSpecification": "css-2025",
14267
14320
  "title": "CSS Snapshot",
14268
14321
  "shortTitle": "CSS Snapshot",
14269
14322
  "releaseUrl": "https://www.w3.org/TR/css/",
@@ -14271,6 +14324,7 @@
14271
14324
  },
14272
14325
  "seriesVersion": "2024",
14273
14326
  "seriesPrevious": "css-2023",
14327
+ "seriesNext": "css-2025",
14274
14328
  "organization": "W3C",
14275
14329
  "groups": [
14276
14330
  {
@@ -14301,6 +14355,50 @@
14301
14355
  ],
14302
14356
  "standing": "good"
14303
14357
  },
14358
+ {
14359
+ "url": "https://www.w3.org/TR/css-2025/",
14360
+ "seriesComposition": "full",
14361
+ "shortname": "css-2025",
14362
+ "series": {
14363
+ "shortname": "css",
14364
+ "currentSpecification": "css-2025",
14365
+ "title": "CSS Snapshot",
14366
+ "shortTitle": "CSS Snapshot",
14367
+ "releaseUrl": "https://www.w3.org/TR/css/",
14368
+ "nightlyUrl": "https://drafts.csswg.org/css/"
14369
+ },
14370
+ "seriesVersion": "2025",
14371
+ "seriesPrevious": "css-2024",
14372
+ "organization": "W3C",
14373
+ "groups": [
14374
+ {
14375
+ "name": "Cascading Style Sheets (CSS) Working Group",
14376
+ "url": "https://www.w3.org/groups/wg/css/"
14377
+ }
14378
+ ],
14379
+ "release": {
14380
+ "url": "https://www.w3.org/TR/css-2025/",
14381
+ "status": "Note",
14382
+ "filename": "Overview.html"
14383
+ },
14384
+ "nightly": {
14385
+ "url": "https://drafts.csswg.org/css-2025/",
14386
+ "status": "Editor's Draft",
14387
+ "alternateUrls": [
14388
+ "https://w3c.github.io/csswg-drafts/css-2025/"
14389
+ ],
14390
+ "repository": "https://github.com/w3c/csswg-drafts",
14391
+ "sourcePath": "css-2025/Overview.bs",
14392
+ "filename": "index.html"
14393
+ },
14394
+ "title": "CSS Snapshot 2025",
14395
+ "source": "w3c",
14396
+ "shortTitle": "CSS Snapshot 2025",
14397
+ "categories": [
14398
+ "browser"
14399
+ ],
14400
+ "standing": "good"
14401
+ },
14304
14402
  {
14305
14403
  "url": "https://www.w3.org/TR/css-align-3/",
14306
14404
  "seriesComposition": "full",
@@ -14364,6 +14462,7 @@
14364
14462
  "nightlyUrl": "https://drafts.csswg.org/css-anchor-position/"
14365
14463
  },
14366
14464
  "seriesVersion": "1",
14465
+ "seriesNext": "css-anchor-position-2",
14367
14466
  "organization": "W3C",
14368
14467
  "groups": [
14369
14468
  {
@@ -15387,7 +15486,7 @@
15387
15486
  ],
15388
15487
  "release": {
15389
15488
  "url": "https://www.w3.org/TR/css-conditional-4/",
15390
- "status": "Candidate Recommendation Snapshot",
15489
+ "status": "Candidate Recommendation Draft",
15391
15490
  "filename": "Overview.html"
15392
15491
  },
15393
15492
  "nightly": {
@@ -25145,9 +25244,9 @@
25145
25244
  "sourcePath": "spec/index.html",
25146
25245
  "filename": "index.html"
25147
25246
  },
25148
- "title": "RDF 1.2 Concepts and Abstract Syntax",
25247
+ "title": "RDF 1.2 Concepts and Abstract Data Model",
25149
25248
  "source": "w3c",
25150
- "shortTitle": "RDF 1.2 Concepts and Abstract Syntax",
25249
+ "shortTitle": "RDF 1.2 Concepts and Abstract Data Model",
25151
25250
  "categories": [],
25152
25251
  "standing": "good"
25153
25252
  },
@@ -28321,57 +28420,61 @@
28321
28420
  "standing": "good"
28322
28421
  },
28323
28422
  {
28324
- "url": "https://www.w3.org/TR/vocab-ssn-ext/",
28423
+ "url": "https://www.w3.org/TR/vocab-ssn-2017/",
28325
28424
  "seriesComposition": "full",
28326
- "shortname": "vocab-ssn-ext",
28425
+ "shortname": "vocab-ssn-2017",
28327
28426
  "series": {
28328
- "shortname": "vocab-ssn-ext",
28329
- "currentSpecification": "vocab-ssn-ext",
28330
- "title": "Extensions to the Semantic Sensor Network Ontology",
28331
- "shortTitle": "Extensions to the Semantic Sensor Network Ontology",
28332
- "releaseUrl": "https://www.w3.org/TR/vocab-ssn-ext/",
28333
- "nightlyUrl": "https://w3c.github.io/sdw-sosa-ssn/ssn-extensions/"
28427
+ "shortname": "vocab-ssn",
28428
+ "currentSpecification": "vocab-ssn-2017",
28429
+ "title": "Semantic Sensor Network Ontology",
28430
+ "shortTitle": "Semantic Sensor Network Ontology",
28431
+ "releaseUrl": "https://www.w3.org/TR/vocab-ssn/",
28432
+ "nightlyUrl": "https://w3c.github.io/sdw/ssn/"
28334
28433
  },
28434
+ "seriesVersion": "2017",
28335
28435
  "organization": "W3C/OGC",
28336
28436
  "nightly": {
28337
- "url": "https://w3c.github.io/sdw-sosa-ssn/ssn-extensions/",
28437
+ "url": "https://w3c.github.io/sdw/ssn/",
28338
28438
  "status": "Editor's Draft",
28339
- "sourcePath": "ssn-extensions/index.html",
28439
+ "sourcePath": "ssn/index.html",
28340
28440
  "alternateUrls": [],
28341
- "repository": "https://github.com/w3c/sdw-sosa-ssn",
28441
+ "repository": "https://github.com/w3c/sdw",
28342
28442
  "filename": "index.html"
28343
28443
  },
28444
+ "formerNames": [
28445
+ "vocab-ssn"
28446
+ ],
28447
+ "seriesNext": "vocab-ssn-2023",
28344
28448
  "groups": [
28345
28449
  {
28346
- "name": "Spatial Data on the Web Interest Group",
28347
- "url": "https://www.w3.org/2017/sdwig/"
28450
+ "name": "Spatio-temporal Data on the Web Working Group",
28451
+ "url": "https://www.w3.org/2021/sdw"
28348
28452
  }
28349
28453
  ],
28350
28454
  "release": {
28351
- "url": "https://www.w3.org/TR/vocab-ssn-ext/",
28352
- "status": "Working Draft",
28455
+ "url": "https://www.w3.org/TR/vocab-ssn-2017/",
28456
+ "status": "Recommendation",
28353
28457
  "filename": "Overview.html"
28354
28458
  },
28355
- "title": "Extensions to the Semantic Sensor Network Ontology",
28459
+ "title": "Semantic Sensor Network Ontology",
28356
28460
  "source": "w3c",
28357
- "shortTitle": "Extensions to the Semantic Sensor Network Ontology",
28358
- "categories": [
28359
- "browser"
28360
- ],
28461
+ "shortTitle": "Semantic Sensor Network Ontology",
28462
+ "categories": [],
28361
28463
  "standing": "good"
28362
28464
  },
28363
28465
  {
28364
- "url": "https://www.w3.org/TR/vocab-ssn/",
28466
+ "url": "https://www.w3.org/TR/vocab-ssn-2023/",
28365
28467
  "seriesComposition": "full",
28366
- "shortname": "vocab-ssn",
28468
+ "shortname": "vocab-ssn-2023",
28367
28469
  "series": {
28368
28470
  "shortname": "vocab-ssn",
28369
- "currentSpecification": "vocab-ssn",
28471
+ "currentSpecification": "vocab-ssn-2017",
28370
28472
  "title": "Semantic Sensor Network Ontology",
28371
28473
  "shortTitle": "Semantic Sensor Network Ontology",
28372
28474
  "releaseUrl": "https://www.w3.org/TR/vocab-ssn/",
28373
- "nightlyUrl": "https://w3c.github.io/sdw-sosa-ssn/ssn/"
28475
+ "nightlyUrl": "https://w3c.github.io/sdw/ssn/"
28374
28476
  },
28477
+ "seriesVersion": "2023",
28375
28478
  "organization": "W3C/OGC",
28376
28479
  "nightly": {
28377
28480
  "url": "https://w3c.github.io/sdw-sosa-ssn/ssn/",
@@ -28381,6 +28484,7 @@
28381
28484
  "repository": "https://github.com/w3c/sdw-sosa-ssn",
28382
28485
  "filename": "index.html"
28383
28486
  },
28487
+ "seriesPrevious": "vocab-ssn-2017",
28384
28488
  "groups": [
28385
28489
  {
28386
28490
  "name": "Spatio-temporal Data on the Web Working Group",
@@ -28388,16 +28492,56 @@
28388
28492
  }
28389
28493
  ],
28390
28494
  "release": {
28391
- "url": "https://www.w3.org/TR/vocab-ssn/",
28392
- "status": "Recommendation",
28495
+ "url": "https://www.w3.org/TR/vocab-ssn-2023/",
28496
+ "status": "First Public Working Draft",
28393
28497
  "filename": "Overview.html"
28394
28498
  },
28395
- "title": "Semantic Sensor Network Ontology",
28499
+ "title": "Semantic Sensor Network Ontology - 2023 Edition",
28396
28500
  "source": "w3c",
28397
- "shortTitle": "Semantic Sensor Network Ontology",
28501
+ "shortTitle": "Semantic Sensor Network Ontology - 2023 Edition",
28398
28502
  "categories": [],
28399
28503
  "standing": "good"
28400
28504
  },
28505
+ {
28506
+ "url": "https://www.w3.org/TR/vocab-ssn-ext/",
28507
+ "seriesComposition": "full",
28508
+ "shortname": "vocab-ssn-ext",
28509
+ "series": {
28510
+ "shortname": "vocab-ssn-ext",
28511
+ "currentSpecification": "vocab-ssn-ext",
28512
+ "title": "Extensions to the Semantic Sensor Network Ontology",
28513
+ "shortTitle": "Extensions to the Semantic Sensor Network Ontology",
28514
+ "releaseUrl": "https://www.w3.org/TR/vocab-ssn-ext/",
28515
+ "nightlyUrl": "https://w3c.github.io/sdw/ssn-extensions/"
28516
+ },
28517
+ "organization": "W3C/OGC",
28518
+ "nightly": {
28519
+ "url": "https://w3c.github.io/sdw/ssn-extensions/",
28520
+ "status": "Editor's Draft",
28521
+ "sourcePath": "ssn-extensions/index.html",
28522
+ "alternateUrls": [],
28523
+ "repository": "https://github.com/w3c/sdw",
28524
+ "filename": "index.html"
28525
+ },
28526
+ "groups": [
28527
+ {
28528
+ "name": "Spatial Data on the Web Interest Group",
28529
+ "url": "https://www.w3.org/2017/sdwig/"
28530
+ }
28531
+ ],
28532
+ "release": {
28533
+ "url": "https://www.w3.org/TR/vocab-ssn-ext/",
28534
+ "status": "Working Draft",
28535
+ "filename": "Overview.html"
28536
+ },
28537
+ "title": "Extensions to the Semantic Sensor Network Ontology",
28538
+ "source": "w3c",
28539
+ "shortTitle": "Extensions to the Semantic Sensor Network Ontology",
28540
+ "categories": [
28541
+ "browser"
28542
+ ],
28543
+ "standing": "good"
28544
+ },
28401
28545
  {
28402
28546
  "url": "https://www.w3.org/TR/wai-aria-1.2/",
28403
28547
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.62.0",
3
+ "version": "3.64.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",