web-specs 2.74.0 → 2.74.1

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 +61 -0
  2. package/index.json +169 -150
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -53,6 +53,7 @@ cross-references, WebIDL, quality, etc.
53
53
  - [`tests.testPaths`](#teststestpaths)
54
54
  - [`tests.excludePaths`](#testsexcludepaths)
55
55
  - [`source`](#source)
56
+ - [Spec identifiers](#spec-identifiers)
56
57
  - [How to add/update/delete a spec](#how-to-addupdatedelete-a-spec)
57
58
  - [Versioning](#versioning)<!-- COMMON-TOC: end -->
58
59
  - [Spec selection criteria](#spec-selection-criteria)
@@ -134,6 +135,9 @@ The versioned (but not dated) URL for the spec. For W3C specs published as
134
135
  TR documents, this is the TR URL. For WHATWG specs, this is the URL of the
135
136
  living standard. In other cases, this is the URL of the latest Editor's Draft.
136
137
 
138
+ The URL should be relatively stable but may still change over time. See
139
+ [Spec identifiers](#spec-identifiers) for details.
140
+
137
141
  The `url` property is always set.
138
142
 
139
143
 
@@ -153,6 +157,9 @@ fork of the WebAssembly spec for which the raw shortname would be
153
157
  `exception-handling`, the actual spec shortname will be
154
158
  `wasm-js-api-1-fork-exception-handling`.
155
159
 
160
+ The shortname should be relatively stable but may still change over time. See
161
+ [Spec identifiers](#spec-identifiers) for details.
162
+
156
163
  The `shortname` property is always set.
157
164
 
158
165
 
@@ -460,6 +467,9 @@ versioned URL is considered to be the latest Editor's Draft if the spec does
460
467
  neither exist in the W3C API nor in Specref. The [`source`](#source) property
461
468
  details the actual provenance.
462
469
 
470
+ The URL should be relatively stable but may still change over time. See
471
+ [Spec identifiers](#spec-identifiers) for details.
472
+
463
473
  The `url` property is always set.
464
474
 
465
475
 
@@ -588,11 +598,62 @@ The `excludePaths` property is seldom set.
588
598
  The provenance for the `title` and `nightly` property values. Can be one of:
589
599
  - `w3c`: information retrieved from the [W3C API](https://w3c.github.io/w3c-api/)
590
600
  - `specref`: information retrieved from [Specref](https://www.specref.org/)
601
+ - `ietf`: information retrieved from the [IETF datatracker](https://datatracker.ietf.org)
591
602
  - `spec`: information retrieved from the spec itself
592
603
 
593
604
  The `source` property is always set.
594
605
 
595
606
 
607
+ ## Spec identifiers
608
+
609
+ An entry in browser-specs contains properties that can be viewed as
610
+ identifiers: [`shortname`](#shortname), [`url`](#url), and
611
+ [`nightly.url`](#nightlyurl). Please note that these identifiers are not fully
612
+ stable.
613
+
614
+ The `shortname` property should remain mostly stable over time. The `shortname`
615
+ may still change though, for instance when a W3C specification starts being
616
+ published as a TR document with a shortname that is different from the one used
617
+ during incubation, or when an IETF specification gets published as an RFC.
618
+ Starting in July 2023, when the `shortname` of a specification changes in
619
+ browser-specs, the previous `shortname` gets added to a
620
+ [`formerNames`](#formernames) property. This makes it possible to track a
621
+ specification entry over time in browser-specs.
622
+
623
+ The `url` property contains a URL of the specification that can be regarded as
624
+ canonical and mostly stable too, but that URL will typically change when a
625
+ specification starts getting published as a formal technical document, or when
626
+ a specification transitions from one organization or group to another one.
627
+
628
+ The `nightly.url` property is the least stable identifier of a specification.
629
+ That URL may be under the control of an individual or group, who may decide to
630
+ change the URL at any time. Or it may be affected by a change of status. For
631
+ instance, the `nightly.url` property will change when a W3C spec incubated in
632
+ the Web Platform Incubator Community Group (WICG) transitions to a Working
633
+ Group, or when a new version of an IETF draft gets published.
634
+
635
+ If your project tracks specifications over time and relies on browser-specs to
636
+ gather information about these specifications, you will need to record the
637
+ `shortname` of the specifications you're tracking, and apply the following
638
+ algorithm to find the relevant specification entry in browser-specs:
639
+
640
+ 1. Look for an entry in browser-specs whose `shortname` matches the recorded
641
+ shortname. If one is found, that is the relevant specification entry.
642
+ 2. Look for entries in browser-specs that have the recorded shortname in its
643
+ `formerNames` property. If one is found, that is the relevant specification
644
+ entry.
645
+ 3. If you found more than one entry in the previous step, that looks like a bug
646
+ in browser-specs, please [raise an
647
+ issue](https://github.com/w3c/browser-specs/issues/new).
648
+ 3. If you're still looking for a relevant specification entry at this point
649
+ whereas the recorded shortname used to exist in browser-specs, that looks like
650
+ a bug in browser-specs too, please [raise an
651
+ issue](https://github.com/w3c/browser-specs/issues/new).
652
+
653
+ Shortname changes may occur in major and minor releases of npm packages but not
654
+ in patch releases.
655
+
656
+
596
657
  ## How to add/update/delete a spec
597
658
 
598
659
  If you believe that a spec should be added, modified, or removed from the list,
package/index.json CHANGED
@@ -130,13 +130,6 @@
130
130
  "shortTitle": "Cookies Having Independent Partitioned State specification",
131
131
  "nightlyUrl": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html"
132
132
  },
133
- "organization": "IETF",
134
- "groups": [
135
- {
136
- "name": "HTTP Working Group",
137
- "url": "https://datatracker.ietf.org/wg/httpbis/"
138
- }
139
- ],
140
133
  "nightly": {
141
134
  "url": "https://dcthetall.github.io/CHIPS-spec/draft-cutler-httpbis-partitioned-cookies.html",
142
135
  "status": "Editor's Draft",
@@ -145,8 +138,15 @@
145
138
  "sourcePath": "draft-cutler-httpbis-partitioned-cookies.md",
146
139
  "filename": "draft-cutler-httpbis-partitioned-cookies.html"
147
140
  },
141
+ "organization": "IETF",
142
+ "groups": [
143
+ {
144
+ "name": "Individual Submissions",
145
+ "url": "https://datatracker.ietf.org/wg/none/"
146
+ }
147
+ ],
148
148
  "title": "Cookies Having Independent Partitioned State specification",
149
- "source": "spec",
149
+ "source": "ietf",
150
150
  "shortTitle": "Cookies Having Independent Partitioned State specification",
151
151
  "categories": [
152
152
  "browser"
@@ -164,13 +164,6 @@
164
164
  "shortTitle": "Client Hint Reliability",
165
165
  "nightlyUrl": "https://www.ietf.org/archive/id/draft-davidben-http-client-hint-reliability-03.html"
166
166
  },
167
- "organization": "IETF",
168
- "groups": [
169
- {
170
- "name": "HTTP Working Group",
171
- "url": "https://datatracker.ietf.org/wg/httpbis/"
172
- }
173
- ],
174
167
  "nightly": {
175
168
  "url": "https://www.ietf.org/archive/id/draft-davidben-http-client-hint-reliability-03.html",
176
169
  "status": "Editor's Draft",
@@ -179,8 +172,15 @@
179
172
  "alternateUrls": [],
180
173
  "filename": "draft-davidben-http-client-hint-reliability-03.html"
181
174
  },
175
+ "organization": "IETF",
176
+ "groups": [
177
+ {
178
+ "name": "Individual Submissions",
179
+ "url": "https://datatracker.ietf.org/wg/none/"
180
+ }
181
+ ],
182
182
  "title": "Client Hint Reliability",
183
- "source": "spec",
183
+ "source": "ietf",
184
184
  "shortTitle": "Client Hint Reliability",
185
185
  "categories": [
186
186
  "browser"
@@ -208,13 +208,13 @@
208
208
  "nightly": {
209
209
  "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html",
210
210
  "status": "Editor's Draft",
211
+ "alternateUrls": [],
211
212
  "repository": "https://github.com/httpwg/http-extensions",
212
213
  "sourcePath": "draft-ietf-httpbis-digest-headers.md",
213
- "alternateUrls": [],
214
214
  "filename": "draft-ietf-httpbis-digest-headers.html"
215
215
  },
216
216
  "title": "Digest Fields",
217
- "source": "spec",
217
+ "source": "ietf",
218
218
  "shortTitle": "Digest Fields",
219
219
  "categories": [
220
220
  "browser"
@@ -242,13 +242,13 @@
242
242
  "nightly": {
243
243
  "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
244
244
  "status": "Editor's Draft",
245
+ "alternateUrls": [],
245
246
  "repository": "https://github.com/httpwg/http-extensions",
246
247
  "sourcePath": "draft-ietf-httpbis-rfc6265bis.md",
247
- "alternateUrls": [],
248
248
  "filename": "draft-ietf-httpbis-rfc6265bis.html"
249
249
  },
250
250
  "title": "Cookies: HTTP State Management Mechanism",
251
- "source": "spec",
251
+ "source": "ietf",
252
252
  "shortTitle": "Cookies: HTTP State Management Mechanism",
253
253
  "categories": [
254
254
  "browser"
@@ -269,8 +269,8 @@
269
269
  "organization": "IETF",
270
270
  "groups": [
271
271
  {
272
- "name": "Network Working Group",
273
- "url": "https://datatracker.ietf.org/group/app/"
272
+ "name": "Applications and Real-Time Area",
273
+ "url": "https://datatracker.ietf.org/wg/art/"
274
274
  }
275
275
  ],
276
276
  "nightly": {
@@ -280,7 +280,7 @@
280
280
  "filename": "draft-zern-webp-13.html"
281
281
  },
282
282
  "title": "WebP Image Format",
283
- "source": "spec",
283
+ "source": "ietf",
284
284
  "shortTitle": "WebP Image Format",
285
285
  "categories": [
286
286
  "browser"
@@ -5751,7 +5751,7 @@
5751
5751
  "series": {
5752
5752
  "shortname": "urlpattern",
5753
5753
  "currentSpecification": "urlpattern",
5754
- "title": "URL Pattern",
5754
+ "title": "URL Pattern Standard",
5755
5755
  "shortTitle": "URL Pattern",
5756
5756
  "nightlyUrl": "https://urlpattern.spec.whatwg.org/"
5757
5757
  },
@@ -5770,8 +5770,8 @@
5770
5770
  "sourcePath": "spec.bs",
5771
5771
  "filename": "index.html"
5772
5772
  },
5773
- "title": "URL Pattern",
5774
- "source": "spec",
5773
+ "title": "URL Pattern Standard",
5774
+ "source": "specref",
5775
5775
  "shortTitle": "URL Pattern",
5776
5776
  "categories": [
5777
5777
  "browser"
@@ -8419,13 +8419,7 @@
8419
8419
  "categories": [
8420
8420
  "browser"
8421
8421
  ],
8422
- "standing": "good",
8423
- "tests": {
8424
- "repository": "https://github.com/web-platform-tests/wpt",
8425
- "testPaths": [
8426
- "portals"
8427
- ]
8428
- }
8422
+ "standing": "good"
8429
8423
  },
8430
8424
  {
8431
8425
  "url": "https://wicg.github.io/prefer-current-tab/",
@@ -9548,13 +9542,13 @@
9548
9542
  "shortTitle": "The \"data\" URL scheme",
9549
9543
  "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc2397"
9550
9544
  },
9545
+ "organization": "IETF",
9551
9546
  "groups": [
9552
9547
  {
9553
- "name": "Network Working Group",
9554
- "url": "https://datatracker.ietf.org/group/app/"
9548
+ "name": "Individual Submissions",
9549
+ "url": "https://datatracker.ietf.org/wg/none/"
9555
9550
  }
9556
9551
  ],
9557
- "organization": "IETF",
9558
9552
  "nightly": {
9559
9553
  "url": "https://www.rfc-editor.org/rfc/rfc2397",
9560
9554
  "status": "Proposed Standard",
@@ -9562,7 +9556,7 @@
9562
9556
  "filename": "rfc2397.html"
9563
9557
  },
9564
9558
  "title": "The \"data\" URL scheme",
9565
- "source": "specref",
9559
+ "source": "ietf",
9566
9560
  "shortTitle": "The \"data\" URL scheme",
9567
9561
  "categories": [
9568
9562
  "browser"
@@ -9584,8 +9578,8 @@
9584
9578
  "organization": "IETF",
9585
9579
  "groups": [
9586
9580
  {
9587
- "name": "Kerberos WG Working Group",
9588
- "url": "https://datatracker.ietf.org/wg/krb/"
9581
+ "name": "Kerberos Working Group",
9582
+ "url": "https://datatracker.ietf.org/wg/krb-wg/"
9589
9583
  }
9590
9584
  ],
9591
9585
  "nightly": {
@@ -9595,7 +9589,7 @@
9595
9589
  "filename": "rfc4120.html"
9596
9590
  },
9597
9591
  "title": "The Kerberos Network Authentication Service (V5)",
9598
- "source": "specref",
9592
+ "source": "ietf",
9599
9593
  "categories": [
9600
9594
  "browser"
9601
9595
  ],
@@ -9628,7 +9622,7 @@
9628
9622
  "filename": "rfc6265.html"
9629
9623
  },
9630
9624
  "title": "HTTP State Management Mechanism",
9631
- "source": "specref",
9625
+ "source": "ietf",
9632
9626
  "shortTitle": "HTTP State Management Mechanism",
9633
9627
  "categories": [
9634
9628
  "browser"
@@ -9650,7 +9644,7 @@
9650
9644
  "organization": "IETF",
9651
9645
  "groups": [
9652
9646
  {
9653
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9647
+ "name": "HTTP Working Group",
9654
9648
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9655
9649
  }
9656
9650
  ],
@@ -9663,7 +9657,7 @@
9663
9657
  "filename": "rfc6266.html"
9664
9658
  },
9665
9659
  "title": "Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)",
9666
- "source": "specref",
9660
+ "source": "ietf",
9667
9661
  "categories": [
9668
9662
  "browser"
9669
9663
  ],
@@ -9680,13 +9674,13 @@
9680
9674
  "shortTitle": "VP8 Data Format and Decoding Guide",
9681
9675
  "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6386"
9682
9676
  },
9677
+ "organization": "IETF",
9683
9678
  "groups": [
9684
9679
  {
9685
- "name": "Independent Submission",
9686
- "url": "https://datatracker.ietf.org/stream/ise/"
9680
+ "name": "General Area",
9681
+ "url": "https://datatracker.ietf.org/wg/gen/"
9687
9682
  }
9688
9683
  ],
9689
- "organization": "IETF",
9690
9684
  "nightly": {
9691
9685
  "url": "https://www.rfc-editor.org/rfc/rfc6386",
9692
9686
  "status": "Informational",
@@ -9694,7 +9688,7 @@
9694
9688
  "filename": "rfc6386.html"
9695
9689
  },
9696
9690
  "title": "VP8 Data Format and Decoding Guide",
9697
- "source": "specref",
9691
+ "source": "ietf",
9698
9692
  "shortTitle": "VP8 Data Format and Decoding Guide",
9699
9693
  "categories": [
9700
9694
  "browser"
@@ -9726,7 +9720,7 @@
9726
9720
  "filename": "rfc6454.html"
9727
9721
  },
9728
9722
  "title": "The Web Origin Concept",
9729
- "source": "specref",
9723
+ "source": "ietf",
9730
9724
  "shortTitle": "The Web Origin Concept",
9731
9725
  "categories": [
9732
9726
  "browser"
@@ -9758,7 +9752,7 @@
9758
9752
  "filename": "rfc6797.html"
9759
9753
  },
9760
9754
  "title": "HTTP Strict Transport Security (HSTS)",
9761
- "source": "specref",
9755
+ "source": "ietf",
9762
9756
  "shortTitle": "HSTS",
9763
9757
  "categories": [
9764
9758
  "browser"
@@ -9790,7 +9784,7 @@
9790
9784
  "filename": "rfc7034.html"
9791
9785
  },
9792
9786
  "title": "HTTP Header Field X-Frame-Options",
9793
- "source": "specref",
9787
+ "source": "ietf",
9794
9788
  "shortTitle": "HTTP Header Field X-Frame-Options",
9795
9789
  "categories": [
9796
9790
  "browser"
@@ -9811,7 +9805,7 @@
9811
9805
  "organization": "IETF",
9812
9806
  "groups": [
9813
9807
  {
9814
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9808
+ "name": "HTTP Working Group",
9815
9809
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9816
9810
  }
9817
9811
  ],
@@ -9824,12 +9818,16 @@
9824
9818
  "filename": "rfc7230.html"
9825
9819
  },
9826
9820
  "title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
9827
- "source": "specref",
9821
+ "standing": "discontinued",
9822
+ "obsoletedBy": [
9823
+ "rfc9110",
9824
+ "rfc9112"
9825
+ ],
9826
+ "source": "ietf",
9828
9827
  "shortTitle": "HTTP/1.1 Message Syntax and Routing",
9829
9828
  "categories": [
9830
9829
  "browser"
9831
- ],
9832
- "standing": "good"
9830
+ ]
9833
9831
  },
9834
9832
  {
9835
9833
  "url": "https://www.rfc-editor.org/rfc/rfc7231",
@@ -9845,7 +9843,7 @@
9845
9843
  "organization": "IETF",
9846
9844
  "groups": [
9847
9845
  {
9848
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9846
+ "name": "HTTP Working Group",
9849
9847
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9850
9848
  }
9851
9849
  ],
@@ -9858,12 +9856,15 @@
9858
9856
  "filename": "rfc7231.html"
9859
9857
  },
9860
9858
  "title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
9861
- "source": "specref",
9859
+ "standing": "discontinued",
9860
+ "obsoletedBy": [
9861
+ "rfc9110"
9862
+ ],
9863
+ "source": "ietf",
9862
9864
  "shortTitle": "HTTP/1.1 Semantics and Content",
9863
9865
  "categories": [
9864
9866
  "browser"
9865
- ],
9866
- "standing": "good"
9867
+ ]
9867
9868
  },
9868
9869
  {
9869
9870
  "url": "https://www.rfc-editor.org/rfc/rfc7232",
@@ -9879,7 +9880,7 @@
9879
9880
  "organization": "IETF",
9880
9881
  "groups": [
9881
9882
  {
9882
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9883
+ "name": "HTTP Working Group",
9883
9884
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9884
9885
  }
9885
9886
  ],
@@ -9892,12 +9893,15 @@
9892
9893
  "filename": "rfc7232.html"
9893
9894
  },
9894
9895
  "title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
9895
- "source": "specref",
9896
+ "standing": "discontinued",
9897
+ "obsoletedBy": [
9898
+ "rfc9110"
9899
+ ],
9900
+ "source": "ietf",
9896
9901
  "shortTitle": "HTTP/1.1 Conditional Requests",
9897
9902
  "categories": [
9898
9903
  "browser"
9899
- ],
9900
- "standing": "good"
9904
+ ]
9901
9905
  },
9902
9906
  {
9903
9907
  "url": "https://www.rfc-editor.org/rfc/rfc7233",
@@ -9913,7 +9917,7 @@
9913
9917
  "organization": "IETF",
9914
9918
  "groups": [
9915
9919
  {
9916
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9920
+ "name": "HTTP Working Group",
9917
9921
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9918
9922
  }
9919
9923
  ],
@@ -9926,12 +9930,15 @@
9926
9930
  "filename": "rfc7233.html"
9927
9931
  },
9928
9932
  "title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
9929
- "source": "specref",
9933
+ "standing": "discontinued",
9934
+ "obsoletedBy": [
9935
+ "rfc9110"
9936
+ ],
9937
+ "source": "ietf",
9930
9938
  "shortTitle": "HTTP/1.1 Range Requests",
9931
9939
  "categories": [
9932
9940
  "browser"
9933
- ],
9934
- "standing": "good"
9941
+ ]
9935
9942
  },
9936
9943
  {
9937
9944
  "url": "https://www.rfc-editor.org/rfc/rfc7234",
@@ -9947,7 +9954,7 @@
9947
9954
  "organization": "IETF",
9948
9955
  "groups": [
9949
9956
  {
9950
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9957
+ "name": "HTTP Working Group",
9951
9958
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9952
9959
  }
9953
9960
  ],
@@ -9960,12 +9967,15 @@
9960
9967
  "filename": "rfc7234.html"
9961
9968
  },
9962
9969
  "title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
9963
- "source": "specref",
9970
+ "standing": "discontinued",
9971
+ "obsoletedBy": [
9972
+ "rfc9111"
9973
+ ],
9974
+ "source": "ietf",
9964
9975
  "shortTitle": "HTTP/1.1 Caching",
9965
9976
  "categories": [
9966
9977
  "browser"
9967
- ],
9968
- "standing": "good"
9978
+ ]
9969
9979
  },
9970
9980
  {
9971
9981
  "url": "https://www.rfc-editor.org/rfc/rfc7235",
@@ -9981,7 +9991,7 @@
9981
9991
  "organization": "IETF",
9982
9992
  "groups": [
9983
9993
  {
9984
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9994
+ "name": "HTTP Working Group",
9985
9995
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9986
9996
  }
9987
9997
  ],
@@ -9994,12 +10004,15 @@
9994
10004
  "filename": "rfc7235.html"
9995
10005
  },
9996
10006
  "title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
9997
- "source": "specref",
10007
+ "standing": "discontinued",
10008
+ "obsoletedBy": [
10009
+ "rfc9110"
10010
+ ],
10011
+ "source": "ietf",
9998
10012
  "shortTitle": "HTTP/1.1 Authentication",
9999
10013
  "categories": [
10000
10014
  "browser"
10001
- ],
10002
- "standing": "good"
10015
+ ]
10003
10016
  },
10004
10017
  {
10005
10018
  "url": "https://www.rfc-editor.org/rfc/rfc7239",
@@ -10015,7 +10028,7 @@
10015
10028
  "organization": "IETF",
10016
10029
  "groups": [
10017
10030
  {
10018
- "name": "Applications Area Working Group APP Working Group",
10031
+ "name": "ART Area General Applications Working Group Working Group",
10019
10032
  "url": "https://datatracker.ietf.org/wg/appsawg/"
10020
10033
  }
10021
10034
  ],
@@ -10026,7 +10039,7 @@
10026
10039
  "filename": "rfc7239.html"
10027
10040
  },
10028
10041
  "title": "Forwarded HTTP Extension",
10029
- "source": "specref",
10042
+ "source": "ietf",
10030
10043
  "shortTitle": "Forwarded HTTP Extension",
10031
10044
  "categories": [
10032
10045
  "browser"
@@ -10058,7 +10071,7 @@
10058
10071
  "filename": "rfc7469.html"
10059
10072
  },
10060
10073
  "title": "Public Key Pinning Extension for HTTP",
10061
- "source": "specref",
10074
+ "source": "ietf",
10062
10075
  "shortTitle": "Public Key Pinning Extension for HTTP",
10063
10076
  "categories": [
10064
10077
  "browser"
@@ -10079,7 +10092,7 @@
10079
10092
  "organization": "IETF",
10080
10093
  "groups": [
10081
10094
  {
10082
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
10095
+ "name": "HTTP Working Group",
10083
10096
  "url": "https://datatracker.ietf.org/wg/httpbis/"
10084
10097
  }
10085
10098
  ],
@@ -10092,12 +10105,15 @@
10092
10105
  "filename": "rfc7538.html"
10093
10106
  },
10094
10107
  "title": "The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)",
10095
- "source": "specref",
10108
+ "standing": "discontinued",
10109
+ "obsoletedBy": [
10110
+ "rfc9110"
10111
+ ],
10112
+ "source": "ietf",
10096
10113
  "shortTitle": "Permanent Redirect",
10097
10114
  "categories": [
10098
10115
  "browser"
10099
- ],
10100
- "standing": "good"
10116
+ ]
10101
10117
  },
10102
10118
  {
10103
10119
  "url": "https://www.rfc-editor.org/rfc/rfc7540",
@@ -10113,7 +10129,7 @@
10113
10129
  "organization": "IETF",
10114
10130
  "groups": [
10115
10131
  {
10116
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
10132
+ "name": "HTTP Working Group",
10117
10133
  "url": "https://datatracker.ietf.org/wg/httpbis/"
10118
10134
  }
10119
10135
  ],
@@ -10126,12 +10142,15 @@
10126
10142
  "filename": "rfc7540.html"
10127
10143
  },
10128
10144
  "title": "Hypertext Transfer Protocol Version 2 (HTTP/2)",
10129
- "source": "specref",
10145
+ "standing": "discontinued",
10146
+ "obsoletedBy": [
10147
+ "rfc9113"
10148
+ ],
10149
+ "source": "ietf",
10130
10150
  "shortTitle": "HTTP/2",
10131
10151
  "categories": [
10132
10152
  "browser"
10133
- ],
10134
- "standing": "good"
10153
+ ]
10135
10154
  },
10136
10155
  {
10137
10156
  "url": "https://www.rfc-editor.org/rfc/rfc7578",
@@ -10147,7 +10166,7 @@
10147
10166
  "organization": "IETF",
10148
10167
  "groups": [
10149
10168
  {
10150
- "name": "ART Area General Application Working Group Working Group",
10169
+ "name": "ART Area General Applications Working Group Working Group",
10151
10170
  "url": "https://datatracker.ietf.org/wg/appsawg/"
10152
10171
  }
10153
10172
  ],
@@ -10158,7 +10177,7 @@
10158
10177
  "filename": "rfc7578.html"
10159
10178
  },
10160
10179
  "title": "Returning Values from Forms: multipart/form-data",
10161
- "source": "specref",
10180
+ "source": "ietf",
10162
10181
  "shortTitle": "Returning Values from Forms: multipart/form-data",
10163
10182
  "categories": [
10164
10183
  "browser"
@@ -10192,7 +10211,7 @@
10192
10211
  "filename": "rfc7616.html"
10193
10212
  },
10194
10213
  "title": "HTTP Digest Access Authentication",
10195
- "source": "specref",
10214
+ "source": "ietf",
10196
10215
  "shortTitle": "HTTP Digest Access Authentication",
10197
10216
  "categories": [
10198
10217
  "browser"
@@ -10226,7 +10245,7 @@
10226
10245
  "filename": "rfc7617.html"
10227
10246
  },
10228
10247
  "title": "The 'Basic' HTTP Authentication Scheme",
10229
- "source": "specref",
10248
+ "source": "ietf",
10230
10249
  "shortTitle": "The 'Basic' HTTP Authentication Scheme",
10231
10250
  "categories": [
10232
10251
  "browser"
@@ -10260,7 +10279,7 @@
10260
10279
  "filename": "rfc7725.html"
10261
10280
  },
10262
10281
  "title": "An HTTP Status Code to Report Legal Obstacles",
10263
- "source": "specref",
10282
+ "source": "ietf",
10264
10283
  "shortTitle": "An HTTP Status Code to Report Legal Obstacles",
10265
10284
  "categories": [
10266
10285
  "browser"
@@ -10294,7 +10313,7 @@
10294
10313
  "filename": "rfc7838.html"
10295
10314
  },
10296
10315
  "title": "HTTP Alternative Services",
10297
- "source": "specref",
10316
+ "source": "ietf",
10298
10317
  "shortTitle": "HTTP Alternative Services",
10299
10318
  "categories": [
10300
10319
  "browser"
@@ -10328,7 +10347,7 @@
10328
10347
  "filename": "rfc8246.html"
10329
10348
  },
10330
10349
  "title": "HTTP Immutable Responses",
10331
- "source": "specref",
10350
+ "source": "ietf",
10332
10351
  "shortTitle": "HTTP Immutable Responses",
10333
10352
  "categories": [
10334
10353
  "browser"
@@ -10346,13 +10365,13 @@
10346
10365
  "shortTitle": "Web Linking",
10347
10366
  "nightlyUrl": "https://httpwg.org/specs/rfc8288.html"
10348
10367
  },
10368
+ "organization": "IETF",
10349
10369
  "groups": [
10350
10370
  {
10351
- "name": "Mark Nottingham (individual in art area)",
10352
- "url": "https://datatracker.ietf.org/person/mnot@mnot.net"
10371
+ "name": "Applications and Real-Time Area",
10372
+ "url": "https://datatracker.ietf.org/wg/art/"
10353
10373
  }
10354
10374
  ],
10355
- "organization": "IETF",
10356
10375
  "nightly": {
10357
10376
  "url": "https://httpwg.org/specs/rfc8288.html",
10358
10377
  "status": "Proposed Standard",
@@ -10362,7 +10381,7 @@
10362
10381
  "filename": "rfc8288.html"
10363
10382
  },
10364
10383
  "title": "Web Linking",
10365
- "source": "specref",
10384
+ "source": "ietf",
10366
10385
  "shortTitle": "Web Linking",
10367
10386
  "categories": [
10368
10387
  "browser"
@@ -10396,7 +10415,7 @@
10396
10415
  "filename": "rfc8297.html"
10397
10416
  },
10398
10417
  "title": "An HTTP Status Code for Indicating Hints",
10399
- "source": "specref",
10418
+ "source": "ietf",
10400
10419
  "shortTitle": "An HTTP Status Code for Indicating Hints",
10401
10420
  "categories": [
10402
10421
  "browser"
@@ -10430,7 +10449,7 @@
10430
10449
  "filename": "rfc8470.html"
10431
10450
  },
10432
10451
  "title": "Using Early Data in HTTP",
10433
- "source": "specref",
10452
+ "source": "ietf",
10434
10453
  "shortTitle": "Using Early Data in HTTP",
10435
10454
  "categories": [
10436
10455
  "browser"
@@ -10462,7 +10481,7 @@
10462
10481
  "filename": "rfc8942.html"
10463
10482
  },
10464
10483
  "title": "HTTP Client Hints",
10465
- "source": "specref",
10484
+ "source": "ietf",
10466
10485
  "shortTitle": "HTTP Client Hints",
10467
10486
  "categories": [
10468
10487
  "browser"
@@ -10478,15 +10497,7 @@
10478
10497
  "currentSpecification": "rfc9110",
10479
10498
  "title": "HTTP Semantics",
10480
10499
  "shortTitle": "HTTP Semantics",
10481
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9110"
10482
- },
10483
- "nightly": {
10484
- "url": "https://www.rfc-editor.org/rfc/rfc9110",
10485
- "status": "Internet Standard",
10486
- "repository": "https://github.com/httpwg/httpwg.github.io",
10487
- "alternateUrls": [],
10488
- "sourcePath": "specs/rfc9110.xml",
10489
- "filename": "rfc9110.html"
10500
+ "nightlyUrl": "https://httpwg.org/specs/rfc9110.html"
10490
10501
  },
10491
10502
  "organization": "IETF",
10492
10503
  "groups": [
@@ -10495,8 +10506,16 @@
10495
10506
  "url": "https://datatracker.ietf.org/wg/httpbis/"
10496
10507
  }
10497
10508
  ],
10509
+ "nightly": {
10510
+ "url": "https://httpwg.org/specs/rfc9110.html",
10511
+ "status": "Internet Standard",
10512
+ "alternateUrls": [],
10513
+ "repository": "https://github.com/httpwg/httpwg.github.io",
10514
+ "sourcePath": "specs/rfc9110.xml",
10515
+ "filename": "rfc9110.html"
10516
+ },
10498
10517
  "title": "HTTP Semantics",
10499
- "source": "specref",
10518
+ "source": "ietf",
10500
10519
  "shortTitle": "HTTP Semantics",
10501
10520
  "categories": [
10502
10521
  "browser"
@@ -10512,15 +10531,7 @@
10512
10531
  "currentSpecification": "rfc9111",
10513
10532
  "title": "HTTP Caching",
10514
10533
  "shortTitle": "HTTP Caching",
10515
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9111"
10516
- },
10517
- "nightly": {
10518
- "url": "https://www.rfc-editor.org/rfc/rfc9111",
10519
- "status": "Internet Standard",
10520
- "repository": "https://github.com/httpwg/httpwg.github.io",
10521
- "alternateUrls": [],
10522
- "sourcePath": "specs/rfc9111.xml",
10523
- "filename": "rfc9111.html"
10534
+ "nightlyUrl": "https://httpwg.org/specs/rfc9111.html"
10524
10535
  },
10525
10536
  "organization": "IETF",
10526
10537
  "groups": [
@@ -10529,8 +10540,16 @@
10529
10540
  "url": "https://datatracker.ietf.org/wg/httpbis/"
10530
10541
  }
10531
10542
  ],
10543
+ "nightly": {
10544
+ "url": "https://httpwg.org/specs/rfc9111.html",
10545
+ "status": "Internet Standard",
10546
+ "alternateUrls": [],
10547
+ "repository": "https://github.com/httpwg/httpwg.github.io",
10548
+ "sourcePath": "specs/rfc9111.xml",
10549
+ "filename": "rfc9111.html"
10550
+ },
10532
10551
  "title": "HTTP Caching",
10533
- "source": "specref",
10552
+ "source": "ietf",
10534
10553
  "shortTitle": "HTTP Caching",
10535
10554
  "categories": [
10536
10555
  "browser"
@@ -10546,15 +10565,7 @@
10546
10565
  "currentSpecification": "rfc9112",
10547
10566
  "title": "HTTP/1.1",
10548
10567
  "shortTitle": "HTTP/1.1",
10549
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9112"
10550
- },
10551
- "nightly": {
10552
- "url": "https://www.rfc-editor.org/rfc/rfc9112",
10553
- "status": "Internet Standard",
10554
- "repository": "https://github.com/httpwg/httpwg.github.io",
10555
- "alternateUrls": [],
10556
- "sourcePath": "specs/rfc9112.xml",
10557
- "filename": "rfc9112.html"
10568
+ "nightlyUrl": "https://httpwg.org/specs/rfc9112.html"
10558
10569
  },
10559
10570
  "organization": "IETF",
10560
10571
  "groups": [
@@ -10563,8 +10574,16 @@
10563
10574
  "url": "https://datatracker.ietf.org/wg/httpbis/"
10564
10575
  }
10565
10576
  ],
10577
+ "nightly": {
10578
+ "url": "https://httpwg.org/specs/rfc9112.html",
10579
+ "status": "Internet Standard",
10580
+ "alternateUrls": [],
10581
+ "repository": "https://github.com/httpwg/httpwg.github.io",
10582
+ "sourcePath": "specs/rfc9112.xml",
10583
+ "filename": "rfc9112.html"
10584
+ },
10566
10585
  "title": "HTTP/1.1",
10567
- "source": "specref",
10586
+ "source": "ietf",
10568
10587
  "shortTitle": "HTTP/1.1",
10569
10588
  "categories": [
10570
10589
  "browser"
@@ -10580,15 +10599,7 @@
10580
10599
  "currentSpecification": "rfc9113",
10581
10600
  "title": "HTTP/2",
10582
10601
  "shortTitle": "HTTP/2",
10583
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9113"
10584
- },
10585
- "nightly": {
10586
- "url": "https://www.rfc-editor.org/rfc/rfc9113",
10587
- "status": "Proposed Standard",
10588
- "repository": "https://github.com/httpwg/httpwg.github.io",
10589
- "alternateUrls": [],
10590
- "sourcePath": "specs/rfc9113.xml",
10591
- "filename": "rfc9113.html"
10602
+ "nightlyUrl": "https://httpwg.org/specs/rfc9113.html"
10592
10603
  },
10593
10604
  "organization": "IETF",
10594
10605
  "groups": [
@@ -10597,8 +10608,16 @@
10597
10608
  "url": "https://datatracker.ietf.org/wg/httpbis/"
10598
10609
  }
10599
10610
  ],
10611
+ "nightly": {
10612
+ "url": "https://httpwg.org/specs/rfc9113.html",
10613
+ "status": "Proposed Standard",
10614
+ "alternateUrls": [],
10615
+ "repository": "https://github.com/httpwg/httpwg.github.io",
10616
+ "sourcePath": "specs/rfc9113.xml",
10617
+ "filename": "rfc9113.html"
10618
+ },
10600
10619
  "title": "HTTP/2",
10601
- "source": "specref",
10620
+ "source": "ietf",
10602
10621
  "shortTitle": "HTTP/2",
10603
10622
  "categories": [
10604
10623
  "browser"
@@ -10614,15 +10633,7 @@
10614
10633
  "currentSpecification": "rfc9114",
10615
10634
  "title": "HTTP/3",
10616
10635
  "shortTitle": "HTTP/3",
10617
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9114"
10618
- },
10619
- "nightly": {
10620
- "url": "https://www.rfc-editor.org/rfc/rfc9114",
10621
- "status": "Proposed Standard",
10622
- "repository": "https://github.com/httpwg/httpwg.github.io",
10623
- "alternateUrls": [],
10624
- "sourcePath": "specs/rfc9114.xml",
10625
- "filename": "rfc9114.html"
10636
+ "nightlyUrl": "https://httpwg.org/specs/rfc9114.html"
10626
10637
  },
10627
10638
  "organization": "IETF",
10628
10639
  "groups": [
@@ -10631,8 +10642,16 @@
10631
10642
  "url": "https://datatracker.ietf.org/wg/quic/"
10632
10643
  }
10633
10644
  ],
10645
+ "nightly": {
10646
+ "url": "https://httpwg.org/specs/rfc9114.html",
10647
+ "status": "Proposed Standard",
10648
+ "alternateUrls": [],
10649
+ "repository": "https://github.com/httpwg/httpwg.github.io",
10650
+ "sourcePath": "specs/rfc9114.xml",
10651
+ "filename": "rfc9114.html"
10652
+ },
10634
10653
  "title": "HTTP/3",
10635
- "source": "specref",
10654
+ "source": "ietf",
10636
10655
  "shortTitle": "HTTP/3",
10637
10656
  "categories": [
10638
10657
  "browser"
@@ -10666,7 +10685,7 @@
10666
10685
  }
10667
10686
  ],
10668
10687
  "title": "Expect-CT Extension for HTTP",
10669
- "source": "specref",
10688
+ "source": "ietf",
10670
10689
  "shortTitle": "Expect-CT Extension for HTTP",
10671
10690
  "categories": [
10672
10691
  "browser"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.74.0",
3
+ "version": "2.74.1",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",