browser-specs 3.69.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 +169 -383
  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,19 +242,51 @@
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"
255
255
  ],
256
256
  "standing": "good"
257
257
  },
258
+ {
259
+ "url": "https://datatracker.ietf.org/doc/html/draft-zern-webp/",
260
+ "seriesComposition": "full",
261
+ "shortname": "webp",
262
+ "series": {
263
+ "shortname": "webp",
264
+ "currentSpecification": "webp",
265
+ "title": "WebP Image Format",
266
+ "shortTitle": "WebP Image Format",
267
+ "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-13.html"
268
+ },
269
+ "organization": "IETF",
270
+ "groups": [
271
+ {
272
+ "name": "Applications and Real-Time Area",
273
+ "url": "https://datatracker.ietf.org/wg/art/"
274
+ }
275
+ ],
276
+ "nightly": {
277
+ "url": "https://www.ietf.org/archive/id/draft-zern-webp-13.html",
278
+ "status": "Editor's Draft",
279
+ "alternateUrls": [],
280
+ "filename": "draft-zern-webp-13.html"
281
+ },
282
+ "title": "WebP Image Format",
283
+ "source": "ietf",
284
+ "shortTitle": "WebP Image Format",
285
+ "categories": [
286
+ "browser"
287
+ ],
288
+ "standing": "good"
289
+ },
258
290
  {
259
291
  "url": "https://dom.spec.whatwg.org/",
260
292
  "seriesComposition": "full",
@@ -4973,7 +5005,7 @@
4973
5005
  "series": {
4974
5006
  "shortname": "urlpattern",
4975
5007
  "currentSpecification": "urlpattern",
4976
- "title": "URL Pattern",
5008
+ "title": "URL Pattern Standard",
4977
5009
  "shortTitle": "URL Pattern",
4978
5010
  "nightlyUrl": "https://urlpattern.spec.whatwg.org/"
4979
5011
  },
@@ -4992,8 +5024,8 @@
4992
5024
  "sourcePath": "spec.bs",
4993
5025
  "filename": "index.html"
4994
5026
  },
4995
- "title": "URL Pattern",
4996
- "source": "spec",
5027
+ "title": "URL Pattern Standard",
5028
+ "source": "specref",
4997
5029
  "shortTitle": "URL Pattern",
4998
5030
  "categories": [
4999
5031
  "browser"
@@ -7533,13 +7565,7 @@
7533
7565
  "categories": [
7534
7566
  "browser"
7535
7567
  ],
7536
- "standing": "good",
7537
- "tests": {
7538
- "repository": "https://github.com/web-platform-tests/wpt",
7539
- "testPaths": [
7540
- "portals"
7541
- ]
7542
- }
7568
+ "standing": "good"
7543
7569
  },
7544
7570
  {
7545
7571
  "url": "https://wicg.github.io/prefer-current-tab/",
@@ -8560,13 +8586,13 @@
8560
8586
  "shortTitle": "The \"data\" URL scheme",
8561
8587
  "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc2397"
8562
8588
  },
8589
+ "organization": "IETF",
8563
8590
  "groups": [
8564
8591
  {
8565
- "name": "Network Working Group",
8566
- "url": "https://datatracker.ietf.org/group/app/"
8592
+ "name": "Individual Submissions",
8593
+ "url": "https://datatracker.ietf.org/wg/none/"
8567
8594
  }
8568
8595
  ],
8569
- "organization": "IETF",
8570
8596
  "nightly": {
8571
8597
  "url": "https://www.rfc-editor.org/rfc/rfc2397",
8572
8598
  "status": "Proposed Standard",
@@ -8574,7 +8600,7 @@
8574
8600
  "filename": "rfc2397.html"
8575
8601
  },
8576
8602
  "title": "The \"data\" URL scheme",
8577
- "source": "specref",
8603
+ "source": "ietf",
8578
8604
  "shortTitle": "The \"data\" URL scheme",
8579
8605
  "categories": [
8580
8606
  "browser"
@@ -8596,8 +8622,8 @@
8596
8622
  "organization": "IETF",
8597
8623
  "groups": [
8598
8624
  {
8599
- "name": "Kerberos WG Working Group",
8600
- "url": "https://datatracker.ietf.org/wg/krb/"
8625
+ "name": "Kerberos Working Group",
8626
+ "url": "https://datatracker.ietf.org/wg/krb-wg/"
8601
8627
  }
8602
8628
  ],
8603
8629
  "nightly": {
@@ -8607,7 +8633,7 @@
8607
8633
  "filename": "rfc4120.html"
8608
8634
  },
8609
8635
  "title": "The Kerberos Network Authentication Service (V5)",
8610
- "source": "specref",
8636
+ "source": "ietf",
8611
8637
  "categories": [
8612
8638
  "browser"
8613
8639
  ],
@@ -8640,7 +8666,7 @@
8640
8666
  "filename": "rfc6265.html"
8641
8667
  },
8642
8668
  "title": "HTTP State Management Mechanism",
8643
- "source": "specref",
8669
+ "source": "ietf",
8644
8670
  "shortTitle": "HTTP State Management Mechanism",
8645
8671
  "categories": [
8646
8672
  "browser"
@@ -8662,7 +8688,7 @@
8662
8688
  "organization": "IETF",
8663
8689
  "groups": [
8664
8690
  {
8665
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8691
+ "name": "HTTP Working Group",
8666
8692
  "url": "https://datatracker.ietf.org/wg/httpbis/"
8667
8693
  }
8668
8694
  ],
@@ -8675,7 +8701,39 @@
8675
8701
  "filename": "rfc6266.html"
8676
8702
  },
8677
8703
  "title": "Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)",
8678
- "source": "specref",
8704
+ "source": "ietf",
8705
+ "categories": [
8706
+ "browser"
8707
+ ],
8708
+ "standing": "good"
8709
+ },
8710
+ {
8711
+ "url": "https://www.rfc-editor.org/rfc/rfc6386",
8712
+ "seriesComposition": "full",
8713
+ "shortname": "rfc6386",
8714
+ "series": {
8715
+ "shortname": "rfc6386",
8716
+ "currentSpecification": "rfc6386",
8717
+ "title": "VP8 Data Format and Decoding Guide",
8718
+ "shortTitle": "VP8 Data Format and Decoding Guide",
8719
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6386"
8720
+ },
8721
+ "organization": "IETF",
8722
+ "groups": [
8723
+ {
8724
+ "name": "General Area",
8725
+ "url": "https://datatracker.ietf.org/wg/gen/"
8726
+ }
8727
+ ],
8728
+ "nightly": {
8729
+ "url": "https://www.rfc-editor.org/rfc/rfc6386",
8730
+ "status": "Informational",
8731
+ "alternateUrls": [],
8732
+ "filename": "rfc6386.html"
8733
+ },
8734
+ "title": "VP8 Data Format and Decoding Guide",
8735
+ "source": "ietf",
8736
+ "shortTitle": "VP8 Data Format and Decoding Guide",
8679
8737
  "categories": [
8680
8738
  "browser"
8681
8739
  ],
@@ -8706,7 +8764,7 @@
8706
8764
  "filename": "rfc6454.html"
8707
8765
  },
8708
8766
  "title": "The Web Origin Concept",
8709
- "source": "specref",
8767
+ "source": "ietf",
8710
8768
  "shortTitle": "The Web Origin Concept",
8711
8769
  "categories": [
8712
8770
  "browser"
@@ -8738,7 +8796,7 @@
8738
8796
  "filename": "rfc6797.html"
8739
8797
  },
8740
8798
  "title": "HTTP Strict Transport Security (HSTS)",
8741
- "source": "specref",
8799
+ "source": "ietf",
8742
8800
  "shortTitle": "HSTS",
8743
8801
  "categories": [
8744
8802
  "browser"
@@ -8770,217 +8828,13 @@
8770
8828
  "filename": "rfc7034.html"
8771
8829
  },
8772
8830
  "title": "HTTP Header Field X-Frame-Options",
8773
- "source": "specref",
8831
+ "source": "ietf",
8774
8832
  "shortTitle": "HTTP Header Field X-Frame-Options",
8775
8833
  "categories": [
8776
8834
  "browser"
8777
8835
  ],
8778
8836
  "standing": "good"
8779
8837
  },
8780
- {
8781
- "url": "https://www.rfc-editor.org/rfc/rfc7230",
8782
- "seriesComposition": "full",
8783
- "shortname": "rfc7230",
8784
- "series": {
8785
- "shortname": "rfc7230",
8786
- "currentSpecification": "rfc7230",
8787
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
8788
- "shortTitle": "HTTP/1.1 Message Syntax and Routing",
8789
- "nightlyUrl": "https://httpwg.org/specs/rfc7230.html"
8790
- },
8791
- "organization": "IETF",
8792
- "groups": [
8793
- {
8794
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8795
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8796
- }
8797
- ],
8798
- "nightly": {
8799
- "url": "https://httpwg.org/specs/rfc7230.html",
8800
- "status": "Proposed Standard",
8801
- "alternateUrls": [],
8802
- "repository": "https://github.com/httpwg/httpwg.github.io",
8803
- "sourcePath": "specs/rfc7230.xml",
8804
- "filename": "rfc7230.html"
8805
- },
8806
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing",
8807
- "source": "specref",
8808
- "shortTitle": "HTTP/1.1 Message Syntax and Routing",
8809
- "categories": [
8810
- "browser"
8811
- ],
8812
- "standing": "good"
8813
- },
8814
- {
8815
- "url": "https://www.rfc-editor.org/rfc/rfc7231",
8816
- "seriesComposition": "full",
8817
- "shortname": "rfc7231",
8818
- "series": {
8819
- "shortname": "rfc7231",
8820
- "currentSpecification": "rfc7231",
8821
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
8822
- "shortTitle": "HTTP/1.1 Semantics and Content",
8823
- "nightlyUrl": "https://httpwg.org/specs/rfc7231.html"
8824
- },
8825
- "organization": "IETF",
8826
- "groups": [
8827
- {
8828
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8829
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8830
- }
8831
- ],
8832
- "nightly": {
8833
- "url": "https://httpwg.org/specs/rfc7231.html",
8834
- "status": "Proposed Standard",
8835
- "alternateUrls": [],
8836
- "repository": "https://github.com/httpwg/httpwg.github.io",
8837
- "sourcePath": "specs/rfc7231.xml",
8838
- "filename": "rfc7231.html"
8839
- },
8840
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content",
8841
- "source": "specref",
8842
- "shortTitle": "HTTP/1.1 Semantics and Content",
8843
- "categories": [
8844
- "browser"
8845
- ],
8846
- "standing": "good"
8847
- },
8848
- {
8849
- "url": "https://www.rfc-editor.org/rfc/rfc7232",
8850
- "seriesComposition": "full",
8851
- "shortname": "rfc7232",
8852
- "series": {
8853
- "shortname": "rfc7232",
8854
- "currentSpecification": "rfc7232",
8855
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
8856
- "shortTitle": "HTTP/1.1 Conditional Requests",
8857
- "nightlyUrl": "https://httpwg.org/specs/rfc7232.html"
8858
- },
8859
- "organization": "IETF",
8860
- "groups": [
8861
- {
8862
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8863
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8864
- }
8865
- ],
8866
- "nightly": {
8867
- "url": "https://httpwg.org/specs/rfc7232.html",
8868
- "status": "Proposed Standard",
8869
- "alternateUrls": [],
8870
- "repository": "https://github.com/httpwg/httpwg.github.io",
8871
- "sourcePath": "specs/rfc7232.xml",
8872
- "filename": "rfc7232.html"
8873
- },
8874
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests",
8875
- "source": "specref",
8876
- "shortTitle": "HTTP/1.1 Conditional Requests",
8877
- "categories": [
8878
- "browser"
8879
- ],
8880
- "standing": "good"
8881
- },
8882
- {
8883
- "url": "https://www.rfc-editor.org/rfc/rfc7233",
8884
- "seriesComposition": "full",
8885
- "shortname": "rfc7233",
8886
- "series": {
8887
- "shortname": "rfc7233",
8888
- "currentSpecification": "rfc7233",
8889
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
8890
- "shortTitle": "HTTP/1.1 Range Requests",
8891
- "nightlyUrl": "https://httpwg.org/specs/rfc7233.html"
8892
- },
8893
- "organization": "IETF",
8894
- "groups": [
8895
- {
8896
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8897
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8898
- }
8899
- ],
8900
- "nightly": {
8901
- "url": "https://httpwg.org/specs/rfc7233.html",
8902
- "status": "Proposed Standard",
8903
- "alternateUrls": [],
8904
- "repository": "https://github.com/httpwg/httpwg.github.io",
8905
- "sourcePath": "specs/rfc7233.xml",
8906
- "filename": "rfc7233.html"
8907
- },
8908
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Range Requests",
8909
- "source": "specref",
8910
- "shortTitle": "HTTP/1.1 Range Requests",
8911
- "categories": [
8912
- "browser"
8913
- ],
8914
- "standing": "good"
8915
- },
8916
- {
8917
- "url": "https://www.rfc-editor.org/rfc/rfc7234",
8918
- "seriesComposition": "full",
8919
- "shortname": "rfc7234",
8920
- "series": {
8921
- "shortname": "rfc7234",
8922
- "currentSpecification": "rfc7234",
8923
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
8924
- "shortTitle": "HTTP/1.1 Caching",
8925
- "nightlyUrl": "https://httpwg.org/specs/rfc7234.html"
8926
- },
8927
- "organization": "IETF",
8928
- "groups": [
8929
- {
8930
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8931
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8932
- }
8933
- ],
8934
- "nightly": {
8935
- "url": "https://httpwg.org/specs/rfc7234.html",
8936
- "status": "Proposed Standard",
8937
- "alternateUrls": [],
8938
- "repository": "https://github.com/httpwg/httpwg.github.io",
8939
- "sourcePath": "specs/rfc7234.xml",
8940
- "filename": "rfc7234.html"
8941
- },
8942
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Caching",
8943
- "source": "specref",
8944
- "shortTitle": "HTTP/1.1 Caching",
8945
- "categories": [
8946
- "browser"
8947
- ],
8948
- "standing": "good"
8949
- },
8950
- {
8951
- "url": "https://www.rfc-editor.org/rfc/rfc7235",
8952
- "seriesComposition": "full",
8953
- "shortname": "rfc7235",
8954
- "series": {
8955
- "shortname": "rfc7235",
8956
- "currentSpecification": "rfc7235",
8957
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
8958
- "shortTitle": "HTTP/1.1 Authentication",
8959
- "nightlyUrl": "https://httpwg.org/specs/rfc7235.html"
8960
- },
8961
- "organization": "IETF",
8962
- "groups": [
8963
- {
8964
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
8965
- "url": "https://datatracker.ietf.org/wg/httpbis/"
8966
- }
8967
- ],
8968
- "nightly": {
8969
- "url": "https://httpwg.org/specs/rfc7235.html",
8970
- "status": "Proposed Standard",
8971
- "alternateUrls": [],
8972
- "repository": "https://github.com/httpwg/httpwg.github.io",
8973
- "sourcePath": "specs/rfc7235.xml",
8974
- "filename": "rfc7235.html"
8975
- },
8976
- "title": "Hypertext Transfer Protocol (HTTP/1.1): Authentication",
8977
- "source": "specref",
8978
- "shortTitle": "HTTP/1.1 Authentication",
8979
- "categories": [
8980
- "browser"
8981
- ],
8982
- "standing": "good"
8983
- },
8984
8838
  {
8985
8839
  "url": "https://www.rfc-editor.org/rfc/rfc7239",
8986
8840
  "seriesComposition": "full",
@@ -8995,7 +8849,7 @@
8995
8849
  "organization": "IETF",
8996
8850
  "groups": [
8997
8851
  {
8998
- "name": "Applications Area Working Group APP Working Group",
8852
+ "name": "ART Area General Applications Working Group Working Group",
8999
8853
  "url": "https://datatracker.ietf.org/wg/appsawg/"
9000
8854
  }
9001
8855
  ],
@@ -9006,7 +8860,7 @@
9006
8860
  "filename": "rfc7239.html"
9007
8861
  },
9008
8862
  "title": "Forwarded HTTP Extension",
9009
- "source": "specref",
8863
+ "source": "ietf",
9010
8864
  "shortTitle": "Forwarded HTTP Extension",
9011
8865
  "categories": [
9012
8866
  "browser"
@@ -9038,81 +8892,13 @@
9038
8892
  "filename": "rfc7469.html"
9039
8893
  },
9040
8894
  "title": "Public Key Pinning Extension for HTTP",
9041
- "source": "specref",
8895
+ "source": "ietf",
9042
8896
  "shortTitle": "Public Key Pinning Extension for HTTP",
9043
8897
  "categories": [
9044
8898
  "browser"
9045
8899
  ],
9046
8900
  "standing": "good"
9047
8901
  },
9048
- {
9049
- "url": "https://www.rfc-editor.org/rfc/rfc7538",
9050
- "seriesComposition": "full",
9051
- "shortname": "rfc7538",
9052
- "series": {
9053
- "shortname": "rfc7538",
9054
- "currentSpecification": "rfc7538",
9055
- "title": "The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)",
9056
- "shortTitle": "Permanent Redirect",
9057
- "nightlyUrl": "https://httpwg.org/specs/rfc7538.html"
9058
- },
9059
- "organization": "IETF",
9060
- "groups": [
9061
- {
9062
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9063
- "url": "https://datatracker.ietf.org/wg/httpbis/"
9064
- }
9065
- ],
9066
- "nightly": {
9067
- "url": "https://httpwg.org/specs/rfc7538.html",
9068
- "status": "Proposed Standard",
9069
- "alternateUrls": [],
9070
- "repository": "https://github.com/httpwg/httpwg.github.io",
9071
- "sourcePath": "specs/rfc7538.xml",
9072
- "filename": "rfc7538.html"
9073
- },
9074
- "title": "The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)",
9075
- "source": "specref",
9076
- "shortTitle": "Permanent Redirect",
9077
- "categories": [
9078
- "browser"
9079
- ],
9080
- "standing": "good"
9081
- },
9082
- {
9083
- "url": "https://www.rfc-editor.org/rfc/rfc7540",
9084
- "seriesComposition": "full",
9085
- "shortname": "rfc7540",
9086
- "series": {
9087
- "shortname": "rfc7540",
9088
- "currentSpecification": "rfc7540",
9089
- "title": "Hypertext Transfer Protocol Version 2 (HTTP/2)",
9090
- "shortTitle": "HTTP/2",
9091
- "nightlyUrl": "https://httpwg.org/specs/rfc7540.html"
9092
- },
9093
- "organization": "IETF",
9094
- "groups": [
9095
- {
9096
- "name": "Hypertext Transfer Protocol Bis APP Working Group",
9097
- "url": "https://datatracker.ietf.org/wg/httpbis/"
9098
- }
9099
- ],
9100
- "nightly": {
9101
- "url": "https://httpwg.org/specs/rfc7540.html",
9102
- "status": "Proposed Standard",
9103
- "alternateUrls": [],
9104
- "repository": "https://github.com/httpwg/httpwg.github.io",
9105
- "sourcePath": "specs/rfc7540.xml",
9106
- "filename": "rfc7540.html"
9107
- },
9108
- "title": "Hypertext Transfer Protocol Version 2 (HTTP/2)",
9109
- "source": "specref",
9110
- "shortTitle": "HTTP/2",
9111
- "categories": [
9112
- "browser"
9113
- ],
9114
- "standing": "good"
9115
- },
9116
8902
  {
9117
8903
  "url": "https://www.rfc-editor.org/rfc/rfc7578",
9118
8904
  "seriesComposition": "full",
@@ -9127,7 +8913,7 @@
9127
8913
  "organization": "IETF",
9128
8914
  "groups": [
9129
8915
  {
9130
- "name": "ART Area General Application Working Group Working Group",
8916
+ "name": "ART Area General Applications Working Group Working Group",
9131
8917
  "url": "https://datatracker.ietf.org/wg/appsawg/"
9132
8918
  }
9133
8919
  ],
@@ -9138,7 +8924,7 @@
9138
8924
  "filename": "rfc7578.html"
9139
8925
  },
9140
8926
  "title": "Returning Values from Forms: multipart/form-data",
9141
- "source": "specref",
8927
+ "source": "ietf",
9142
8928
  "shortTitle": "Returning Values from Forms: multipart/form-data",
9143
8929
  "categories": [
9144
8930
  "browser"
@@ -9172,7 +8958,7 @@
9172
8958
  "filename": "rfc7616.html"
9173
8959
  },
9174
8960
  "title": "HTTP Digest Access Authentication",
9175
- "source": "specref",
8961
+ "source": "ietf",
9176
8962
  "shortTitle": "HTTP Digest Access Authentication",
9177
8963
  "categories": [
9178
8964
  "browser"
@@ -9206,7 +8992,7 @@
9206
8992
  "filename": "rfc7617.html"
9207
8993
  },
9208
8994
  "title": "The 'Basic' HTTP Authentication Scheme",
9209
- "source": "specref",
8995
+ "source": "ietf",
9210
8996
  "shortTitle": "The 'Basic' HTTP Authentication Scheme",
9211
8997
  "categories": [
9212
8998
  "browser"
@@ -9240,7 +9026,7 @@
9240
9026
  "filename": "rfc7725.html"
9241
9027
  },
9242
9028
  "title": "An HTTP Status Code to Report Legal Obstacles",
9243
- "source": "specref",
9029
+ "source": "ietf",
9244
9030
  "shortTitle": "An HTTP Status Code to Report Legal Obstacles",
9245
9031
  "categories": [
9246
9032
  "browser"
@@ -9274,7 +9060,7 @@
9274
9060
  "filename": "rfc7838.html"
9275
9061
  },
9276
9062
  "title": "HTTP Alternative Services",
9277
- "source": "specref",
9063
+ "source": "ietf",
9278
9064
  "shortTitle": "HTTP Alternative Services",
9279
9065
  "categories": [
9280
9066
  "browser"
@@ -9308,7 +9094,7 @@
9308
9094
  "filename": "rfc8246.html"
9309
9095
  },
9310
9096
  "title": "HTTP Immutable Responses",
9311
- "source": "specref",
9097
+ "source": "ietf",
9312
9098
  "shortTitle": "HTTP Immutable Responses",
9313
9099
  "categories": [
9314
9100
  "browser"
@@ -9326,13 +9112,13 @@
9326
9112
  "shortTitle": "Web Linking",
9327
9113
  "nightlyUrl": "https://httpwg.org/specs/rfc8288.html"
9328
9114
  },
9115
+ "organization": "IETF",
9329
9116
  "groups": [
9330
9117
  {
9331
- "name": "Mark Nottingham (individual in art area)",
9332
- "url": "https://datatracker.ietf.org/person/mnot@mnot.net"
9118
+ "name": "Applications and Real-Time Area",
9119
+ "url": "https://datatracker.ietf.org/wg/art/"
9333
9120
  }
9334
9121
  ],
9335
- "organization": "IETF",
9336
9122
  "nightly": {
9337
9123
  "url": "https://httpwg.org/specs/rfc8288.html",
9338
9124
  "status": "Proposed Standard",
@@ -9342,7 +9128,7 @@
9342
9128
  "filename": "rfc8288.html"
9343
9129
  },
9344
9130
  "title": "Web Linking",
9345
- "source": "specref",
9131
+ "source": "ietf",
9346
9132
  "shortTitle": "Web Linking",
9347
9133
  "categories": [
9348
9134
  "browser"
@@ -9376,7 +9162,7 @@
9376
9162
  "filename": "rfc8297.html"
9377
9163
  },
9378
9164
  "title": "An HTTP Status Code for Indicating Hints",
9379
- "source": "specref",
9165
+ "source": "ietf",
9380
9166
  "shortTitle": "An HTTP Status Code for Indicating Hints",
9381
9167
  "categories": [
9382
9168
  "browser"
@@ -9410,7 +9196,7 @@
9410
9196
  "filename": "rfc8470.html"
9411
9197
  },
9412
9198
  "title": "Using Early Data in HTTP",
9413
- "source": "specref",
9199
+ "source": "ietf",
9414
9200
  "shortTitle": "Using Early Data in HTTP",
9415
9201
  "categories": [
9416
9202
  "browser"
@@ -9442,7 +9228,7 @@
9442
9228
  "filename": "rfc8942.html"
9443
9229
  },
9444
9230
  "title": "HTTP Client Hints",
9445
- "source": "specref",
9231
+ "source": "ietf",
9446
9232
  "shortTitle": "HTTP Client Hints",
9447
9233
  "categories": [
9448
9234
  "browser"
@@ -9458,15 +9244,7 @@
9458
9244
  "currentSpecification": "rfc9110",
9459
9245
  "title": "HTTP Semantics",
9460
9246
  "shortTitle": "HTTP Semantics",
9461
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9110"
9462
- },
9463
- "nightly": {
9464
- "url": "https://www.rfc-editor.org/rfc/rfc9110",
9465
- "status": "Internet Standard",
9466
- "repository": "https://github.com/httpwg/httpwg.github.io",
9467
- "alternateUrls": [],
9468
- "sourcePath": "specs/rfc9110.xml",
9469
- "filename": "rfc9110.html"
9247
+ "nightlyUrl": "https://httpwg.org/specs/rfc9110.html"
9470
9248
  },
9471
9249
  "organization": "IETF",
9472
9250
  "groups": [
@@ -9475,8 +9253,16 @@
9475
9253
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9476
9254
  }
9477
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
+ },
9478
9264
  "title": "HTTP Semantics",
9479
- "source": "specref",
9265
+ "source": "ietf",
9480
9266
  "shortTitle": "HTTP Semantics",
9481
9267
  "categories": [
9482
9268
  "browser"
@@ -9492,15 +9278,7 @@
9492
9278
  "currentSpecification": "rfc9111",
9493
9279
  "title": "HTTP Caching",
9494
9280
  "shortTitle": "HTTP Caching",
9495
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9111"
9496
- },
9497
- "nightly": {
9498
- "url": "https://www.rfc-editor.org/rfc/rfc9111",
9499
- "status": "Internet Standard",
9500
- "repository": "https://github.com/httpwg/httpwg.github.io",
9501
- "alternateUrls": [],
9502
- "sourcePath": "specs/rfc9111.xml",
9503
- "filename": "rfc9111.html"
9281
+ "nightlyUrl": "https://httpwg.org/specs/rfc9111.html"
9504
9282
  },
9505
9283
  "organization": "IETF",
9506
9284
  "groups": [
@@ -9509,8 +9287,16 @@
9509
9287
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9510
9288
  }
9511
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
+ },
9512
9298
  "title": "HTTP Caching",
9513
- "source": "specref",
9299
+ "source": "ietf",
9514
9300
  "shortTitle": "HTTP Caching",
9515
9301
  "categories": [
9516
9302
  "browser"
@@ -9526,15 +9312,7 @@
9526
9312
  "currentSpecification": "rfc9112",
9527
9313
  "title": "HTTP/1.1",
9528
9314
  "shortTitle": "HTTP/1.1",
9529
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9112"
9530
- },
9531
- "nightly": {
9532
- "url": "https://www.rfc-editor.org/rfc/rfc9112",
9533
- "status": "Internet Standard",
9534
- "repository": "https://github.com/httpwg/httpwg.github.io",
9535
- "alternateUrls": [],
9536
- "sourcePath": "specs/rfc9112.xml",
9537
- "filename": "rfc9112.html"
9315
+ "nightlyUrl": "https://httpwg.org/specs/rfc9112.html"
9538
9316
  },
9539
9317
  "organization": "IETF",
9540
9318
  "groups": [
@@ -9543,8 +9321,16 @@
9543
9321
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9544
9322
  }
9545
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
+ },
9546
9332
  "title": "HTTP/1.1",
9547
- "source": "specref",
9333
+ "source": "ietf",
9548
9334
  "shortTitle": "HTTP/1.1",
9549
9335
  "categories": [
9550
9336
  "browser"
@@ -9560,15 +9346,7 @@
9560
9346
  "currentSpecification": "rfc9113",
9561
9347
  "title": "HTTP/2",
9562
9348
  "shortTitle": "HTTP/2",
9563
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9113"
9564
- },
9565
- "nightly": {
9566
- "url": "https://www.rfc-editor.org/rfc/rfc9113",
9567
- "status": "Proposed Standard",
9568
- "repository": "https://github.com/httpwg/httpwg.github.io",
9569
- "alternateUrls": [],
9570
- "sourcePath": "specs/rfc9113.xml",
9571
- "filename": "rfc9113.html"
9349
+ "nightlyUrl": "https://httpwg.org/specs/rfc9113.html"
9572
9350
  },
9573
9351
  "organization": "IETF",
9574
9352
  "groups": [
@@ -9577,8 +9355,16 @@
9577
9355
  "url": "https://datatracker.ietf.org/wg/httpbis/"
9578
9356
  }
9579
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
+ },
9580
9366
  "title": "HTTP/2",
9581
- "source": "specref",
9367
+ "source": "ietf",
9582
9368
  "shortTitle": "HTTP/2",
9583
9369
  "categories": [
9584
9370
  "browser"
@@ -9594,15 +9380,7 @@
9594
9380
  "currentSpecification": "rfc9114",
9595
9381
  "title": "HTTP/3",
9596
9382
  "shortTitle": "HTTP/3",
9597
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9114"
9598
- },
9599
- "nightly": {
9600
- "url": "https://www.rfc-editor.org/rfc/rfc9114",
9601
- "status": "Proposed Standard",
9602
- "repository": "https://github.com/httpwg/httpwg.github.io",
9603
- "alternateUrls": [],
9604
- "sourcePath": "specs/rfc9114.xml",
9605
- "filename": "rfc9114.html"
9383
+ "nightlyUrl": "https://httpwg.org/specs/rfc9114.html"
9606
9384
  },
9607
9385
  "organization": "IETF",
9608
9386
  "groups": [
@@ -9611,8 +9389,16 @@
9611
9389
  "url": "https://datatracker.ietf.org/wg/quic/"
9612
9390
  }
9613
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
+ },
9614
9400
  "title": "HTTP/3",
9615
- "source": "specref",
9401
+ "source": "ietf",
9616
9402
  "shortTitle": "HTTP/3",
9617
9403
  "categories": [
9618
9404
  "browser"
@@ -9646,7 +9432,7 @@
9646
9432
  }
9647
9433
  ],
9648
9434
  "title": "Expect-CT Extension for HTTP",
9649
- "source": "specref",
9435
+ "source": "ietf",
9650
9436
  "shortTitle": "Expect-CT Extension for HTTP",
9651
9437
  "categories": [
9652
9438
  "browser"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.69.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",