web-specs 3.86.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +17 -2
  2. package/index.json +392 -186
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -81,6 +81,19 @@ or retrieve the list from the [`web-specs@latest` branch](https://github.com/w3c
81
81
 
82
82
  ## Upgrading
83
83
 
84
+ ### From version 3 to version 4
85
+
86
+ The only breaking change in version `4.x` is that, following the release of the
87
+ new RFC Editor site at the IETF, IETF spec entries no longer have a `filename`
88
+ property under `nightly`. Tests and documentation used to assume that the
89
+ `filename` property was always set. That is no longer the case. To upgrade from
90
+ version `3.x` to version `4.x`, make sure that your code can handle specs
91
+ without a `filename` property.
92
+
93
+ *Note:* the `organization` property of IETF spec entries is set to `"IETF"`.
94
+
95
+ ### From version 2 to version 3
96
+
84
97
  The only breaking change in version `3.x` is that some spec entries may not
85
98
  have a `nightly` property. This happens for specs that are not public. An
86
99
  example of a non public spec is an ISO standard. In such cases, the `url`
@@ -454,7 +467,8 @@ For instance, the filename for `https://www.w3.org/TR/presentation-api/` is
454
467
  `https://www.w3.org/TR/presentation-api/Overview.html`. The filename may be
455
468
  useful to distinguish links to self in a spec.
456
469
 
457
- The `filename` property is always set.
470
+ The `filename` property is always set, except for IETF specifications
471
+ ([`organization`](#organization) is set to `"IETF"` for them).
458
472
 
459
473
 
460
474
  #### `release.pages`
@@ -531,7 +545,8 @@ For instance, the filename for `https://w3c.github.io/presentation-api/` is
531
545
  `https://w3c.github.io/presentation-api/index.html`. The filename may be
532
546
  useful to distinguish links to self in a spec.
533
547
 
534
- The `filename` property is always set.
548
+ The `filename` property is always set, except for IETF specifications
549
+ ([`organization`](#organization) is set to `"IETF"` for them).
535
550
 
536
551
 
537
552
  #### `nightly.pages`
package/index.json CHANGED
@@ -5171,6 +5171,40 @@
5171
5171
  ],
5172
5172
  "standing": "good"
5173
5173
  },
5174
+ {
5175
+ "url": "https://tc39.es/proposal-error-stack-accessor/",
5176
+ "seriesComposition": "full",
5177
+ "shortname": "tc39-error-stack-accessor",
5178
+ "series": {
5179
+ "shortname": "tc39-error-stack-accessor",
5180
+ "currentSpecification": "tc39-error-stack-accessor",
5181
+ "title": "Error Stack Accessor",
5182
+ "shortTitle": "Error Stack Accessor",
5183
+ "nightlyUrl": "https://tc39.es/proposal-error-stack-accessor/"
5184
+ },
5185
+ "organization": "Ecma International",
5186
+ "groups": [
5187
+ {
5188
+ "name": "TC39",
5189
+ "url": "https://tc39.es/"
5190
+ }
5191
+ ],
5192
+ "nightly": {
5193
+ "url": "https://tc39.es/proposal-error-stack-accessor/",
5194
+ "status": "Editor's Draft",
5195
+ "alternateUrls": [],
5196
+ "repository": "https://github.com/tc39/proposal-error-stack-accessor",
5197
+ "sourcePath": "spec.emu",
5198
+ "filename": "index.html"
5199
+ },
5200
+ "title": "Error Stack Accessor",
5201
+ "source": "spec",
5202
+ "shortTitle": "Error Stack Accessor",
5203
+ "categories": [
5204
+ "browser"
5205
+ ],
5206
+ "standing": "good"
5207
+ },
5174
5208
  {
5175
5209
  "url": "https://tc39.es/proposal-explicit-resource-management/",
5176
5210
  "seriesComposition": "full",
@@ -5455,6 +5489,40 @@
5455
5489
  "browser"
5456
5490
  ]
5457
5491
  },
5492
+ {
5493
+ "url": "https://tc39.es/proposal-intl-keep-trailing-zeros/",
5494
+ "seriesComposition": "full",
5495
+ "shortname": "tc39-intl-keep-trailing-zeros",
5496
+ "series": {
5497
+ "shortname": "tc39-intl-keep-trailing-zeros",
5498
+ "currentSpecification": "tc39-intl-keep-trailing-zeros",
5499
+ "title": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
5500
+ "shortTitle": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
5501
+ "nightlyUrl": "https://tc39.es/proposal-intl-keep-trailing-zeros/"
5502
+ },
5503
+ "organization": "Ecma International",
5504
+ "groups": [
5505
+ {
5506
+ "name": "TC39",
5507
+ "url": "https://tc39.es/"
5508
+ }
5509
+ ],
5510
+ "nightly": {
5511
+ "url": "https://tc39.es/proposal-intl-keep-trailing-zeros/",
5512
+ "status": "Editor's Draft",
5513
+ "alternateUrls": [],
5514
+ "repository": "https://github.com/tc39/proposal-intl-keep-trailing-zeros",
5515
+ "sourcePath": "spec.emu",
5516
+ "filename": "index.html"
5517
+ },
5518
+ "title": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
5519
+ "source": "spec",
5520
+ "shortTitle": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
5521
+ "categories": [
5522
+ "browser"
5523
+ ],
5524
+ "standing": "good"
5525
+ },
5458
5526
  {
5459
5527
  "url": "https://tc39.es/proposal-intl-locale-info/",
5460
5528
  "seriesComposition": "full",
@@ -5711,6 +5779,40 @@
5711
5779
  "browser"
5712
5780
  ]
5713
5781
  },
5782
+ {
5783
+ "url": "https://tc39.es/proposal-iterator-chunking/",
5784
+ "seriesComposition": "full",
5785
+ "shortname": "tc39-iterator-chunking",
5786
+ "series": {
5787
+ "shortname": "tc39-iterator-chunking",
5788
+ "currentSpecification": "tc39-iterator-chunking",
5789
+ "title": "Iterator Chunking",
5790
+ "shortTitle": "Iterator Chunking",
5791
+ "nightlyUrl": "https://tc39.es/proposal-iterator-chunking/"
5792
+ },
5793
+ "organization": "Ecma International",
5794
+ "groups": [
5795
+ {
5796
+ "name": "TC39",
5797
+ "url": "https://tc39.es/"
5798
+ }
5799
+ ],
5800
+ "nightly": {
5801
+ "url": "https://tc39.es/proposal-iterator-chunking/",
5802
+ "status": "Editor's Draft",
5803
+ "alternateUrls": [],
5804
+ "repository": "https://github.com/tc39/proposal-iterator-chunking",
5805
+ "sourcePath": "spec.emu",
5806
+ "filename": "index.html"
5807
+ },
5808
+ "title": "Iterator Chunking",
5809
+ "source": "spec",
5810
+ "shortTitle": "Iterator Chunking",
5811
+ "categories": [
5812
+ "browser"
5813
+ ],
5814
+ "standing": "good"
5815
+ },
5714
5816
  {
5715
5817
  "url": "https://tc39.es/proposal-iterator-helpers/",
5716
5818
  "seriesComposition": "full",
@@ -5748,6 +5850,40 @@
5748
5850
  "browser"
5749
5851
  ]
5750
5852
  },
5853
+ {
5854
+ "url": "https://tc39.es/proposal-iterator-join/",
5855
+ "seriesComposition": "full",
5856
+ "shortname": "tc39-iterator-join",
5857
+ "series": {
5858
+ "shortname": "tc39-iterator-join",
5859
+ "currentSpecification": "tc39-iterator-join",
5860
+ "title": "Proposal Iterator Join",
5861
+ "shortTitle": "Proposal Iterator Join",
5862
+ "nightlyUrl": "https://tc39.es/proposal-iterator-join/"
5863
+ },
5864
+ "organization": "Ecma International",
5865
+ "groups": [
5866
+ {
5867
+ "name": "TC39",
5868
+ "url": "https://tc39.es/"
5869
+ }
5870
+ ],
5871
+ "nightly": {
5872
+ "url": "https://tc39.es/proposal-iterator-join/",
5873
+ "status": "Editor's Draft",
5874
+ "alternateUrls": [],
5875
+ "repository": "https://github.com/tc39/proposal-iterator-join",
5876
+ "sourcePath": "spec.html",
5877
+ "filename": "index.html"
5878
+ },
5879
+ "title": "Proposal Iterator Join",
5880
+ "source": "spec",
5881
+ "shortTitle": "Proposal Iterator Join",
5882
+ "categories": [
5883
+ "browser"
5884
+ ],
5885
+ "standing": "good"
5886
+ },
5751
5887
  {
5752
5888
  "url": "https://tc39.es/proposal-iterator-sequencing/",
5753
5889
  "seriesComposition": "full",
@@ -6072,6 +6208,40 @@
6072
6208
  "browser"
6073
6209
  ]
6074
6210
  },
6211
+ {
6212
+ "url": "https://tc39.es/proposal-regexp-buffer-boundaries/",
6213
+ "seriesComposition": "full",
6214
+ "shortname": "tc39-regexp-buffer-boundaries",
6215
+ "series": {
6216
+ "shortname": "tc39-regexp-buffer-boundaries",
6217
+ "currentSpecification": "tc39-regexp-buffer-boundaries",
6218
+ "title": "Regular Expression Buffer Boundaries for ECMAScript",
6219
+ "shortTitle": "Regular Expression Buffer Boundaries for ECMAScript",
6220
+ "nightlyUrl": "https://tc39.es/proposal-regexp-buffer-boundaries/"
6221
+ },
6222
+ "organization": "Ecma International",
6223
+ "groups": [
6224
+ {
6225
+ "name": "TC39",
6226
+ "url": "https://tc39.es/"
6227
+ }
6228
+ ],
6229
+ "nightly": {
6230
+ "url": "https://tc39.es/proposal-regexp-buffer-boundaries/",
6231
+ "status": "Editor's Draft",
6232
+ "alternateUrls": [],
6233
+ "repository": "https://github.com/tc39/proposal-regexp-buffer-boundaries",
6234
+ "sourcePath": "spec/index.html",
6235
+ "filename": "index.html"
6236
+ },
6237
+ "title": "Regular Expression Buffer Boundaries for ECMAScript",
6238
+ "source": "spec",
6239
+ "shortTitle": "Regular Expression Buffer Boundaries for ECMAScript",
6240
+ "categories": [
6241
+ "browser"
6242
+ ],
6243
+ "standing": "good"
6244
+ },
6075
6245
  {
6076
6246
  "url": "https://tc39.es/proposal-regexp-modifiers/",
6077
6247
  "seriesComposition": "full",
@@ -6581,6 +6751,44 @@
6581
6751
  ],
6582
6752
  "standing": "good"
6583
6753
  },
6754
+ {
6755
+ "url": "https://w3c.github.io/css-aam/",
6756
+ "seriesComposition": "full",
6757
+ "shortname": "css-aam",
6758
+ "series": {
6759
+ "shortname": "css-aam",
6760
+ "currentSpecification": "css-aam",
6761
+ "title": "CSS Accessibility API Mappings",
6762
+ "shortTitle": "CSS Accessibility API Mappings",
6763
+ "nightlyUrl": "https://w3c.github.io/css-aam/"
6764
+ },
6765
+ "organization": "W3C",
6766
+ "groups": [
6767
+ {
6768
+ "name": "Accessible Rich Internet Applications Working Group",
6769
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
6770
+ },
6771
+ {
6772
+ "name": "SVG Accessibility Task Force",
6773
+ "url": "https://www.w3.org/WAI/PF/svg-a11y-tf/"
6774
+ }
6775
+ ],
6776
+ "nightly": {
6777
+ "url": "https://w3c.github.io/css-aam/",
6778
+ "status": "Editor's Draft",
6779
+ "alternateUrls": [],
6780
+ "repository": "https://github.com/w3c/aria",
6781
+ "sourcePath": "css-aam/index.html",
6782
+ "filename": "index.html"
6783
+ },
6784
+ "title": "CSS Accessibility API Mappings 1.0",
6785
+ "source": "spec",
6786
+ "shortTitle": "CSS Accessibility API Mappings 1.0",
6787
+ "categories": [
6788
+ "browser"
6789
+ ],
6790
+ "standing": "good"
6791
+ },
6584
6792
  {
6585
6793
  "url": "https://w3c.github.io/data-shapes/shacl12-cs/",
6586
6794
  "seriesComposition": "full",
@@ -6650,39 +6858,6 @@
6650
6858
  "categories": [],
6651
6859
  "standing": "good"
6652
6860
  },
6653
- {
6654
- "url": "https://w3c.github.io/data-shapes/shacl12-ui/",
6655
- "seriesComposition": "full",
6656
- "shortname": "shacl12-ui",
6657
- "series": {
6658
- "shortname": "shacl-ui",
6659
- "currentSpecification": "shacl12-ui",
6660
- "title": "SHACL 1.2 User Interfaces",
6661
- "shortTitle": "SHACL 1.2 User Interfaces",
6662
- "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-ui/"
6663
- },
6664
- "seriesVersion": "1.2",
6665
- "organization": "W3C",
6666
- "groups": [
6667
- {
6668
- "name": "Data Shapes Working Group",
6669
- "url": "https://www.w3.org/groups/wg/data-shapes/"
6670
- }
6671
- ],
6672
- "nightly": {
6673
- "url": "https://w3c.github.io/data-shapes/shacl12-ui/",
6674
- "status": "Editor's Draft",
6675
- "alternateUrls": [],
6676
- "repository": "https://github.com/w3c/data-shapes",
6677
- "sourcePath": "shacl12-ui/index.html",
6678
- "filename": "index.html"
6679
- },
6680
- "title": "SHACL 1.2 User Interfaces",
6681
- "source": "spec",
6682
- "shortTitle": "SHACL 1.2 User Interfaces",
6683
- "categories": [],
6684
- "standing": "good"
6685
- },
6686
6861
  {
6687
6862
  "url": "https://w3c.github.io/editing/docs/execCommand/",
6688
6863
  "seriesComposition": "full",
@@ -7230,41 +7405,6 @@
7230
7405
  "categories": [],
7231
7406
  "standing": "good"
7232
7407
  },
7233
- {
7234
- "url": "https://w3c.github.io/vc-recognized-entities/",
7235
- "seriesComposition": "full",
7236
- "shortname": "vc-recognized-entities",
7237
- "series": {
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/"
7243
- },
7244
- "formerNames": [
7245
- "vc-recognition"
7246
- ],
7247
- "organization": "W3C",
7248
- "groups": [
7249
- {
7250
- "name": "Verifiable Credentials Working Group",
7251
- "url": "https://www.w3.org/groups/wg/vc/"
7252
- }
7253
- ],
7254
- "nightly": {
7255
- "url": "https://w3c.github.io/vc-recognized-entities/",
7256
- "status": "Editor's Draft",
7257
- "alternateUrls": [],
7258
- "repository": "https://github.com/w3c/vc-recognized-entities",
7259
- "sourcePath": "index.html",
7260
- "filename": "index.html"
7261
- },
7262
- "title": "Recognized Entities v1.0",
7263
- "source": "spec",
7264
- "shortTitle": "Recognized Entities v1.0",
7265
- "categories": [],
7266
- "standing": "good"
7267
- },
7268
7408
  {
7269
7409
  "url": "https://w3c.github.io/web-share-target/",
7270
7410
  "seriesComposition": "full",
@@ -11521,7 +11661,7 @@
11521
11661
  "status": "Unofficial Proposal Draft",
11522
11662
  "alternateUrls": [],
11523
11663
  "repository": "https://github.com/WICG/web-smart-card",
11524
- "sourcePath": "index.html",
11664
+ "sourcePath": "index.bs",
11525
11665
  "filename": "index.html"
11526
11666
  },
11527
11667
  "title": "Web Smart Card API",
@@ -11898,7 +12038,7 @@
11898
12038
  "standing": "good"
11899
12039
  },
11900
12040
  {
11901
- "url": "https://www.rfc-editor.org/rfc/rfc2397",
12041
+ "url": "https://www.rfc-editor.org/info/rfc2397/",
11902
12042
  "seriesComposition": "full",
11903
12043
  "shortname": "rfc2397",
11904
12044
  "series": {
@@ -11906,7 +12046,7 @@
11906
12046
  "currentSpecification": "rfc2397",
11907
12047
  "title": "The \"data\" URL scheme",
11908
12048
  "shortTitle": "The \"data\" URL scheme",
11909
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc2397"
12049
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc2397/"
11910
12050
  },
11911
12051
  "organization": "IETF",
11912
12052
  "groups": [
@@ -11916,13 +12056,12 @@
11916
12056
  }
11917
12057
  ],
11918
12058
  "nightly": {
11919
- "url": "https://www.rfc-editor.org/rfc/rfc2397",
12059
+ "url": "https://www.rfc-editor.org/info/rfc2397/",
11920
12060
  "status": "Proposed Standard",
11921
12061
  "alternateUrls": [
11922
12062
  "https://datatracker.ietf.org/doc/html/rfc2397",
11923
12063
  "https://tools.ietf.org/html/rfc2397"
11924
- ],
11925
- "filename": "rfc2397.html"
12064
+ ]
11926
12065
  },
11927
12066
  "title": "The \"data\" URL scheme",
11928
12067
  "source": "ietf",
@@ -11933,7 +12072,7 @@
11933
12072
  "standing": "good"
11934
12073
  },
11935
12074
  {
11936
- "url": "https://www.rfc-editor.org/rfc/rfc4120",
12075
+ "url": "https://www.rfc-editor.org/info/rfc4120/",
11937
12076
  "seriesComposition": "full",
11938
12077
  "shortname": "rfc4120",
11939
12078
  "series": {
@@ -11941,7 +12080,7 @@
11941
12080
  "currentSpecification": "rfc4120",
11942
12081
  "title": "The Kerberos Network Authentication Service (V5)",
11943
12082
  "shortTitle": "Kerberos",
11944
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc4120"
12083
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc4120/"
11945
12084
  },
11946
12085
  "shortTitle": "Kerberos",
11947
12086
  "organization": "IETF",
@@ -11952,13 +12091,12 @@
11952
12091
  }
11953
12092
  ],
11954
12093
  "nightly": {
11955
- "url": "https://www.rfc-editor.org/rfc/rfc4120",
12094
+ "url": "https://www.rfc-editor.org/info/rfc4120/",
11956
12095
  "status": "Proposed Standard",
11957
12096
  "alternateUrls": [
11958
12097
  "https://datatracker.ietf.org/doc/html/rfc4120",
11959
12098
  "https://tools.ietf.org/html/rfc4120"
11960
- ],
11961
- "filename": "rfc4120.html"
12099
+ ]
11962
12100
  },
11963
12101
  "title": "The Kerberos Network Authentication Service (V5)",
11964
12102
  "source": "ietf",
@@ -11968,7 +12106,7 @@
11968
12106
  "standing": "good"
11969
12107
  },
11970
12108
  {
11971
- "url": "https://www.rfc-editor.org/rfc/rfc5861",
12109
+ "url": "https://www.rfc-editor.org/info/rfc5861/",
11972
12110
  "seriesComposition": "full",
11973
12111
  "shortname": "rfc5861",
11974
12112
  "series": {
@@ -12005,7 +12143,7 @@
12005
12143
  "standing": "good"
12006
12144
  },
12007
12145
  {
12008
- "url": "https://www.rfc-editor.org/rfc/rfc6265",
12146
+ "url": "https://www.rfc-editor.org/info/rfc6265/",
12009
12147
  "seriesComposition": "full",
12010
12148
  "shortname": "rfc6265",
12011
12149
  "series": {
@@ -12042,7 +12180,7 @@
12042
12180
  "standing": "good"
12043
12181
  },
12044
12182
  {
12045
- "url": "https://www.rfc-editor.org/rfc/rfc6266",
12183
+ "url": "https://www.rfc-editor.org/info/rfc6266/",
12046
12184
  "seriesComposition": "full",
12047
12185
  "shortname": "rfc6266",
12048
12186
  "series": {
@@ -12079,7 +12217,7 @@
12079
12217
  "standing": "good"
12080
12218
  },
12081
12219
  {
12082
- "url": "https://www.rfc-editor.org/rfc/rfc6386",
12220
+ "url": "https://www.rfc-editor.org/info/rfc6386/",
12083
12221
  "seriesComposition": "full",
12084
12222
  "shortname": "rfc6386",
12085
12223
  "series": {
@@ -12087,7 +12225,7 @@
12087
12225
  "currentSpecification": "rfc6386",
12088
12226
  "title": "VP8 Data Format and Decoding Guide",
12089
12227
  "shortTitle": "VP8 Data Format and Decoding Guide",
12090
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6386"
12228
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6386/"
12091
12229
  },
12092
12230
  "organization": "IETF",
12093
12231
  "groups": [
@@ -12097,13 +12235,12 @@
12097
12235
  }
12098
12236
  ],
12099
12237
  "nightly": {
12100
- "url": "https://www.rfc-editor.org/rfc/rfc6386",
12238
+ "url": "https://www.rfc-editor.org/info/rfc6386/",
12101
12239
  "status": "Informational",
12102
12240
  "alternateUrls": [
12103
12241
  "https://datatracker.ietf.org/doc/html/rfc6386",
12104
12242
  "https://tools.ietf.org/html/rfc6386"
12105
- ],
12106
- "filename": "rfc6386.html"
12243
+ ]
12107
12244
  },
12108
12245
  "title": "VP8 Data Format and Decoding Guide",
12109
12246
  "source": "ietf",
@@ -12114,7 +12251,7 @@
12114
12251
  "standing": "good"
12115
12252
  },
12116
12253
  {
12117
- "url": "https://www.rfc-editor.org/rfc/rfc6454",
12254
+ "url": "https://www.rfc-editor.org/info/rfc6454/",
12118
12255
  "seriesComposition": "full",
12119
12256
  "shortname": "rfc6454",
12120
12257
  "series": {
@@ -12122,7 +12259,7 @@
12122
12259
  "currentSpecification": "rfc6454",
12123
12260
  "title": "The Web Origin Concept",
12124
12261
  "shortTitle": "The Web Origin Concept",
12125
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6454"
12262
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6454/"
12126
12263
  },
12127
12264
  "organization": "IETF",
12128
12265
  "groups": [
@@ -12132,13 +12269,12 @@
12132
12269
  }
12133
12270
  ],
12134
12271
  "nightly": {
12135
- "url": "https://www.rfc-editor.org/rfc/rfc6454",
12272
+ "url": "https://www.rfc-editor.org/info/rfc6454/",
12136
12273
  "status": "Proposed Standard",
12137
12274
  "alternateUrls": [
12138
12275
  "https://datatracker.ietf.org/doc/html/rfc6454",
12139
12276
  "https://tools.ietf.org/html/rfc6454"
12140
- ],
12141
- "filename": "rfc6454.html"
12277
+ ]
12142
12278
  },
12143
12279
  "title": "The Web Origin Concept",
12144
12280
  "source": "ietf",
@@ -12149,7 +12285,7 @@
12149
12285
  "standing": "good"
12150
12286
  },
12151
12287
  {
12152
- "url": "https://www.rfc-editor.org/rfc/rfc6455",
12288
+ "url": "https://www.rfc-editor.org/info/rfc6455/",
12153
12289
  "seriesComposition": "full",
12154
12290
  "shortname": "rfc6455",
12155
12291
  "series": {
@@ -12157,7 +12293,7 @@
12157
12293
  "currentSpecification": "rfc6455",
12158
12294
  "title": "The WebSocket Protocol",
12159
12295
  "shortTitle": "The WebSocket Protocol",
12160
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6455"
12296
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6455/"
12161
12297
  },
12162
12298
  "organization": "IETF",
12163
12299
  "groups": [
@@ -12167,13 +12303,12 @@
12167
12303
  }
12168
12304
  ],
12169
12305
  "nightly": {
12170
- "url": "https://www.rfc-editor.org/rfc/rfc6455",
12306
+ "url": "https://www.rfc-editor.org/info/rfc6455/",
12171
12307
  "status": "Proposed Standard",
12172
12308
  "alternateUrls": [
12173
12309
  "https://datatracker.ietf.org/doc/html/rfc6455",
12174
12310
  "https://tools.ietf.org/html/rfc6455"
12175
- ],
12176
- "filename": "rfc6455.html"
12311
+ ]
12177
12312
  },
12178
12313
  "title": "The WebSocket Protocol",
12179
12314
  "source": "ietf",
@@ -12184,7 +12319,7 @@
12184
12319
  "standing": "good"
12185
12320
  },
12186
12321
  {
12187
- "url": "https://www.rfc-editor.org/rfc/rfc6797",
12322
+ "url": "https://www.rfc-editor.org/info/rfc6797/",
12188
12323
  "seriesComposition": "full",
12189
12324
  "shortname": "rfc6797",
12190
12325
  "series": {
@@ -12192,7 +12327,7 @@
12192
12327
  "currentSpecification": "rfc6797",
12193
12328
  "title": "HTTP Strict Transport Security (HSTS)",
12194
12329
  "shortTitle": "HSTS",
12195
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6797"
12330
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6797/"
12196
12331
  },
12197
12332
  "organization": "IETF",
12198
12333
  "groups": [
@@ -12202,13 +12337,12 @@
12202
12337
  }
12203
12338
  ],
12204
12339
  "nightly": {
12205
- "url": "https://www.rfc-editor.org/rfc/rfc6797",
12340
+ "url": "https://www.rfc-editor.org/info/rfc6797/",
12206
12341
  "status": "Proposed Standard",
12207
12342
  "alternateUrls": [
12208
12343
  "https://datatracker.ietf.org/doc/html/rfc6797",
12209
12344
  "https://tools.ietf.org/html/rfc6797"
12210
- ],
12211
- "filename": "rfc6797.html"
12345
+ ]
12212
12346
  },
12213
12347
  "title": "HTTP Strict Transport Security (HSTS)",
12214
12348
  "source": "ietf",
@@ -12219,7 +12353,7 @@
12219
12353
  "standing": "good"
12220
12354
  },
12221
12355
  {
12222
- "url": "https://www.rfc-editor.org/rfc/rfc7034",
12356
+ "url": "https://www.rfc-editor.org/info/rfc7034/",
12223
12357
  "seriesComposition": "full",
12224
12358
  "shortname": "rfc7034",
12225
12359
  "series": {
@@ -12227,7 +12361,7 @@
12227
12361
  "currentSpecification": "rfc7034",
12228
12362
  "title": "HTTP Header Field X-Frame-Options",
12229
12363
  "shortTitle": "HTTP Header Field X-Frame-Options",
12230
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7034"
12364
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7034/"
12231
12365
  },
12232
12366
  "organization": "IETF",
12233
12367
  "groups": [
@@ -12237,13 +12371,12 @@
12237
12371
  }
12238
12372
  ],
12239
12373
  "nightly": {
12240
- "url": "https://www.rfc-editor.org/rfc/rfc7034",
12374
+ "url": "https://www.rfc-editor.org/info/rfc7034/",
12241
12375
  "status": "Informational",
12242
12376
  "alternateUrls": [
12243
12377
  "https://datatracker.ietf.org/doc/html/rfc7034",
12244
12378
  "https://tools.ietf.org/html/rfc7034"
12245
- ],
12246
- "filename": "rfc7034.html"
12379
+ ]
12247
12380
  },
12248
12381
  "title": "HTTP Header Field X-Frame-Options",
12249
12382
  "source": "ietf",
@@ -12254,7 +12387,7 @@
12254
12387
  "standing": "good"
12255
12388
  },
12256
12389
  {
12257
- "url": "https://www.rfc-editor.org/rfc/rfc7230",
12390
+ "url": "https://www.rfc-editor.org/info/rfc7230/",
12258
12391
  "seriesComposition": "full",
12259
12392
  "shortname": "rfc7230",
12260
12393
  "series": {
@@ -12295,7 +12428,7 @@
12295
12428
  ]
12296
12429
  },
12297
12430
  {
12298
- "url": "https://www.rfc-editor.org/rfc/rfc7231",
12431
+ "url": "https://www.rfc-editor.org/info/rfc7231/",
12299
12432
  "seriesComposition": "full",
12300
12433
  "shortname": "rfc7231",
12301
12434
  "series": {
@@ -12335,7 +12468,7 @@
12335
12468
  ]
12336
12469
  },
12337
12470
  {
12338
- "url": "https://www.rfc-editor.org/rfc/rfc7232",
12471
+ "url": "https://www.rfc-editor.org/info/rfc7232/",
12339
12472
  "seriesComposition": "full",
12340
12473
  "shortname": "rfc7232",
12341
12474
  "series": {
@@ -12375,7 +12508,7 @@
12375
12508
  ]
12376
12509
  },
12377
12510
  {
12378
- "url": "https://www.rfc-editor.org/rfc/rfc7233",
12511
+ "url": "https://www.rfc-editor.org/info/rfc7233/",
12379
12512
  "seriesComposition": "full",
12380
12513
  "shortname": "rfc7233",
12381
12514
  "series": {
@@ -12415,7 +12548,7 @@
12415
12548
  ]
12416
12549
  },
12417
12550
  {
12418
- "url": "https://www.rfc-editor.org/rfc/rfc7234",
12551
+ "url": "https://www.rfc-editor.org/info/rfc7234/",
12419
12552
  "seriesComposition": "full",
12420
12553
  "shortname": "rfc7234",
12421
12554
  "series": {
@@ -12455,7 +12588,7 @@
12455
12588
  ]
12456
12589
  },
12457
12590
  {
12458
- "url": "https://www.rfc-editor.org/rfc/rfc7235",
12591
+ "url": "https://www.rfc-editor.org/info/rfc7235/",
12459
12592
  "seriesComposition": "full",
12460
12593
  "shortname": "rfc7235",
12461
12594
  "series": {
@@ -12495,7 +12628,7 @@
12495
12628
  ]
12496
12629
  },
12497
12630
  {
12498
- "url": "https://www.rfc-editor.org/rfc/rfc7239",
12631
+ "url": "https://www.rfc-editor.org/info/rfc7239/",
12499
12632
  "seriesComposition": "full",
12500
12633
  "shortname": "rfc7239",
12501
12634
  "series": {
@@ -12503,7 +12636,7 @@
12503
12636
  "currentSpecification": "rfc7239",
12504
12637
  "title": "Forwarded HTTP Extension",
12505
12638
  "shortTitle": "Forwarded HTTP Extension",
12506
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7239"
12639
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7239/"
12507
12640
  },
12508
12641
  "organization": "IETF",
12509
12642
  "groups": [
@@ -12513,13 +12646,12 @@
12513
12646
  }
12514
12647
  ],
12515
12648
  "nightly": {
12516
- "url": "https://www.rfc-editor.org/rfc/rfc7239",
12649
+ "url": "https://www.rfc-editor.org/info/rfc7239/",
12517
12650
  "status": "Proposed Standard",
12518
12651
  "alternateUrls": [
12519
12652
  "https://datatracker.ietf.org/doc/html/rfc7239",
12520
12653
  "https://tools.ietf.org/html/rfc7239"
12521
- ],
12522
- "filename": "rfc7239.html"
12654
+ ]
12523
12655
  },
12524
12656
  "title": "Forwarded HTTP Extension",
12525
12657
  "source": "ietf",
@@ -12530,7 +12662,7 @@
12530
12662
  "standing": "good"
12531
12663
  },
12532
12664
  {
12533
- "url": "https://www.rfc-editor.org/rfc/rfc7240",
12665
+ "url": "https://www.rfc-editor.org/info/rfc7240/",
12534
12666
  "seriesComposition": "full",
12535
12667
  "shortname": "rfc7240",
12536
12668
  "series": {
@@ -12567,7 +12699,7 @@
12567
12699
  "standing": "good"
12568
12700
  },
12569
12701
  {
12570
- "url": "https://www.rfc-editor.org/rfc/rfc7469",
12702
+ "url": "https://www.rfc-editor.org/info/rfc7469/",
12571
12703
  "seriesComposition": "full",
12572
12704
  "shortname": "rfc7469",
12573
12705
  "series": {
@@ -12575,7 +12707,7 @@
12575
12707
  "currentSpecification": "rfc7469",
12576
12708
  "title": "Public Key Pinning Extension for HTTP",
12577
12709
  "shortTitle": "Public Key Pinning Extension for HTTP",
12578
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7469"
12710
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7469/"
12579
12711
  },
12580
12712
  "organization": "IETF",
12581
12713
  "groups": [
@@ -12585,13 +12717,12 @@
12585
12717
  }
12586
12718
  ],
12587
12719
  "nightly": {
12588
- "url": "https://www.rfc-editor.org/rfc/rfc7469",
12720
+ "url": "https://www.rfc-editor.org/info/rfc7469/",
12589
12721
  "status": "Proposed Standard",
12590
12722
  "alternateUrls": [
12591
12723
  "https://datatracker.ietf.org/doc/html/rfc7469",
12592
12724
  "https://tools.ietf.org/html/rfc7469"
12593
- ],
12594
- "filename": "rfc7469.html"
12725
+ ]
12595
12726
  },
12596
12727
  "title": "Public Key Pinning Extension for HTTP",
12597
12728
  "source": "ietf",
@@ -12602,7 +12733,7 @@
12602
12733
  "standing": "good"
12603
12734
  },
12604
12735
  {
12605
- "url": "https://www.rfc-editor.org/rfc/rfc7538",
12736
+ "url": "https://www.rfc-editor.org/info/rfc7538/",
12606
12737
  "seriesComposition": "full",
12607
12738
  "shortname": "rfc7538",
12608
12739
  "series": {
@@ -12642,7 +12773,7 @@
12642
12773
  ]
12643
12774
  },
12644
12775
  {
12645
- "url": "https://www.rfc-editor.org/rfc/rfc7540",
12776
+ "url": "https://www.rfc-editor.org/info/rfc7540/",
12646
12777
  "seriesComposition": "full",
12647
12778
  "shortname": "rfc7540",
12648
12779
  "series": {
@@ -12682,7 +12813,7 @@
12682
12813
  ]
12683
12814
  },
12684
12815
  {
12685
- "url": "https://www.rfc-editor.org/rfc/rfc7578",
12816
+ "url": "https://www.rfc-editor.org/info/rfc7578/",
12686
12817
  "seriesComposition": "full",
12687
12818
  "shortname": "rfc7578",
12688
12819
  "series": {
@@ -12690,7 +12821,7 @@
12690
12821
  "currentSpecification": "rfc7578",
12691
12822
  "title": "Returning Values from Forms: multipart/form-data",
12692
12823
  "shortTitle": "Returning Values from Forms: multipart/form-data",
12693
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7578"
12824
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7578/"
12694
12825
  },
12695
12826
  "organization": "IETF",
12696
12827
  "groups": [
@@ -12700,13 +12831,12 @@
12700
12831
  }
12701
12832
  ],
12702
12833
  "nightly": {
12703
- "url": "https://www.rfc-editor.org/rfc/rfc7578",
12834
+ "url": "https://www.rfc-editor.org/info/rfc7578/",
12704
12835
  "status": "Proposed Standard",
12705
12836
  "alternateUrls": [
12706
12837
  "https://datatracker.ietf.org/doc/html/rfc7578",
12707
12838
  "https://tools.ietf.org/html/rfc7578"
12708
- ],
12709
- "filename": "rfc7578.html"
12839
+ ]
12710
12840
  },
12711
12841
  "title": "Returning Values from Forms: multipart/form-data",
12712
12842
  "source": "ietf",
@@ -12717,7 +12847,7 @@
12717
12847
  "standing": "good"
12718
12848
  },
12719
12849
  {
12720
- "url": "https://www.rfc-editor.org/rfc/rfc7616",
12850
+ "url": "https://www.rfc-editor.org/info/rfc7616/",
12721
12851
  "seriesComposition": "full",
12722
12852
  "shortname": "rfc7616",
12723
12853
  "series": {
@@ -12754,7 +12884,7 @@
12754
12884
  "standing": "good"
12755
12885
  },
12756
12886
  {
12757
- "url": "https://www.rfc-editor.org/rfc/rfc7617",
12887
+ "url": "https://www.rfc-editor.org/info/rfc7617/",
12758
12888
  "seriesComposition": "full",
12759
12889
  "shortname": "rfc7617",
12760
12890
  "series": {
@@ -12791,7 +12921,7 @@
12791
12921
  "standing": "good"
12792
12922
  },
12793
12923
  {
12794
- "url": "https://www.rfc-editor.org/rfc/rfc7725",
12924
+ "url": "https://www.rfc-editor.org/info/rfc7725/",
12795
12925
  "seriesComposition": "full",
12796
12926
  "shortname": "rfc7725",
12797
12927
  "series": {
@@ -12828,7 +12958,7 @@
12828
12958
  "standing": "good"
12829
12959
  },
12830
12960
  {
12831
- "url": "https://www.rfc-editor.org/rfc/rfc7838",
12961
+ "url": "https://www.rfc-editor.org/info/rfc7838/",
12832
12962
  "seriesComposition": "full",
12833
12963
  "shortname": "rfc7838",
12834
12964
  "series": {
@@ -12865,7 +12995,7 @@
12865
12995
  "standing": "good"
12866
12996
  },
12867
12997
  {
12868
- "url": "https://www.rfc-editor.org/rfc/rfc7932",
12998
+ "url": "https://www.rfc-editor.org/info/rfc7932/",
12869
12999
  "seriesComposition": "full",
12870
13000
  "shortname": "rfc7932",
12871
13001
  "series": {
@@ -12873,7 +13003,7 @@
12873
13003
  "currentSpecification": "rfc7932",
12874
13004
  "title": "Brotli Compressed Data Format",
12875
13005
  "shortTitle": "Brotli Compressed Data Format",
12876
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7932"
13006
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7932/"
12877
13007
  },
12878
13008
  "organization": "IETF",
12879
13009
  "groups": [
@@ -12883,13 +13013,12 @@
12883
13013
  }
12884
13014
  ],
12885
13015
  "nightly": {
12886
- "url": "https://www.rfc-editor.org/rfc/rfc7932",
13016
+ "url": "https://www.rfc-editor.org/info/rfc7932/",
12887
13017
  "status": "Informational",
12888
13018
  "alternateUrls": [
12889
13019
  "https://datatracker.ietf.org/doc/html/rfc7932",
12890
13020
  "https://tools.ietf.org/html/rfc7932"
12891
- ],
12892
- "filename": "rfc7932.html"
13021
+ ]
12893
13022
  },
12894
13023
  "title": "Brotli Compressed Data Format",
12895
13024
  "source": "ietf",
@@ -12900,7 +13029,7 @@
12900
13029
  "standing": "good"
12901
13030
  },
12902
13031
  {
12903
- "url": "https://www.rfc-editor.org/rfc/rfc8246",
13032
+ "url": "https://www.rfc-editor.org/info/rfc8246/",
12904
13033
  "seriesComposition": "full",
12905
13034
  "shortname": "rfc8246",
12906
13035
  "series": {
@@ -12937,7 +13066,7 @@
12937
13066
  "standing": "good"
12938
13067
  },
12939
13068
  {
12940
- "url": "https://www.rfc-editor.org/rfc/rfc8288",
13069
+ "url": "https://www.rfc-editor.org/info/rfc8288/",
12941
13070
  "seriesComposition": "full",
12942
13071
  "shortname": "rfc8288",
12943
13072
  "series": {
@@ -12974,7 +13103,7 @@
12974
13103
  "standing": "good"
12975
13104
  },
12976
13105
  {
12977
- "url": "https://www.rfc-editor.org/rfc/rfc8297",
13106
+ "url": "https://www.rfc-editor.org/info/rfc8297/",
12978
13107
  "seriesComposition": "full",
12979
13108
  "shortname": "rfc8297",
12980
13109
  "series": {
@@ -13011,7 +13140,7 @@
13011
13140
  "standing": "good"
13012
13141
  },
13013
13142
  {
13014
- "url": "https://www.rfc-editor.org/rfc/rfc8470",
13143
+ "url": "https://www.rfc-editor.org/info/rfc8470/",
13015
13144
  "seriesComposition": "full",
13016
13145
  "shortname": "rfc8470",
13017
13146
  "series": {
@@ -13048,7 +13177,7 @@
13048
13177
  "standing": "good"
13049
13178
  },
13050
13179
  {
13051
- "url": "https://www.rfc-editor.org/rfc/rfc8610",
13180
+ "url": "https://www.rfc-editor.org/info/rfc8610/",
13052
13181
  "seriesComposition": "full",
13053
13182
  "shortname": "rfc8610",
13054
13183
  "series": {
@@ -13056,7 +13185,7 @@
13056
13185
  "currentSpecification": "rfc8610",
13057
13186
  "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
13058
13187
  "shortTitle": "CDDL",
13059
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8610"
13188
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc8610/"
13060
13189
  },
13061
13190
  "shortTitle": "CDDL",
13062
13191
  "organization": "IETF",
@@ -13067,13 +13196,12 @@
13067
13196
  }
13068
13197
  ],
13069
13198
  "nightly": {
13070
- "url": "https://www.rfc-editor.org/rfc/rfc8610",
13199
+ "url": "https://www.rfc-editor.org/info/rfc8610/",
13071
13200
  "status": "Proposed Standard",
13072
13201
  "alternateUrls": [
13073
13202
  "https://datatracker.ietf.org/doc/html/rfc8610",
13074
13203
  "https://tools.ietf.org/html/rfc8610"
13075
- ],
13076
- "filename": "rfc8610.html"
13204
+ ]
13077
13205
  },
13078
13206
  "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
13079
13207
  "source": "ietf",
@@ -13083,7 +13211,7 @@
13083
13211
  "standing": "good"
13084
13212
  },
13085
13213
  {
13086
- "url": "https://www.rfc-editor.org/rfc/rfc8878",
13214
+ "url": "https://www.rfc-editor.org/info/rfc8878/",
13087
13215
  "seriesComposition": "full",
13088
13216
  "shortname": "rfc8878",
13089
13217
  "series": {
@@ -13091,7 +13219,7 @@
13091
13219
  "currentSpecification": "rfc8878",
13092
13220
  "title": "Zstandard Compression and the 'application/zstd' Media Type",
13093
13221
  "shortTitle": "Zstandard Compression and the 'application/zstd' Media Type",
13094
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8878"
13222
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc8878/"
13095
13223
  },
13096
13224
  "organization": "IETF",
13097
13225
  "groups": [
@@ -13101,13 +13229,12 @@
13101
13229
  }
13102
13230
  ],
13103
13231
  "nightly": {
13104
- "url": "https://www.rfc-editor.org/rfc/rfc8878",
13232
+ "url": "https://www.rfc-editor.org/info/rfc8878/",
13105
13233
  "status": "Informational",
13106
13234
  "alternateUrls": [
13107
13235
  "https://datatracker.ietf.org/doc/html/rfc8878",
13108
13236
  "https://tools.ietf.org/html/rfc8878"
13109
- ],
13110
- "filename": "rfc8878.html"
13237
+ ]
13111
13238
  },
13112
13239
  "title": "Zstandard Compression and the 'application/zstd' Media Type",
13113
13240
  "source": "ietf",
@@ -13118,7 +13245,7 @@
13118
13245
  "standing": "good"
13119
13246
  },
13120
13247
  {
13121
- "url": "https://www.rfc-editor.org/rfc/rfc8942",
13248
+ "url": "https://www.rfc-editor.org/info/rfc8942/",
13122
13249
  "seriesComposition": "full",
13123
13250
  "shortname": "rfc8942",
13124
13251
  "series": {
@@ -13155,7 +13282,7 @@
13155
13282
  "standing": "good"
13156
13283
  },
13157
13284
  {
13158
- "url": "https://www.rfc-editor.org/rfc/rfc9110",
13285
+ "url": "https://www.rfc-editor.org/info/rfc9110/",
13159
13286
  "seriesComposition": "full",
13160
13287
  "shortname": "rfc9110",
13161
13288
  "series": {
@@ -13192,7 +13319,7 @@
13192
13319
  "standing": "good"
13193
13320
  },
13194
13321
  {
13195
- "url": "https://www.rfc-editor.org/rfc/rfc9111",
13322
+ "url": "https://www.rfc-editor.org/info/rfc9111/",
13196
13323
  "seriesComposition": "full",
13197
13324
  "shortname": "rfc9111",
13198
13325
  "series": {
@@ -13229,7 +13356,7 @@
13229
13356
  "standing": "good"
13230
13357
  },
13231
13358
  {
13232
- "url": "https://www.rfc-editor.org/rfc/rfc9112",
13359
+ "url": "https://www.rfc-editor.org/info/rfc9112/",
13233
13360
  "seriesComposition": "full",
13234
13361
  "shortname": "rfc9112",
13235
13362
  "series": {
@@ -13266,7 +13393,7 @@
13266
13393
  "standing": "good"
13267
13394
  },
13268
13395
  {
13269
- "url": "https://www.rfc-editor.org/rfc/rfc9113",
13396
+ "url": "https://www.rfc-editor.org/info/rfc9113/",
13270
13397
  "seriesComposition": "full",
13271
13398
  "shortname": "rfc9113",
13272
13399
  "series": {
@@ -13303,7 +13430,7 @@
13303
13430
  "standing": "good"
13304
13431
  },
13305
13432
  {
13306
- "url": "https://www.rfc-editor.org/rfc/rfc9114",
13433
+ "url": "https://www.rfc-editor.org/info/rfc9114/",
13307
13434
  "seriesComposition": "full",
13308
13435
  "shortname": "rfc9114",
13309
13436
  "series": {
@@ -13340,7 +13467,7 @@
13340
13467
  "standing": "good"
13341
13468
  },
13342
13469
  {
13343
- "url": "https://www.rfc-editor.org/rfc/rfc9163",
13470
+ "url": "https://www.rfc-editor.org/info/rfc9163/",
13344
13471
  "seriesComposition": "full",
13345
13472
  "shortname": "rfc9163",
13346
13473
  "series": {
@@ -13348,18 +13475,17 @@
13348
13475
  "currentSpecification": "rfc9163",
13349
13476
  "title": "Expect-CT Extension for HTTP",
13350
13477
  "shortTitle": "Expect-CT Extension for HTTP",
13351
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9163"
13478
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc9163/"
13352
13479
  },
13353
13480
  "nightly": {
13354
- "url": "https://www.rfc-editor.org/rfc/rfc9163",
13481
+ "url": "https://www.rfc-editor.org/info/rfc9163/",
13355
13482
  "status": "Experimental",
13356
13483
  "repository": "https://github.com/httpwg/http-extensions",
13357
13484
  "sourcePath": "archive/draft-ietf-httpbis-expect-ct.md",
13358
13485
  "alternateUrls": [
13359
13486
  "https://datatracker.ietf.org/doc/html/rfc9163",
13360
13487
  "https://tools.ietf.org/html/rfc9163"
13361
- ],
13362
- "filename": "rfc9163.html"
13488
+ ]
13363
13489
  },
13364
13490
  "organization": "IETF",
13365
13491
  "groups": [
@@ -13377,7 +13503,7 @@
13377
13503
  "standing": "good"
13378
13504
  },
13379
13505
  {
13380
- "url": "https://www.rfc-editor.org/rfc/rfc9218",
13506
+ "url": "https://www.rfc-editor.org/info/rfc9218/",
13381
13507
  "seriesComposition": "full",
13382
13508
  "shortname": "rfc9218",
13383
13509
  "series": {
@@ -13414,7 +13540,7 @@
13414
13540
  "standing": "good"
13415
13541
  },
13416
13542
  {
13417
- "url": "https://www.rfc-editor.org/rfc/rfc9421",
13543
+ "url": "https://www.rfc-editor.org/info/rfc9421/",
13418
13544
  "seriesComposition": "full",
13419
13545
  "shortname": "rfc9421",
13420
13546
  "series": {
@@ -13451,7 +13577,7 @@
13451
13577
  "standing": "good"
13452
13578
  },
13453
13579
  {
13454
- "url": "https://www.rfc-editor.org/rfc/rfc9530",
13580
+ "url": "https://www.rfc-editor.org/info/rfc9530/",
13455
13581
  "seriesComposition": "full",
13456
13582
  "shortname": "rfc9530",
13457
13583
  "series": {
@@ -13491,7 +13617,7 @@
13491
13617
  "standing": "good"
13492
13618
  },
13493
13619
  {
13494
- "url": "https://www.rfc-editor.org/rfc/rfc9649",
13620
+ "url": "https://www.rfc-editor.org/info/rfc9649/",
13495
13621
  "seriesComposition": "full",
13496
13622
  "shortname": "rfc9649",
13497
13623
  "series": {
@@ -13499,7 +13625,7 @@
13499
13625
  "currentSpecification": "rfc9649",
13500
13626
  "title": "WebP Image Format",
13501
13627
  "shortTitle": "WebP Image Format",
13502
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9649"
13628
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc9649/"
13503
13629
  },
13504
13630
  "formerNames": [
13505
13631
  "webp"
@@ -13512,13 +13638,12 @@
13512
13638
  }
13513
13639
  ],
13514
13640
  "nightly": {
13515
- "url": "https://www.rfc-editor.org/rfc/rfc9649",
13641
+ "url": "https://www.rfc-editor.org/info/rfc9649/",
13516
13642
  "status": "Informational",
13517
13643
  "alternateUrls": [
13518
13644
  "https://datatracker.ietf.org/doc/html/rfc9649",
13519
13645
  "https://tools.ietf.org/html/rfc9649"
13520
- ],
13521
- "filename": "rfc9649.html"
13646
+ ]
13522
13647
  },
13523
13648
  "title": "WebP Image Format",
13524
13649
  "source": "ietf",
@@ -13529,7 +13654,7 @@
13529
13654
  "standing": "good"
13530
13655
  },
13531
13656
  {
13532
- "url": "https://www.rfc-editor.org/rfc/rfc9659",
13657
+ "url": "https://www.rfc-editor.org/info/rfc9659/",
13533
13658
  "seriesComposition": "full",
13534
13659
  "shortname": "rfc9659",
13535
13660
  "series": {
@@ -13537,7 +13662,7 @@
13537
13662
  "currentSpecification": "rfc9659",
13538
13663
  "title": "Window Sizing for Zstandard Content Encoding",
13539
13664
  "shortTitle": "Window Sizing for Zstandard Content Encoding",
13540
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9659"
13665
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc9659/"
13541
13666
  },
13542
13667
  "organization": "IETF",
13543
13668
  "groups": [
@@ -13547,13 +13672,12 @@
13547
13672
  }
13548
13673
  ],
13549
13674
  "nightly": {
13550
- "url": "https://www.rfc-editor.org/rfc/rfc9659",
13675
+ "url": "https://www.rfc-editor.org/info/rfc9659/",
13551
13676
  "status": "Informational",
13552
13677
  "alternateUrls": [
13553
13678
  "https://datatracker.ietf.org/doc/html/rfc9659",
13554
13679
  "https://tools.ietf.org/html/rfc9659"
13555
- ],
13556
- "filename": "rfc9659.html"
13680
+ ]
13557
13681
  },
13558
13682
  "title": "Window Sizing for Zstandard Content Encoding",
13559
13683
  "source": "ietf",
@@ -13564,7 +13688,7 @@
13564
13688
  "standing": "good"
13565
13689
  },
13566
13690
  {
13567
- "url": "https://www.rfc-editor.org/rfc/rfc9842",
13691
+ "url": "https://www.rfc-editor.org/info/rfc9842/",
13568
13692
  "seriesComposition": "full",
13569
13693
  "shortname": "rfc9842",
13570
13694
  "series": {
@@ -21047,7 +21171,7 @@
21047
21171
  ],
21048
21172
  "release": {
21049
21173
  "url": "https://www.w3.org/TR/device-posture/",
21050
- "status": "Candidate Recommendation Snapshot",
21174
+ "status": "Candidate Recommendation Draft",
21051
21175
  "filename": "Overview.html"
21052
21176
  },
21053
21177
  "nightly": {
@@ -27450,6 +27574,45 @@
27450
27574
  "categories": [],
27451
27575
  "standing": "good"
27452
27576
  },
27577
+ {
27578
+ "url": "https://www.w3.org/TR/shacl12-ui/",
27579
+ "seriesComposition": "full",
27580
+ "shortname": "shacl12-ui",
27581
+ "series": {
27582
+ "shortname": "shacl-ui",
27583
+ "currentSpecification": "shacl12-ui",
27584
+ "title": "SHACL User Interfaces",
27585
+ "shortTitle": "SHACL User Interfaces",
27586
+ "releaseUrl": "https://www.w3.org/TR/shacl-ui/",
27587
+ "nightlyUrl": "https://w3c.github.io/data-shapes/shacl-ui/"
27588
+ },
27589
+ "seriesVersion": "1.2",
27590
+ "organization": "W3C",
27591
+ "groups": [
27592
+ {
27593
+ "name": "Data Shapes Working Group",
27594
+ "url": "https://www.w3.org/groups/wg/data-shapes/"
27595
+ }
27596
+ ],
27597
+ "release": {
27598
+ "url": "https://www.w3.org/TR/shacl12-ui/",
27599
+ "status": "First Public Working Draft",
27600
+ "filename": "Overview.html"
27601
+ },
27602
+ "nightly": {
27603
+ "url": "https://w3c.github.io/data-shapes/shacl12-ui/",
27604
+ "status": "Editor's Draft",
27605
+ "alternateUrls": [],
27606
+ "repository": "https://github.com/w3c/data-shapes",
27607
+ "sourcePath": "shacl12-ui/index.html",
27608
+ "filename": "index.html"
27609
+ },
27610
+ "title": "SHACL 1.2 User Interfaces",
27611
+ "source": "w3c",
27612
+ "shortTitle": "SHACL 1.2 User Interfaces",
27613
+ "categories": [],
27614
+ "standing": "good"
27615
+ },
27453
27616
  {
27454
27617
  "url": "https://www.w3.org/TR/sparql12-entailment/",
27455
27618
  "seriesComposition": "full",
@@ -28588,11 +28751,11 @@
28588
28751
  "shortname": "ttml-imsc1.2",
28589
28752
  "series": {
28590
28753
  "shortname": "ttml-imsc",
28591
- "currentSpecification": "ttml-imsc1.2",
28754
+ "currentSpecification": "ttml-imsc1.3",
28592
28755
  "title": "IMSC Text Profile",
28593
28756
  "shortTitle": "IMSC Text Profile",
28594
28757
  "releaseUrl": "https://www.w3.org/TR/ttml-imsc/",
28595
- "nightlyUrl": "https://www.w3.org/TR/ttml-imsc/"
28758
+ "nightlyUrl": "https://w3c.github.io/imsc/imsc1/spec/ttml-ww-profiles.html"
28596
28759
  },
28597
28760
  "seriesVersion": "1.2",
28598
28761
  "nightly": {
@@ -28627,11 +28790,11 @@
28627
28790
  "shortname": "ttml-imsc1.3",
28628
28791
  "series": {
28629
28792
  "shortname": "ttml-imsc",
28630
- "currentSpecification": "ttml-imsc1.2",
28793
+ "currentSpecification": "ttml-imsc1.3",
28631
28794
  "title": "IMSC Text Profile",
28632
28795
  "shortTitle": "IMSC Text Profile",
28633
28796
  "releaseUrl": "https://www.w3.org/TR/ttml-imsc/",
28634
- "nightlyUrl": "https://www.w3.org/TR/ttml-imsc/"
28797
+ "nightlyUrl": "https://w3c.github.io/imsc/imsc1/spec/ttml-ww-profiles.html"
28635
28798
  },
28636
28799
  "seriesVersion": "1.3",
28637
28800
  "nightly": {
@@ -28653,7 +28816,7 @@
28653
28816
  ],
28654
28817
  "release": {
28655
28818
  "url": "https://www.w3.org/TR/ttml-imsc1.3/",
28656
- "status": "Candidate Recommendation Draft",
28819
+ "status": "Recommendation",
28657
28820
  "filename": "Overview.html"
28658
28821
  },
28659
28822
  "title": "IMSC Text Profile 1.3",
@@ -29459,6 +29622,49 @@
29459
29622
  "categories": [],
29460
29623
  "standing": "good"
29461
29624
  },
29625
+ {
29626
+ "url": "https://www.w3.org/TR/vc-recognized-entities-1.0/",
29627
+ "seriesComposition": "full",
29628
+ "shortname": "vc-recognized-entities-1.0",
29629
+ "series": {
29630
+ "shortname": "vc-recognized-entities",
29631
+ "currentSpecification": "vc-recognized-entities-1.0",
29632
+ "title": "Recognized Entities",
29633
+ "shortTitle": "Recognized Entities",
29634
+ "releaseUrl": "https://www.w3.org/TR/vc-recognized-entities/",
29635
+ "nightlyUrl": "https://w3c.github.io/vc-recognized-entities/"
29636
+ },
29637
+ "seriesVersion": "1.0",
29638
+ "formerNames": [
29639
+ "vc-recognized-entities",
29640
+ "vc-recognition"
29641
+ ],
29642
+ "organization": "W3C",
29643
+ "groups": [
29644
+ {
29645
+ "name": "Verifiable Credentials Working Group",
29646
+ "url": "https://www.w3.org/groups/wg/vc/"
29647
+ }
29648
+ ],
29649
+ "release": {
29650
+ "url": "https://www.w3.org/TR/vc-recognized-entities-1.0/",
29651
+ "status": "First Public Working Draft",
29652
+ "filename": "Overview.html"
29653
+ },
29654
+ "nightly": {
29655
+ "url": "https://w3c.github.io/vc-recognized-entities/",
29656
+ "status": "Editor's Draft",
29657
+ "alternateUrls": [],
29658
+ "repository": "https://github.com/w3c/vc-recognized-entities",
29659
+ "sourcePath": "index.html",
29660
+ "filename": "index.html"
29661
+ },
29662
+ "title": "Recognized Entities v1.0",
29663
+ "source": "w3c",
29664
+ "shortTitle": "Recognized Entities v1.0",
29665
+ "categories": [],
29666
+ "standing": "good"
29667
+ },
29462
29668
  {
29463
29669
  "url": "https://www.w3.org/TR/vc-render-method/",
29464
29670
  "seriesComposition": "full",
@@ -31805,7 +32011,7 @@
31805
32011
  ],
31806
32012
  "release": {
31807
32013
  "url": "https://www.w3.org/TR/webvtt1/",
31808
- "status": "Candidate Recommendation Snapshot",
32014
+ "status": "Candidate Recommendation Draft",
31809
32015
  "filename": "Overview.html"
31810
32016
  },
31811
32017
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.86.0",
3
+ "version": "4.0.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",