browser-specs 3.70.0 → 3.70.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 +112 -390
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -54,6 +54,7 @@ cross-references, WebIDL, quality, etc.
54
54
  - [`tests.testPaths`](#teststestpaths)
55
55
  - [`tests.excludePaths`](#testsexcludepaths)
56
56
  - [`source`](#source)
57
+ - [Spec identifiers](#spec-identifiers)
57
58
  - [How to add/update/delete a spec](#how-to-addupdatedelete-a-spec)
58
59
  - [Versioning](#versioning)<!-- COMMON-TOC: end -->
59
60
  - [Spec selection criteria](#spec-selection-criteria)
@@ -136,6 +137,9 @@ The versioned (but not dated) URL for the spec. For W3C specs published as
136
137
  TR documents, this is the TR URL. For WHATWG specs, this is the URL of the
137
138
  living standard. In other cases, this is the URL of the latest Editor's Draft.
138
139
 
140
+ The URL should be relatively stable but may still change over time. See
141
+ [Spec identifiers](#spec-identifiers) for details.
142
+
139
143
  The `url` property is always set.
140
144
 
141
145
 
@@ -155,6 +159,9 @@ fork of the WebAssembly spec for which the raw shortname would be
155
159
  `exception-handling`, the actual spec shortname will be
156
160
  `wasm-js-api-1-fork-exception-handling`.
157
161
 
162
+ The shortname should be relatively stable but may still change over time. See
163
+ [Spec identifiers](#spec-identifiers) for details.
164
+
158
165
  The `shortname` property is always set.
159
166
 
160
167
 
@@ -462,6 +469,9 @@ versioned URL is considered to be the latest Editor's Draft if the spec does
462
469
  neither exist in the W3C API nor in Specref. The [`source`](#source) property
463
470
  details the actual provenance.
464
471
 
472
+ The URL should be relatively stable but may still change over time. See
473
+ [Spec identifiers](#spec-identifiers) for details.
474
+
465
475
  The `url` property is always set.
466
476
 
467
477
 
@@ -590,11 +600,62 @@ The `excludePaths` property is seldom set.
590
600
  The provenance for the `title` and `nightly` property values. Can be one of:
591
601
  - `w3c`: information retrieved from the [W3C API](https://w3c.github.io/w3c-api/)
592
602
  - `specref`: information retrieved from [Specref](https://www.specref.org/)
603
+ - `ietf`: information retrieved from the [IETF datatracker](https://datatracker.ietf.org)
593
604
  - `spec`: information retrieved from the spec itself
594
605
 
595
606
  The `source` property is always set.
596
607
 
597
608
 
609
+ ## Spec identifiers
610
+
611
+ An entry in browser-specs contains properties that can be viewed as
612
+ identifiers: [`shortname`](#shortname), [`url`](#url), and
613
+ [`nightly.url`](#nightlyurl). Please note that these identifiers are not fully
614
+ stable.
615
+
616
+ The `shortname` property should remain mostly stable over time. The `shortname`
617
+ may still change though, for instance when a W3C specification starts being
618
+ published as a TR document with a shortname that is different from the one used
619
+ during incubation, or when an IETF specification gets published as an RFC.
620
+ Starting in July 2023, when the `shortname` of a specification changes in
621
+ browser-specs, the previous `shortname` gets added to a
622
+ [`formerNames`](#formernames) property. This makes it possible to track a
623
+ specification entry over time in browser-specs.
624
+
625
+ The `url` property contains a URL of the specification that can be regarded as
626
+ canonical and mostly stable too, but that URL will typically change when a
627
+ specification starts getting published as a formal technical document, or when
628
+ a specification transitions from one organization or group to another one.
629
+
630
+ The `nightly.url` property is the least stable identifier of a specification.
631
+ That URL may be under the control of an individual or group, who may decide to
632
+ change the URL at any time. Or it may be affected by a change of status. For
633
+ instance, the `nightly.url` property will change when a W3C spec incubated in
634
+ the Web Platform Incubator Community Group (WICG) transitions to a Working
635
+ Group, or when a new version of an IETF draft gets published.
636
+
637
+ If your project tracks specifications over time and relies on browser-specs to
638
+ gather information about these specifications, you will need to record the
639
+ `shortname` of the specifications you're tracking, and apply the following
640
+ algorithm to find the relevant specification entry in browser-specs:
641
+
642
+ 1. Look for an entry in browser-specs whose `shortname` matches the recorded
643
+ shortname. If one is found, that is the relevant specification entry.
644
+ 2. Look for entries in browser-specs that have the recorded shortname in its
645
+ `formerNames` property. If one is found, that is the relevant specification
646
+ entry.
647
+ 3. If you found more than one entry in the previous step, that looks like a bug
648
+ in browser-specs, please [raise an
649
+ issue](https://github.com/w3c/browser-specs/issues/new).
650
+ 3. If you're still looking for a relevant specification entry at this point
651
+ whereas the recorded shortname used to exist in browser-specs, that looks like
652
+ a bug in browser-specs too, please [raise an
653
+ issue](https://github.com/w3c/browser-specs/issues/new).
654
+
655
+ Shortname changes may occur in major and minor releases of npm packages but not
656
+ in patch releases.
657
+
658
+
598
659
  ## How to add/update/delete a spec
599
660
 
600
661
  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"
@@ -5005,7 +5005,7 @@
5005
5005
  "series": {
5006
5006
  "shortname": "urlpattern",
5007
5007
  "currentSpecification": "urlpattern",
5008
- "title": "URL Pattern",
5008
+ "title": "URL Pattern Standard",
5009
5009
  "shortTitle": "URL Pattern",
5010
5010
  "nightlyUrl": "https://urlpattern.spec.whatwg.org/"
5011
5011
  },
@@ -5024,8 +5024,8 @@
5024
5024
  "sourcePath": "spec.bs",
5025
5025
  "filename": "index.html"
5026
5026
  },
5027
- "title": "URL Pattern",
5028
- "source": "spec",
5027
+ "title": "URL Pattern Standard",
5028
+ "source": "specref",
5029
5029
  "shortTitle": "URL Pattern",
5030
5030
  "categories": [
5031
5031
  "browser"
@@ -7565,13 +7565,7 @@
7565
7565
  "categories": [
7566
7566
  "browser"
7567
7567
  ],
7568
- "standing": "good",
7569
- "tests": {
7570
- "repository": "https://github.com/web-platform-tests/wpt",
7571
- "testPaths": [
7572
- "portals"
7573
- ]
7574
- }
7568
+ "standing": "good"
7575
7569
  },
7576
7570
  {
7577
7571
  "url": "https://wicg.github.io/prefer-current-tab/",
@@ -8592,13 +8586,13 @@
8592
8586
  "shortTitle": "The \"data\" URL scheme",
8593
8587
  "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc2397"
8594
8588
  },
8589
+ "organization": "IETF",
8595
8590
  "groups": [
8596
8591
  {
8597
- "name": "Network Working Group",
8598
- "url": "https://datatracker.ietf.org/group/app/"
8592
+ "name": "Individual Submissions",
8593
+ "url": "https://datatracker.ietf.org/wg/none/"
8599
8594
  }
8600
8595
  ],
8601
- "organization": "IETF",
8602
8596
  "nightly": {
8603
8597
  "url": "https://www.rfc-editor.org/rfc/rfc2397",
8604
8598
  "status": "Proposed Standard",
@@ -8606,7 +8600,7 @@
8606
8600
  "filename": "rfc2397.html"
8607
8601
  },
8608
8602
  "title": "The \"data\" URL scheme",
8609
- "source": "specref",
8603
+ "source": "ietf",
8610
8604
  "shortTitle": "The \"data\" URL scheme",
8611
8605
  "categories": [
8612
8606
  "browser"
@@ -8628,8 +8622,8 @@
8628
8622
  "organization": "IETF",
8629
8623
  "groups": [
8630
8624
  {
8631
- "name": "Kerberos WG Working Group",
8632
- "url": "https://datatracker.ietf.org/wg/krb/"
8625
+ "name": "Kerberos Working Group",
8626
+ "url": "https://datatracker.ietf.org/wg/krb-wg/"
8633
8627
  }
8634
8628
  ],
8635
8629
  "nightly": {
@@ -8639,7 +8633,7 @@
8639
8633
  "filename": "rfc4120.html"
8640
8634
  },
8641
8635
  "title": "The Kerberos Network Authentication Service (V5)",
8642
- "source": "specref",
8636
+ "source": "ietf",
8643
8637
  "categories": [
8644
8638
  "browser"
8645
8639
  ],
@@ -8672,7 +8666,7 @@
8672
8666
  "filename": "rfc6265.html"
8673
8667
  },
8674
8668
  "title": "HTTP State Management Mechanism",
8675
- "source": "specref",
8669
+ "source": "ietf",
8676
8670
  "shortTitle": "HTTP State Management Mechanism",
8677
8671
  "categories": [
8678
8672
  "browser"
@@ -8694,7 +8688,7 @@
8694
8688
  "organization": "IETF",
8695
8689
  "groups": [
8696
8690
  {
8697
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8691
+ "name": "HTTP Working Group",
8698
8692
  "url": "https://datatracker.ietf.org/wg/httpbis/"
8699
8693
  }
8700
8694
  ],
@@ -8707,7 +8701,7 @@
8707
8701
  "filename": "rfc6266.html"
8708
8702
  },
8709
8703
  "title": "Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)",
8710
- "source": "specref",
8704
+ "source": "ietf",
8711
8705
  "categories": [
8712
8706
  "browser"
8713
8707
  ],
@@ -8724,13 +8718,13 @@
8724
8718
  "shortTitle": "VP8 Data Format and Decoding Guide",
8725
8719
  "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6386"
8726
8720
  },
8721
+ "organization": "IETF",
8727
8722
  "groups": [
8728
8723
  {
8729
- "name": "Independent Submission",
8730
- "url": "https://datatracker.ietf.org/stream/ise/"
8724
+ "name": "General Area",
8725
+ "url": "https://datatracker.ietf.org/wg/gen/"
8731
8726
  }
8732
8727
  ],
8733
- "organization": "IETF",
8734
8728
  "nightly": {
8735
8729
  "url": "https://www.rfc-editor.org/rfc/rfc6386",
8736
8730
  "status": "Informational",
@@ -8738,7 +8732,7 @@
8738
8732
  "filename": "rfc6386.html"
8739
8733
  },
8740
8734
  "title": "VP8 Data Format and Decoding Guide",
8741
- "source": "specref",
8735
+ "source": "ietf",
8742
8736
  "shortTitle": "VP8 Data Format and Decoding Guide",
8743
8737
  "categories": [
8744
8738
  "browser"
@@ -8770,7 +8764,7 @@
8770
8764
  "filename": "rfc6454.html"
8771
8765
  },
8772
8766
  "title": "The Web Origin Concept",
8773
- "source": "specref",
8767
+ "source": "ietf",
8774
8768
  "shortTitle": "The Web Origin Concept",
8775
8769
  "categories": [
8776
8770
  "browser"
@@ -8802,7 +8796,7 @@
8802
8796
  "filename": "rfc6797.html"
8803
8797
  },
8804
8798
  "title": "HTTP Strict Transport Security (HSTS)",
8805
- "source": "specref",
8799
+ "source": "ietf",
8806
8800
  "shortTitle": "HSTS",
8807
8801
  "categories": [
8808
8802
  "browser"
@@ -8834,217 +8828,13 @@
8834
8828
  "filename": "rfc7034.html"
8835
8829
  },
8836
8830
  "title": "HTTP Header Field X-Frame-Options",
8837
- "source": "specref",
8831
+ "source": "ietf",
8838
8832
  "shortTitle": "HTTP Header Field X-Frame-Options",
8839
8833
  "categories": [
8840
8834
  "browser"
8841
8835
  ],
8842
8836
  "standing": "good"
8843
8837
  },
8844
- {
8845
- "url": "https://www.rfc-editor.org/rfc/rfc7230",
8846
- "seriesComposition": "full",
8847
- "shortname": "rfc7230",
8848
- "series": {
8849
- "shortname": "rfc7230",
8850
- "currentSpecification": "rfc7230",
8851
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
8852
- "shortTitle": "HTTP/1.1 Message Syntax and Routing",
8853
- "nightlyUrl": "https://httpwg.org/specs/rfc7230.html"
8854
- },
8855
- "organization": "IETF",
8856
- "groups": [
8857
- {
8858
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8859
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8860
- }
8861
- ],
8862
- "nightly": {
8863
- "url": "https://httpwg.org/specs/rfc7230.html",
8864
- "status": "Proposed Standard",
8865
- "alternateUrls": [],
8866
- "repository": "https://github.com/httpwg/httpwg.github.io",
8867
- "sourcePath": "specs/rfc7230.xml",
8868
- "filename": "rfc7230.html"
8869
- },
8870
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
8871
- "source": "specref",
8872
- "shortTitle": "HTTP/1.1 Message Syntax and Routing",
8873
- "categories": [
8874
- "browser"
8875
- ],
8876
- "standing": "good"
8877
- },
8878
- {
8879
- "url": "https://www.rfc-editor.org/rfc/rfc7231",
8880
- "seriesComposition": "full",
8881
- "shortname": "rfc7231",
8882
- "series": {
8883
- "shortname": "rfc7231",
8884
- "currentSpecification": "rfc7231",
8885
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
8886
- "shortTitle": "HTTP/1.1 Semantics and Content",
8887
- "nightlyUrl": "https://httpwg.org/specs/rfc7231.html"
8888
- },
8889
- "organization": "IETF",
8890
- "groups": [
8891
- {
8892
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8893
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8894
- }
8895
- ],
8896
- "nightly": {
8897
- "url": "https://httpwg.org/specs/rfc7231.html",
8898
- "status": "Proposed Standard",
8899
- "alternateUrls": [],
8900
- "repository": "https://github.com/httpwg/httpwg.github.io",
8901
- "sourcePath": "specs/rfc7231.xml",
8902
- "filename": "rfc7231.html"
8903
- },
8904
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
8905
- "source": "specref",
8906
- "shortTitle": "HTTP/1.1 Semantics and Content",
8907
- "categories": [
8908
- "browser"
8909
- ],
8910
- "standing": "good"
8911
- },
8912
- {
8913
- "url": "https://www.rfc-editor.org/rfc/rfc7232",
8914
- "seriesComposition": "full",
8915
- "shortname": "rfc7232",
8916
- "series": {
8917
- "shortname": "rfc7232",
8918
- "currentSpecification": "rfc7232",
8919
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
8920
- "shortTitle": "HTTP/1.1 Conditional Requests",
8921
- "nightlyUrl": "https://httpwg.org/specs/rfc7232.html"
8922
- },
8923
- "organization": "IETF",
8924
- "groups": [
8925
- {
8926
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8927
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8928
- }
8929
- ],
8930
- "nightly": {
8931
- "url": "https://httpwg.org/specs/rfc7232.html",
8932
- "status": "Proposed Standard",
8933
- "alternateUrls": [],
8934
- "repository": "https://github.com/httpwg/httpwg.github.io",
8935
- "sourcePath": "specs/rfc7232.xml",
8936
- "filename": "rfc7232.html"
8937
- },
8938
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
8939
- "source": "specref",
8940
- "shortTitle": "HTTP/1.1 Conditional Requests",
8941
- "categories": [
8942
- "browser"
8943
- ],
8944
- "standing": "good"
8945
- },
8946
- {
8947
- "url": "https://www.rfc-editor.org/rfc/rfc7233",
8948
- "seriesComposition": "full",
8949
- "shortname": "rfc7233",
8950
- "series": {
8951
- "shortname": "rfc7233",
8952
- "currentSpecification": "rfc7233",
8953
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
8954
- "shortTitle": "HTTP/1.1 Range Requests",
8955
- "nightlyUrl": "https://httpwg.org/specs/rfc7233.html"
8956
- },
8957
- "organization": "IETF",
8958
- "groups": [
8959
- {
8960
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8961
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8962
- }
8963
- ],
8964
- "nightly": {
8965
- "url": "https://httpwg.org/specs/rfc7233.html",
8966
- "status": "Proposed Standard",
8967
- "alternateUrls": [],
8968
- "repository": "https://github.com/httpwg/httpwg.github.io",
8969
- "sourcePath": "specs/rfc7233.xml",
8970
- "filename": "rfc7233.html"
8971
- },
8972
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
8973
- "source": "specref",
8974
- "shortTitle": "HTTP/1.1 Range Requests",
8975
- "categories": [
8976
- "browser"
8977
- ],
8978
- "standing": "good"
8979
- },
8980
- {
8981
- "url": "https://www.rfc-editor.org/rfc/rfc7234",
8982
- "seriesComposition": "full",
8983
- "shortname": "rfc7234",
8984
- "series": {
8985
- "shortname": "rfc7234",
8986
- "currentSpecification": "rfc7234",
8987
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
8988
- "shortTitle": "HTTP/1.1 Caching",
8989
- "nightlyUrl": "https://httpwg.org/specs/rfc7234.html"
8990
- },
8991
- "organization": "IETF",
8992
- "groups": [
8993
- {
8994
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8995
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8996
- }
8997
- ],
8998
- "nightly": {
8999
- "url": "https://httpwg.org/specs/rfc7234.html",
9000
- "status": "Proposed Standard",
9001
- "alternateUrls": [],
9002
- "repository": "https://github.com/httpwg/httpwg.github.io",
9003
- "sourcePath": "specs/rfc7234.xml",
9004
- "filename": "rfc7234.html"
9005
- },
9006
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
9007
- "source": "specref",
9008
- "shortTitle": "HTTP/1.1 Caching",
9009
- "categories": [
9010
- "browser"
9011
- ],
9012
- "standing": "good"
9013
- },
9014
- {
9015
- "url": "https://www.rfc-editor.org/rfc/rfc7235",
9016
- "seriesComposition": "full",
9017
- "shortname": "rfc7235",
9018
- "series": {
9019
- "shortname": "rfc7235",
9020
- "currentSpecification": "rfc7235",
9021
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
9022
- "shortTitle": "HTTP/1.1 Authentication",
9023
- "nightlyUrl": "https://httpwg.org/specs/rfc7235.html"
9024
- },
9025
- "organization": "IETF",
9026
- "groups": [
9027
- {
9028
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9029
- "url": "https://datatracker.ietf.org/wg/httpbis/"
9030
- }
9031
- ],
9032
- "nightly": {
9033
- "url": "https://httpwg.org/specs/rfc7235.html",
9034
- "status": "Proposed Standard",
9035
- "alternateUrls": [],
9036
- "repository": "https://github.com/httpwg/httpwg.github.io",
9037
- "sourcePath": "specs/rfc7235.xml",
9038
- "filename": "rfc7235.html"
9039
- },
9040
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
9041
- "source": "specref",
9042
- "shortTitle": "HTTP/1.1 Authentication",
9043
- "categories": [
9044
- "browser"
9045
- ],
9046
- "standing": "good"
9047
- },
9048
8838
  {
9049
8839
  "url": "https://www.rfc-editor.org/rfc/rfc7239",
9050
8840
  "seriesComposition": "full",
@@ -9059,7 +8849,7 @@
9059
8849
  "organization": "IETF",
9060
8850
  "groups": [
9061
8851
  {
9062
- "name": "Applications Area Working Group APP Working Group",
8852
+ "name": "ART Area General Applications Working Group Working Group",
9063
8853
  "url": "https://datatracker.ietf.org/wg/appsawg/"
9064
8854
  }
9065
8855
  ],
@@ -9070,7 +8860,7 @@
9070
8860
  "filename": "rfc7239.html"
9071
8861
  },
9072
8862
  "title": "Forwarded HTTP Extension",
9073
- "source": "specref",
8863
+ "source": "ietf",
9074
8864
  "shortTitle": "Forwarded HTTP Extension",
9075
8865
  "categories": [
9076
8866
  "browser"
@@ -9102,81 +8892,13 @@
9102
8892
  "filename": "rfc7469.html"
9103
8893
  },
9104
8894
  "title": "Public Key Pinning Extension for HTTP",
9105
- "source": "specref",
8895
+ "source": "ietf",
9106
8896
  "shortTitle": "Public Key Pinning Extension for HTTP",
9107
8897
  "categories": [
9108
8898
  "browser"
9109
8899
  ],
9110
8900
  "standing": "good"
9111
8901
  },
9112
- {
9113
- "url": "https://www.rfc-editor.org/rfc/rfc7538",
9114
- "seriesComposition": "full",
9115
- "shortname": "rfc7538",
9116
- "series": {
9117
- "shortname": "rfc7538",
9118
- "currentSpecification": "rfc7538",
9119
- "title": "The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)",
9120
- "shortTitle": "Permanent Redirect",
9121
- "nightlyUrl": "https://httpwg.org/specs/rfc7538.html"
9122
- },
9123
- "organization": "IETF",
9124
- "groups": [
9125
- {
9126
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9127
- "url": "https://datatracker.ietf.org/wg/httpbis/"
9128
- }
9129
- ],
9130
- "nightly": {
9131
- "url": "https://httpwg.org/specs/rfc7538.html",
9132
- "status": "Proposed Standard",
9133
- "alternateUrls": [],
9134
- "repository": "https://github.com/httpwg/httpwg.github.io",
9135
- "sourcePath": "specs/rfc7538.xml",
9136
- "filename": "rfc7538.html"
9137
- },
9138
- "title": "The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)",
9139
- "source": "specref",
9140
- "shortTitle": "Permanent Redirect",
9141
- "categories": [
9142
- "browser"
9143
- ],
9144
- "standing": "good"
9145
- },
9146
- {
9147
- "url": "https://www.rfc-editor.org/rfc/rfc7540",
9148
- "seriesComposition": "full",
9149
- "shortname": "rfc7540",
9150
- "series": {
9151
- "shortname": "rfc7540",
9152
- "currentSpecification": "rfc7540",
9153
- "title": "Hypertext Transfer Protocol Version 2 (HTTP/2)",
9154
- "shortTitle": "HTTP/2",
9155
- "nightlyUrl": "https://httpwg.org/specs/rfc7540.html"
9156
- },
9157
- "organization": "IETF",
9158
- "groups": [
9159
- {
9160
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9161
- "url": "https://datatracker.ietf.org/wg/httpbis/"
9162
- }
9163
- ],
9164
- "nightly": {
9165
- "url": "https://httpwg.org/specs/rfc7540.html",
9166
- "status": "Proposed Standard",
9167
- "alternateUrls": [],
9168
- "repository": "https://github.com/httpwg/httpwg.github.io",
9169
- "sourcePath": "specs/rfc7540.xml",
9170
- "filename": "rfc7540.html"
9171
- },
9172
- "title": "Hypertext Transfer Protocol Version 2 (HTTP/2)",
9173
- "source": "specref",
9174
- "shortTitle": "HTTP/2",
9175
- "categories": [
9176
- "browser"
9177
- ],
9178
- "standing": "good"
9179
- },
9180
8902
  {
9181
8903
  "url": "https://www.rfc-editor.org/rfc/rfc7578",
9182
8904
  "seriesComposition": "full",
@@ -9191,7 +8913,7 @@
9191
8913
  "organization": "IETF",
9192
8914
  "groups": [
9193
8915
  {
9194
- "name": "ART Area General Application Working Group Working Group",
8916
+ "name": "ART Area General Applications Working Group Working Group",
9195
8917
  "url": "https://datatracker.ietf.org/wg/appsawg/"
9196
8918
  }
9197
8919
  ],
@@ -9202,7 +8924,7 @@
9202
8924
  "filename": "rfc7578.html"
9203
8925
  },
9204
8926
  "title": "Returning Values from Forms: multipart/form-data",
9205
- "source": "specref",
8927
+ "source": "ietf",
9206
8928
  "shortTitle": "Returning Values from Forms: multipart/form-data",
9207
8929
  "categories": [
9208
8930
  "browser"
@@ -9236,7 +8958,7 @@
9236
8958
  "filename": "rfc7616.html"
9237
8959
  },
9238
8960
  "title": "HTTP Digest Access Authentication",
9239
- "source": "specref",
8961
+ "source": "ietf",
9240
8962
  "shortTitle": "HTTP Digest Access Authentication",
9241
8963
  "categories": [
9242
8964
  "browser"
@@ -9270,7 +8992,7 @@
9270
8992
  "filename": "rfc7617.html"
9271
8993
  },
9272
8994
  "title": "The 'Basic' HTTP Authentication Scheme",
9273
- "source": "specref",
8995
+ "source": "ietf",
9274
8996
  "shortTitle": "The 'Basic' HTTP Authentication Scheme",
9275
8997
  "categories": [
9276
8998
  "browser"
@@ -9304,7 +9026,7 @@
9304
9026
  "filename": "rfc7725.html"
9305
9027
  },
9306
9028
  "title": "An HTTP Status Code to Report Legal Obstacles",
9307
- "source": "specref",
9029
+ "source": "ietf",
9308
9030
  "shortTitle": "An HTTP Status Code to Report Legal Obstacles",
9309
9031
  "categories": [
9310
9032
  "browser"
@@ -9338,7 +9060,7 @@
9338
9060
  "filename": "rfc7838.html"
9339
9061
  },
9340
9062
  "title": "HTTP Alternative Services",
9341
- "source": "specref",
9063
+ "source": "ietf",
9342
9064
  "shortTitle": "HTTP Alternative Services",
9343
9065
  "categories": [
9344
9066
  "browser"
@@ -9372,7 +9094,7 @@
9372
9094
  "filename": "rfc8246.html"
9373
9095
  },
9374
9096
  "title": "HTTP Immutable Responses",
9375
- "source": "specref",
9097
+ "source": "ietf",
9376
9098
  "shortTitle": "HTTP Immutable Responses",
9377
9099
  "categories": [
9378
9100
  "browser"
@@ -9390,13 +9112,13 @@
9390
9112
  "shortTitle": "Web Linking",
9391
9113
  "nightlyUrl": "https://httpwg.org/specs/rfc8288.html"
9392
9114
  },
9115
+ "organization": "IETF",
9393
9116
  "groups": [
9394
9117
  {
9395
- "name": "Mark Nottingham (individual in art area)",
9396
- "url": "https://datatracker.ietf.org/person/mnot@mnot.net"
9118
+ "name": "Applications and Real-Time Area",
9119
+ "url": "https://datatracker.ietf.org/wg/art/"
9397
9120
  }
9398
9121
  ],
9399
- "organization": "IETF",
9400
9122
  "nightly": {
9401
9123
  "url": "https://httpwg.org/specs/rfc8288.html",
9402
9124
  "status": "Proposed Standard",
@@ -9406,7 +9128,7 @@
9406
9128
  "filename": "rfc8288.html"
9407
9129
  },
9408
9130
  "title": "Web Linking",
9409
- "source": "specref",
9131
+ "source": "ietf",
9410
9132
  "shortTitle": "Web Linking",
9411
9133
  "categories": [
9412
9134
  "browser"
@@ -9440,7 +9162,7 @@
9440
9162
  "filename": "rfc8297.html"
9441
9163
  },
9442
9164
  "title": "An HTTP Status Code for Indicating Hints",
9443
- "source": "specref",
9165
+ "source": "ietf",
9444
9166
  "shortTitle": "An HTTP Status Code for Indicating Hints",
9445
9167
  "categories": [
9446
9168
  "browser"
@@ -9474,7 +9196,7 @@
9474
9196
  "filename": "rfc8470.html"
9475
9197
  },
9476
9198
  "title": "Using Early Data in HTTP",
9477
- "source": "specref",
9199
+ "source": "ietf",
9478
9200
  "shortTitle": "Using Early Data in HTTP",
9479
9201
  "categories": [
9480
9202
  "browser"
@@ -9506,7 +9228,7 @@
9506
9228
  "filename": "rfc8942.html"
9507
9229
  },
9508
9230
  "title": "HTTP Client Hints",
9509
- "source": "specref",
9231
+ "source": "ietf",
9510
9232
  "shortTitle": "HTTP Client Hints",
9511
9233
  "categories": [
9512
9234
  "browser"
@@ -9522,15 +9244,7 @@
9522
9244
  "currentSpecification": "rfc9110",
9523
9245
  "title": "HTTP Semantics",
9524
9246
  "shortTitle": "HTTP Semantics",
9525
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9110"
9526
- },
9527
- "nightly": {
9528
- "url": "https://www.rfc-editor.org/rfc/rfc9110",
9529
- "status": "Internet Standard",
9530
- "repository": "https://github.com/httpwg/httpwg.github.io",
9531
- "alternateUrls": [],
9532
- "sourcePath": "specs/rfc9110.xml",
9533
- "filename": "rfc9110.html"
9247
+ "nightlyUrl": "https://httpwg.org/specs/rfc9110.html"
9534
9248
  },
9535
9249
  "organization": "IETF",
9536
9250
  "groups": [
@@ -9539,8 +9253,16 @@
9539
9253
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9540
9254
  }
9541
9255
  ],
9256
+ "nightly": {
9257
+ "url": "https://httpwg.org/specs/rfc9110.html",
9258
+ "status": "Internet Standard",
9259
+ "alternateUrls": [],
9260
+ "repository": "https://github.com/httpwg/httpwg.github.io",
9261
+ "sourcePath": "specs/rfc9110.xml",
9262
+ "filename": "rfc9110.html"
9263
+ },
9542
9264
  "title": "HTTP Semantics",
9543
- "source": "specref",
9265
+ "source": "ietf",
9544
9266
  "shortTitle": "HTTP Semantics",
9545
9267
  "categories": [
9546
9268
  "browser"
@@ -9556,15 +9278,7 @@
9556
9278
  "currentSpecification": "rfc9111",
9557
9279
  "title": "HTTP Caching",
9558
9280
  "shortTitle": "HTTP Caching",
9559
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9111"
9560
- },
9561
- "nightly": {
9562
- "url": "https://www.rfc-editor.org/rfc/rfc9111",
9563
- "status": "Internet Standard",
9564
- "repository": "https://github.com/httpwg/httpwg.github.io",
9565
- "alternateUrls": [],
9566
- "sourcePath": "specs/rfc9111.xml",
9567
- "filename": "rfc9111.html"
9281
+ "nightlyUrl": "https://httpwg.org/specs/rfc9111.html"
9568
9282
  },
9569
9283
  "organization": "IETF",
9570
9284
  "groups": [
@@ -9573,8 +9287,16 @@
9573
9287
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9574
9288
  }
9575
9289
  ],
9290
+ "nightly": {
9291
+ "url": "https://httpwg.org/specs/rfc9111.html",
9292
+ "status": "Internet Standard",
9293
+ "alternateUrls": [],
9294
+ "repository": "https://github.com/httpwg/httpwg.github.io",
9295
+ "sourcePath": "specs/rfc9111.xml",
9296
+ "filename": "rfc9111.html"
9297
+ },
9576
9298
  "title": "HTTP Caching",
9577
- "source": "specref",
9299
+ "source": "ietf",
9578
9300
  "shortTitle": "HTTP Caching",
9579
9301
  "categories": [
9580
9302
  "browser"
@@ -9590,15 +9312,7 @@
9590
9312
  "currentSpecification": "rfc9112",
9591
9313
  "title": "HTTP/1.1",
9592
9314
  "shortTitle": "HTTP/1.1",
9593
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9112"
9594
- },
9595
- "nightly": {
9596
- "url": "https://www.rfc-editor.org/rfc/rfc9112",
9597
- "status": "Internet Standard",
9598
- "repository": "https://github.com/httpwg/httpwg.github.io",
9599
- "alternateUrls": [],
9600
- "sourcePath": "specs/rfc9112.xml",
9601
- "filename": "rfc9112.html"
9315
+ "nightlyUrl": "https://httpwg.org/specs/rfc9112.html"
9602
9316
  },
9603
9317
  "organization": "IETF",
9604
9318
  "groups": [
@@ -9607,8 +9321,16 @@
9607
9321
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9608
9322
  }
9609
9323
  ],
9324
+ "nightly": {
9325
+ "url": "https://httpwg.org/specs/rfc9112.html",
9326
+ "status": "Internet Standard",
9327
+ "alternateUrls": [],
9328
+ "repository": "https://github.com/httpwg/httpwg.github.io",
9329
+ "sourcePath": "specs/rfc9112.xml",
9330
+ "filename": "rfc9112.html"
9331
+ },
9610
9332
  "title": "HTTP/1.1",
9611
- "source": "specref",
9333
+ "source": "ietf",
9612
9334
  "shortTitle": "HTTP/1.1",
9613
9335
  "categories": [
9614
9336
  "browser"
@@ -9624,15 +9346,7 @@
9624
9346
  "currentSpecification": "rfc9113",
9625
9347
  "title": "HTTP/2",
9626
9348
  "shortTitle": "HTTP/2",
9627
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9113"
9628
- },
9629
- "nightly": {
9630
- "url": "https://www.rfc-editor.org/rfc/rfc9113",
9631
- "status": "Proposed Standard",
9632
- "repository": "https://github.com/httpwg/httpwg.github.io",
9633
- "alternateUrls": [],
9634
- "sourcePath": "specs/rfc9113.xml",
9635
- "filename": "rfc9113.html"
9349
+ "nightlyUrl": "https://httpwg.org/specs/rfc9113.html"
9636
9350
  },
9637
9351
  "organization": "IETF",
9638
9352
  "groups": [
@@ -9641,8 +9355,16 @@
9641
9355
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9642
9356
  }
9643
9357
  ],
9358
+ "nightly": {
9359
+ "url": "https://httpwg.org/specs/rfc9113.html",
9360
+ "status": "Proposed Standard",
9361
+ "alternateUrls": [],
9362
+ "repository": "https://github.com/httpwg/httpwg.github.io",
9363
+ "sourcePath": "specs/rfc9113.xml",
9364
+ "filename": "rfc9113.html"
9365
+ },
9644
9366
  "title": "HTTP/2",
9645
- "source": "specref",
9367
+ "source": "ietf",
9646
9368
  "shortTitle": "HTTP/2",
9647
9369
  "categories": [
9648
9370
  "browser"
@@ -9658,15 +9380,7 @@
9658
9380
  "currentSpecification": "rfc9114",
9659
9381
  "title": "HTTP/3",
9660
9382
  "shortTitle": "HTTP/3",
9661
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9114"
9662
- },
9663
- "nightly": {
9664
- "url": "https://www.rfc-editor.org/rfc/rfc9114",
9665
- "status": "Proposed Standard",
9666
- "repository": "https://github.com/httpwg/httpwg.github.io",
9667
- "alternateUrls": [],
9668
- "sourcePath": "specs/rfc9114.xml",
9669
- "filename": "rfc9114.html"
9383
+ "nightlyUrl": "https://httpwg.org/specs/rfc9114.html"
9670
9384
  },
9671
9385
  "organization": "IETF",
9672
9386
  "groups": [
@@ -9675,8 +9389,16 @@
9675
9389
  "url": "https://datatracker.ietf.org/wg/quic/"
9676
9390
  }
9677
9391
  ],
9392
+ "nightly": {
9393
+ "url": "https://httpwg.org/specs/rfc9114.html",
9394
+ "status": "Proposed Standard",
9395
+ "alternateUrls": [],
9396
+ "repository": "https://github.com/httpwg/httpwg.github.io",
9397
+ "sourcePath": "specs/rfc9114.xml",
9398
+ "filename": "rfc9114.html"
9399
+ },
9678
9400
  "title": "HTTP/3",
9679
- "source": "specref",
9401
+ "source": "ietf",
9680
9402
  "shortTitle": "HTTP/3",
9681
9403
  "categories": [
9682
9404
  "browser"
@@ -9710,7 +9432,7 @@
9710
9432
  }
9711
9433
  ],
9712
9434
  "title": "Expect-CT Extension for HTTP",
9713
- "source": "specref",
9435
+ "source": "ietf",
9714
9436
  "shortTitle": "Expect-CT Extension for HTTP",
9715
9437
  "categories": [
9716
9438
  "browser"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.70.0",
3
+ "version": "3.70.1",
4
4
  "description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
5
5
  "repository": {
6
6
  "type": "git",