web-specs 3.67.0 → 3.69.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.
- package/index.json +146 -68
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -472,6 +472,40 @@
|
|
|
472
472
|
],
|
|
473
473
|
"standing": "good"
|
|
474
474
|
},
|
|
475
|
+
{
|
|
476
|
+
"url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-idempotency-key-header/",
|
|
477
|
+
"seriesComposition": "full",
|
|
478
|
+
"shortname": "idempotency-key-header",
|
|
479
|
+
"series": {
|
|
480
|
+
"shortname": "idempotency-key-header",
|
|
481
|
+
"currentSpecification": "idempotency-key-header",
|
|
482
|
+
"title": "The Idempotency-Key HTTP Header Field",
|
|
483
|
+
"shortTitle": "The Idempotency-Key HTTP Header Field",
|
|
484
|
+
"nightlyUrl": "https://www.ietf.org/archive/id/draft-ietf-httpapi-idempotency-key-header-07.html"
|
|
485
|
+
},
|
|
486
|
+
"nightly": {
|
|
487
|
+
"url": "https://www.ietf.org/archive/id/draft-ietf-httpapi-idempotency-key-header-07.html",
|
|
488
|
+
"status": "Editor's Draft",
|
|
489
|
+
"repository": "https://github.com/ietf-wg-httpapi/idempotency",
|
|
490
|
+
"sourcePath": "draft-ietf-httpapi-idempotency-key-header.md",
|
|
491
|
+
"alternateUrls": [],
|
|
492
|
+
"filename": "draft-ietf-httpapi-idempotency-key-header-07.html"
|
|
493
|
+
},
|
|
494
|
+
"organization": "IETF",
|
|
495
|
+
"groups": [
|
|
496
|
+
{
|
|
497
|
+
"name": "Building Blocks for HTTP APIs Working Group",
|
|
498
|
+
"url": "https://datatracker.ietf.org/wg/httpapi/"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"title": "The Idempotency-Key HTTP Header Field",
|
|
502
|
+
"source": "ietf",
|
|
503
|
+
"shortTitle": "The Idempotency-Key HTTP Header Field",
|
|
504
|
+
"categories": [
|
|
505
|
+
"browser"
|
|
506
|
+
],
|
|
507
|
+
"standing": "good"
|
|
508
|
+
},
|
|
475
509
|
{
|
|
476
510
|
"url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-layered-cookies/",
|
|
477
511
|
"seriesComposition": "full",
|
|
@@ -693,51 +727,6 @@
|
|
|
693
727
|
"browser"
|
|
694
728
|
]
|
|
695
729
|
},
|
|
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
|
-
},
|
|
741
730
|
{
|
|
742
731
|
"url": "https://drafts.csswg.org/css-backgrounds-4/",
|
|
743
732
|
"seriesComposition": "delta",
|
|
@@ -896,9 +885,9 @@
|
|
|
896
885
|
"sourcePath": "css-extensions-1/Overview.bs",
|
|
897
886
|
"filename": "index.html"
|
|
898
887
|
},
|
|
899
|
-
"title": "CSS Extensions",
|
|
888
|
+
"title": "CSS Extensions Module Level 1",
|
|
900
889
|
"source": "spec",
|
|
901
|
-
"shortTitle": "CSS Extensions",
|
|
890
|
+
"shortTitle": "CSS Extensions 1",
|
|
902
891
|
"categories": [
|
|
903
892
|
"browser"
|
|
904
893
|
],
|
|
@@ -1024,9 +1013,9 @@
|
|
|
1024
1013
|
"sourcePath": "css-link-params-1/Overview.bs",
|
|
1025
1014
|
"filename": "index.html"
|
|
1026
1015
|
},
|
|
1027
|
-
"title": "CSS Linked Parameters",
|
|
1016
|
+
"title": "CSS Linked Parameters Module Level 1",
|
|
1028
1017
|
"source": "spec",
|
|
1029
|
-
"shortTitle": "CSS Linked Parameters",
|
|
1018
|
+
"shortTitle": "CSS Linked Parameters 1",
|
|
1030
1019
|
"categories": [
|
|
1031
1020
|
"browser"
|
|
1032
1021
|
],
|
|
@@ -2308,6 +2297,40 @@
|
|
|
2308
2297
|
],
|
|
2309
2298
|
"standing": "good"
|
|
2310
2299
|
},
|
|
2300
|
+
{
|
|
2301
|
+
"url": "https://privacycg.github.io/storage-access-headers/",
|
|
2302
|
+
"seriesComposition": "full",
|
|
2303
|
+
"shortname": "storage-access-headers",
|
|
2304
|
+
"series": {
|
|
2305
|
+
"shortname": "storage-access-headers",
|
|
2306
|
+
"currentSpecification": "storage-access-headers",
|
|
2307
|
+
"title": "Storage Access Headers",
|
|
2308
|
+
"shortTitle": "Storage Access Headers",
|
|
2309
|
+
"nightlyUrl": "https://privacycg.github.io/storage-access-headers/"
|
|
2310
|
+
},
|
|
2311
|
+
"organization": "W3C",
|
|
2312
|
+
"groups": [
|
|
2313
|
+
{
|
|
2314
|
+
"name": "Privacy Community Group",
|
|
2315
|
+
"url": "https://www.w3.org/community/privacycg/"
|
|
2316
|
+
}
|
|
2317
|
+
],
|
|
2318
|
+
"nightly": {
|
|
2319
|
+
"url": "https://privacycg.github.io/storage-access-headers/",
|
|
2320
|
+
"status": "Editor's Draft",
|
|
2321
|
+
"alternateUrls": [],
|
|
2322
|
+
"repository": "https://github.com/privacycg/storage-access-headers",
|
|
2323
|
+
"sourcePath": "index.bs",
|
|
2324
|
+
"filename": "index.html"
|
|
2325
|
+
},
|
|
2326
|
+
"title": "Storage Access Headers",
|
|
2327
|
+
"source": "spec",
|
|
2328
|
+
"shortTitle": "Storage Access Headers",
|
|
2329
|
+
"categories": [
|
|
2330
|
+
"browser"
|
|
2331
|
+
],
|
|
2332
|
+
"standing": "good"
|
|
2333
|
+
},
|
|
2311
2334
|
{
|
|
2312
2335
|
"url": "https://privacycg.github.io/storage-access/",
|
|
2313
2336
|
"seriesComposition": "full",
|
|
@@ -4426,7 +4449,7 @@
|
|
|
4426
4449
|
"groups": [
|
|
4427
4450
|
{
|
|
4428
4451
|
"name": "SVG Working Group",
|
|
4429
|
-
"url": "https://www.w3.org/
|
|
4452
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
4430
4453
|
}
|
|
4431
4454
|
],
|
|
4432
4455
|
"nightly": {
|
|
@@ -6321,17 +6344,20 @@
|
|
|
6321
6344
|
"standing": "good"
|
|
6322
6345
|
},
|
|
6323
6346
|
{
|
|
6324
|
-
"url": "https://w3c.github.io/data-shapes/shacl12-
|
|
6347
|
+
"url": "https://w3c.github.io/data-shapes/shacl12-cs/",
|
|
6325
6348
|
"seriesComposition": "full",
|
|
6326
|
-
"shortname": "shacl12-
|
|
6349
|
+
"shortname": "shacl12-cs",
|
|
6327
6350
|
"series": {
|
|
6328
|
-
"shortname": "shacl-
|
|
6329
|
-
"currentSpecification": "shacl12-
|
|
6351
|
+
"shortname": "shacl-cs",
|
|
6352
|
+
"currentSpecification": "shacl12-cs",
|
|
6330
6353
|
"title": "SHACL Compact Syntax",
|
|
6331
6354
|
"shortTitle": "SHACL Compact Syntax",
|
|
6332
|
-
"nightlyUrl": "https://w3c.github.io/data-shapes/shacl-
|
|
6355
|
+
"nightlyUrl": "https://w3c.github.io/data-shapes/shacl-cs/"
|
|
6333
6356
|
},
|
|
6334
6357
|
"seriesVersion": "1.2",
|
|
6358
|
+
"formerNames": [
|
|
6359
|
+
"shacl12-compact-syntax"
|
|
6360
|
+
],
|
|
6335
6361
|
"organization": "W3C",
|
|
6336
6362
|
"groups": [
|
|
6337
6363
|
{
|
|
@@ -6340,11 +6366,11 @@
|
|
|
6340
6366
|
}
|
|
6341
6367
|
],
|
|
6342
6368
|
"nightly": {
|
|
6343
|
-
"url": "https://w3c.github.io/data-shapes/shacl12-
|
|
6369
|
+
"url": "https://w3c.github.io/data-shapes/shacl12-cs/",
|
|
6344
6370
|
"status": "Editor's Draft",
|
|
6345
6371
|
"alternateUrls": [],
|
|
6346
6372
|
"repository": "https://github.com/w3c/data-shapes",
|
|
6347
|
-
"sourcePath": "shacl12-
|
|
6373
|
+
"sourcePath": "shacl12-cs/index.html",
|
|
6348
6374
|
"filename": "index.html"
|
|
6349
6375
|
},
|
|
6350
6376
|
"title": "SHACL Compact Syntax",
|
|
@@ -12889,7 +12915,7 @@
|
|
|
12889
12915
|
"currentSpecification": "rfc9842",
|
|
12890
12916
|
"title": "Compression Dictionary Transport",
|
|
12891
12917
|
"shortTitle": "Compression Dictionary Transport",
|
|
12892
|
-
"nightlyUrl": "https://
|
|
12918
|
+
"nightlyUrl": "https://httpwg.org/specs/rfc9842.html"
|
|
12893
12919
|
},
|
|
12894
12920
|
"formerNames": [
|
|
12895
12921
|
"compression-dictionary"
|
|
@@ -12902,12 +12928,14 @@
|
|
|
12902
12928
|
}
|
|
12903
12929
|
],
|
|
12904
12930
|
"nightly": {
|
|
12905
|
-
"url": "https://
|
|
12931
|
+
"url": "https://httpwg.org/specs/rfc9842.html",
|
|
12906
12932
|
"status": "Proposed Standard",
|
|
12907
12933
|
"alternateUrls": [
|
|
12908
12934
|
"https://datatracker.ietf.org/doc/html/rfc9842",
|
|
12909
12935
|
"https://tools.ietf.org/html/rfc9842"
|
|
12910
12936
|
],
|
|
12937
|
+
"repository": "https://github.com/httpwg/httpwg.github.io",
|
|
12938
|
+
"sourcePath": "specs/rfc9842.xml",
|
|
12911
12939
|
"filename": "rfc9842.html"
|
|
12912
12940
|
},
|
|
12913
12941
|
"title": "Compression Dictionary Transport",
|
|
@@ -14531,6 +14559,56 @@
|
|
|
14531
14559
|
]
|
|
14532
14560
|
}
|
|
14533
14561
|
},
|
|
14562
|
+
{
|
|
14563
|
+
"url": "https://www.w3.org/TR/css-anchor-position-2/",
|
|
14564
|
+
"seriesComposition": "delta",
|
|
14565
|
+
"shortname": "css-anchor-position-2",
|
|
14566
|
+
"series": {
|
|
14567
|
+
"shortname": "css-anchor-position",
|
|
14568
|
+
"currentSpecification": "css-anchor-position-1",
|
|
14569
|
+
"title": "CSS Anchor Positioning",
|
|
14570
|
+
"shortTitle": "CSS Anchor Positioning",
|
|
14571
|
+
"releaseUrl": "https://www.w3.org/TR/css-anchor-position/",
|
|
14572
|
+
"nightlyUrl": "https://drafts.csswg.org/css-anchor-position/"
|
|
14573
|
+
},
|
|
14574
|
+
"seriesVersion": "2",
|
|
14575
|
+
"seriesPrevious": "css-anchor-position-1",
|
|
14576
|
+
"organization": "W3C",
|
|
14577
|
+
"groups": [
|
|
14578
|
+
{
|
|
14579
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
14580
|
+
"url": "https://www.w3.org/groups/wg/css/"
|
|
14581
|
+
}
|
|
14582
|
+
],
|
|
14583
|
+
"release": {
|
|
14584
|
+
"url": "https://www.w3.org/TR/css-anchor-position-2/",
|
|
14585
|
+
"status": "First Public Working Draft",
|
|
14586
|
+
"filename": "Overview.html"
|
|
14587
|
+
},
|
|
14588
|
+
"nightly": {
|
|
14589
|
+
"url": "https://drafts.csswg.org/css-anchor-position-2/",
|
|
14590
|
+
"status": "Editor's Draft",
|
|
14591
|
+
"alternateUrls": [
|
|
14592
|
+
"https://w3c.github.io/csswg-drafts/css-anchor-position-2/"
|
|
14593
|
+
],
|
|
14594
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
14595
|
+
"sourcePath": "css-anchor-position-2/Overview.bs",
|
|
14596
|
+
"filename": "index.html"
|
|
14597
|
+
},
|
|
14598
|
+
"title": "CSS Anchor Positioning Module Level 2",
|
|
14599
|
+
"source": "w3c",
|
|
14600
|
+
"shortTitle": "CSS Anchor Positioning 2",
|
|
14601
|
+
"categories": [
|
|
14602
|
+
"browser"
|
|
14603
|
+
],
|
|
14604
|
+
"standing": "good",
|
|
14605
|
+
"tests": {
|
|
14606
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
14607
|
+
"testPaths": [
|
|
14608
|
+
"css/css-anchor-position"
|
|
14609
|
+
]
|
|
14610
|
+
}
|
|
14611
|
+
},
|
|
14534
14612
|
{
|
|
14535
14613
|
"url": "https://www.w3.org/TR/css-animation-worklet-1/",
|
|
14536
14614
|
"seriesComposition": "full",
|
|
@@ -16120,7 +16198,7 @@
|
|
|
16120
16198
|
],
|
|
16121
16199
|
"release": {
|
|
16122
16200
|
"url": "https://www.w3.org/TR/css-flexbox-1/",
|
|
16123
|
-
"status": "Candidate Recommendation
|
|
16201
|
+
"status": "Candidate Recommendation Draft",
|
|
16124
16202
|
"filename": "Overview.html"
|
|
16125
16203
|
},
|
|
16126
16204
|
"nightly": {
|
|
@@ -21400,7 +21478,7 @@
|
|
|
21400
21478
|
"groups": [
|
|
21401
21479
|
{
|
|
21402
21480
|
"name": "SVG Working Group",
|
|
21403
|
-
"url": "https://www.w3.org/
|
|
21481
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
21404
21482
|
},
|
|
21405
21483
|
{
|
|
21406
21484
|
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
@@ -26436,7 +26514,7 @@
|
|
|
26436
26514
|
"status": "Editor's Draft",
|
|
26437
26515
|
"alternateUrls": [],
|
|
26438
26516
|
"repository": "https://github.com/w3c/ServiceWorker",
|
|
26439
|
-
"sourcePath": "
|
|
26517
|
+
"sourcePath": "index.bs",
|
|
26440
26518
|
"filename": "index.html"
|
|
26441
26519
|
},
|
|
26442
26520
|
"title": "Service Workers",
|
|
@@ -26988,7 +27066,7 @@
|
|
|
26988
27066
|
"groups": [
|
|
26989
27067
|
{
|
|
26990
27068
|
"name": "SVG Working Group",
|
|
26991
|
-
"url": "https://www.w3.org/
|
|
27069
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
26992
27070
|
}
|
|
26993
27071
|
],
|
|
26994
27072
|
"release": {
|
|
@@ -27034,7 +27112,7 @@
|
|
|
27034
27112
|
"groups": [
|
|
27035
27113
|
{
|
|
27036
27114
|
"name": "SVG Working Group",
|
|
27037
|
-
"url": "https://www.w3.org/
|
|
27115
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
27038
27116
|
}
|
|
27039
27117
|
],
|
|
27040
27118
|
"release": {
|
|
@@ -27074,7 +27152,7 @@
|
|
|
27074
27152
|
"groups": [
|
|
27075
27153
|
{
|
|
27076
27154
|
"name": "SVG Working Group",
|
|
27077
|
-
"url": "https://www.w3.org/
|
|
27155
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
27078
27156
|
}
|
|
27079
27157
|
],
|
|
27080
27158
|
"release": {
|
|
@@ -27114,7 +27192,7 @@
|
|
|
27114
27192
|
"groups": [
|
|
27115
27193
|
{
|
|
27116
27194
|
"name": "SVG Working Group",
|
|
27117
|
-
"url": "https://www.w3.org/
|
|
27195
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
27118
27196
|
}
|
|
27119
27197
|
],
|
|
27120
27198
|
"release": {
|
|
@@ -27205,7 +27283,7 @@
|
|
|
27205
27283
|
"groups": [
|
|
27206
27284
|
{
|
|
27207
27285
|
"name": "SVG Working Group",
|
|
27208
|
-
"url": "https://www.w3.org/
|
|
27286
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
27209
27287
|
}
|
|
27210
27288
|
],
|
|
27211
27289
|
"release": {
|
|
@@ -27282,7 +27360,7 @@
|
|
|
27282
27360
|
"groups": [
|
|
27283
27361
|
{
|
|
27284
27362
|
"name": "SVG Working Group",
|
|
27285
|
-
"url": "https://www.w3.org/
|
|
27363
|
+
"url": "https://www.w3.org/groups/wg/svg/"
|
|
27286
27364
|
}
|
|
27287
27365
|
],
|
|
27288
27366
|
"release": {
|