browser-specs 4.77.0 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +17 -2
  2. package/index.json +296 -104
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -83,6 +83,19 @@ their `categories` property.
83
83
 
84
84
  ## Upgrading
85
85
 
86
+ ### From version 4 to version 5
87
+
88
+ The only breaking change in version `5.x` is that, following the release of the
89
+ new RFC Editor site at the IETF, IETF spec entries no longer have a `filename`
90
+ property under `nightly`. Tests and documentation used to assume that the
91
+ `filename` property was always set. That is no longer the case. To upgrade from
92
+ version `4.x` to version `5.x`, make sure that your code can handle specs
93
+ without a `filename` property.
94
+
95
+ *Note:* the `organization` property of IETF spec entries is set to `"IETF"`.
96
+
97
+ ### From version 3 to version 4
98
+
86
99
  The only breaking change in version `4.x` is that some spec entries may not
87
100
  have a `nightly` property. This happens for specs that are not public. An
88
101
  example of a non public spec is an ISO standard. In such cases, the `url`
@@ -456,7 +469,8 @@ For instance, the filename for `https://www.w3.org/TR/presentation-api/` is
456
469
  `https://www.w3.org/TR/presentation-api/Overview.html`. The filename may be
457
470
  useful to distinguish links to self in a spec.
458
471
 
459
- The `filename` property is always set.
472
+ The `filename` property is always set, except for IETF specifications
473
+ ([`organization`](#organization) is set to `"IETF"` for them).
460
474
 
461
475
 
462
476
  #### `release.pages`
@@ -533,7 +547,8 @@ For instance, the filename for `https://w3c.github.io/presentation-api/` is
533
547
  `https://w3c.github.io/presentation-api/index.html`. The filename may be
534
548
  useful to distinguish links to self in a spec.
535
549
 
536
- The `filename` property is always set.
550
+ The `filename` property is always set, except for IETF specifications
551
+ ([`organization`](#organization) is set to `"IETF"` for them).
537
552
 
538
553
 
539
554
  #### `nightly.pages`
package/index.json CHANGED
@@ -4657,6 +4657,40 @@
4657
4657
  ],
4658
4658
  "standing": "good"
4659
4659
  },
4660
+ {
4661
+ "url": "https://tc39.es/proposal-error-stack-accessor/",
4662
+ "seriesComposition": "full",
4663
+ "shortname": "tc39-error-stack-accessor",
4664
+ "series": {
4665
+ "shortname": "tc39-error-stack-accessor",
4666
+ "currentSpecification": "tc39-error-stack-accessor",
4667
+ "title": "Error Stack Accessor",
4668
+ "shortTitle": "Error Stack Accessor",
4669
+ "nightlyUrl": "https://tc39.es/proposal-error-stack-accessor/"
4670
+ },
4671
+ "organization": "Ecma International",
4672
+ "groups": [
4673
+ {
4674
+ "name": "TC39",
4675
+ "url": "https://tc39.es/"
4676
+ }
4677
+ ],
4678
+ "nightly": {
4679
+ "url": "https://tc39.es/proposal-error-stack-accessor/",
4680
+ "status": "Editor's Draft",
4681
+ "alternateUrls": [],
4682
+ "repository": "https://github.com/tc39/proposal-error-stack-accessor",
4683
+ "sourcePath": "spec.emu",
4684
+ "filename": "index.html"
4685
+ },
4686
+ "title": "Error Stack Accessor",
4687
+ "source": "spec",
4688
+ "shortTitle": "Error Stack Accessor",
4689
+ "categories": [
4690
+ "browser"
4691
+ ],
4692
+ "standing": "good"
4693
+ },
4660
4694
  {
4661
4695
  "url": "https://tc39.es/proposal-explicit-resource-management/",
4662
4696
  "seriesComposition": "full",
@@ -4793,6 +4827,40 @@
4793
4827
  ],
4794
4828
  "standing": "good"
4795
4829
  },
4830
+ {
4831
+ "url": "https://tc39.es/proposal-intl-keep-trailing-zeros/",
4832
+ "seriesComposition": "full",
4833
+ "shortname": "tc39-intl-keep-trailing-zeros",
4834
+ "series": {
4835
+ "shortname": "tc39-intl-keep-trailing-zeros",
4836
+ "currentSpecification": "tc39-intl-keep-trailing-zeros",
4837
+ "title": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
4838
+ "shortTitle": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
4839
+ "nightlyUrl": "https://tc39.es/proposal-intl-keep-trailing-zeros/"
4840
+ },
4841
+ "organization": "Ecma International",
4842
+ "groups": [
4843
+ {
4844
+ "name": "TC39",
4845
+ "url": "https://tc39.es/"
4846
+ }
4847
+ ],
4848
+ "nightly": {
4849
+ "url": "https://tc39.es/proposal-intl-keep-trailing-zeros/",
4850
+ "status": "Editor's Draft",
4851
+ "alternateUrls": [],
4852
+ "repository": "https://github.com/tc39/proposal-intl-keep-trailing-zeros",
4853
+ "sourcePath": "spec.emu",
4854
+ "filename": "index.html"
4855
+ },
4856
+ "title": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
4857
+ "source": "spec",
4858
+ "shortTitle": "Keep trailing zeros in Intl.NumberFormat and Intl.PluralRules",
4859
+ "categories": [
4860
+ "browser"
4861
+ ],
4862
+ "standing": "good"
4863
+ },
4796
4864
  {
4797
4865
  "url": "https://tc39.es/proposal-intl-locale-info/",
4798
4866
  "seriesComposition": "full",
@@ -4827,6 +4895,74 @@
4827
4895
  ],
4828
4896
  "standing": "good"
4829
4897
  },
4898
+ {
4899
+ "url": "https://tc39.es/proposal-iterator-chunking/",
4900
+ "seriesComposition": "full",
4901
+ "shortname": "tc39-iterator-chunking",
4902
+ "series": {
4903
+ "shortname": "tc39-iterator-chunking",
4904
+ "currentSpecification": "tc39-iterator-chunking",
4905
+ "title": "Iterator Chunking",
4906
+ "shortTitle": "Iterator Chunking",
4907
+ "nightlyUrl": "https://tc39.es/proposal-iterator-chunking/"
4908
+ },
4909
+ "organization": "Ecma International",
4910
+ "groups": [
4911
+ {
4912
+ "name": "TC39",
4913
+ "url": "https://tc39.es/"
4914
+ }
4915
+ ],
4916
+ "nightly": {
4917
+ "url": "https://tc39.es/proposal-iterator-chunking/",
4918
+ "status": "Editor's Draft",
4919
+ "alternateUrls": [],
4920
+ "repository": "https://github.com/tc39/proposal-iterator-chunking",
4921
+ "sourcePath": "spec.emu",
4922
+ "filename": "index.html"
4923
+ },
4924
+ "title": "Iterator Chunking",
4925
+ "source": "spec",
4926
+ "shortTitle": "Iterator Chunking",
4927
+ "categories": [
4928
+ "browser"
4929
+ ],
4930
+ "standing": "good"
4931
+ },
4932
+ {
4933
+ "url": "https://tc39.es/proposal-iterator-join/",
4934
+ "seriesComposition": "full",
4935
+ "shortname": "tc39-iterator-join",
4936
+ "series": {
4937
+ "shortname": "tc39-iterator-join",
4938
+ "currentSpecification": "tc39-iterator-join",
4939
+ "title": "Proposal Iterator Join",
4940
+ "shortTitle": "Proposal Iterator Join",
4941
+ "nightlyUrl": "https://tc39.es/proposal-iterator-join/"
4942
+ },
4943
+ "organization": "Ecma International",
4944
+ "groups": [
4945
+ {
4946
+ "name": "TC39",
4947
+ "url": "https://tc39.es/"
4948
+ }
4949
+ ],
4950
+ "nightly": {
4951
+ "url": "https://tc39.es/proposal-iterator-join/",
4952
+ "status": "Editor's Draft",
4953
+ "alternateUrls": [],
4954
+ "repository": "https://github.com/tc39/proposal-iterator-join",
4955
+ "sourcePath": "spec.html",
4956
+ "filename": "index.html"
4957
+ },
4958
+ "title": "Proposal Iterator Join",
4959
+ "source": "spec",
4960
+ "shortTitle": "Proposal Iterator Join",
4961
+ "categories": [
4962
+ "browser"
4963
+ ],
4964
+ "standing": "good"
4965
+ },
4830
4966
  {
4831
4967
  "url": "https://tc39.es/proposal-joint-iteration/",
4832
4968
  "seriesComposition": "full",
@@ -4929,6 +5065,40 @@
4929
5065
  ],
4930
5066
  "standing": "good"
4931
5067
  },
5068
+ {
5069
+ "url": "https://tc39.es/proposal-regexp-buffer-boundaries/",
5070
+ "seriesComposition": "full",
5071
+ "shortname": "tc39-regexp-buffer-boundaries",
5072
+ "series": {
5073
+ "shortname": "tc39-regexp-buffer-boundaries",
5074
+ "currentSpecification": "tc39-regexp-buffer-boundaries",
5075
+ "title": "Regular Expression Buffer Boundaries for ECMAScript",
5076
+ "shortTitle": "Regular Expression Buffer Boundaries for ECMAScript",
5077
+ "nightlyUrl": "https://tc39.es/proposal-regexp-buffer-boundaries/"
5078
+ },
5079
+ "organization": "Ecma International",
5080
+ "groups": [
5081
+ {
5082
+ "name": "TC39",
5083
+ "url": "https://tc39.es/"
5084
+ }
5085
+ ],
5086
+ "nightly": {
5087
+ "url": "https://tc39.es/proposal-regexp-buffer-boundaries/",
5088
+ "status": "Editor's Draft",
5089
+ "alternateUrls": [],
5090
+ "repository": "https://github.com/tc39/proposal-regexp-buffer-boundaries",
5091
+ "sourcePath": "spec/index.html",
5092
+ "filename": "index.html"
5093
+ },
5094
+ "title": "Regular Expression Buffer Boundaries for ECMAScript",
5095
+ "source": "spec",
5096
+ "shortTitle": "Regular Expression Buffer Boundaries for ECMAScript",
5097
+ "categories": [
5098
+ "browser"
5099
+ ],
5100
+ "standing": "good"
5101
+ },
4932
5102
  {
4933
5103
  "url": "https://tc39.es/proposal-shadowrealm/",
4934
5104
  "seriesComposition": "full",
@@ -5253,6 +5423,44 @@
5253
5423
  ],
5254
5424
  "standing": "good"
5255
5425
  },
5426
+ {
5427
+ "url": "https://w3c.github.io/css-aam/",
5428
+ "seriesComposition": "full",
5429
+ "shortname": "css-aam",
5430
+ "series": {
5431
+ "shortname": "css-aam",
5432
+ "currentSpecification": "css-aam",
5433
+ "title": "CSS Accessibility API Mappings",
5434
+ "shortTitle": "CSS Accessibility API Mappings",
5435
+ "nightlyUrl": "https://w3c.github.io/css-aam/"
5436
+ },
5437
+ "organization": "W3C",
5438
+ "groups": [
5439
+ {
5440
+ "name": "Accessible Rich Internet Applications Working Group",
5441
+ "url": "https://www.w3.org/WAI/about/groups/ariawg/"
5442
+ },
5443
+ {
5444
+ "name": "SVG Accessibility Task Force",
5445
+ "url": "https://www.w3.org/WAI/PF/svg-a11y-tf/"
5446
+ }
5447
+ ],
5448
+ "nightly": {
5449
+ "url": "https://w3c.github.io/css-aam/",
5450
+ "status": "Editor's Draft",
5451
+ "alternateUrls": [],
5452
+ "repository": "https://github.com/w3c/aria",
5453
+ "sourcePath": "css-aam/index.html",
5454
+ "filename": "index.html"
5455
+ },
5456
+ "title": "CSS Accessibility API Mappings 1.0",
5457
+ "source": "spec",
5458
+ "shortTitle": "CSS Accessibility API Mappings 1.0",
5459
+ "categories": [
5460
+ "browser"
5461
+ ],
5462
+ "standing": "good"
5463
+ },
5256
5464
  {
5257
5465
  "url": "https://w3c.github.io/element-timing/",
5258
5466
  "seriesComposition": "full",
@@ -9693,7 +9901,7 @@
9693
9901
  "standing": "good"
9694
9902
  },
9695
9903
  {
9696
- "url": "https://www.rfc-editor.org/rfc/rfc2397",
9904
+ "url": "https://www.rfc-editor.org/info/rfc2397/",
9697
9905
  "seriesComposition": "full",
9698
9906
  "shortname": "rfc2397",
9699
9907
  "series": {
@@ -9701,7 +9909,7 @@
9701
9909
  "currentSpecification": "rfc2397",
9702
9910
  "title": "The \"data\" URL scheme",
9703
9911
  "shortTitle": "The \"data\" URL scheme",
9704
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc2397"
9912
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc2397/"
9705
9913
  },
9706
9914
  "organization": "IETF",
9707
9915
  "groups": [
@@ -9711,13 +9919,12 @@
9711
9919
  }
9712
9920
  ],
9713
9921
  "nightly": {
9714
- "url": "https://www.rfc-editor.org/rfc/rfc2397",
9922
+ "url": "https://www.rfc-editor.org/info/rfc2397/",
9715
9923
  "status": "Proposed Standard",
9716
9924
  "alternateUrls": [
9717
9925
  "https://datatracker.ietf.org/doc/html/rfc2397",
9718
9926
  "https://tools.ietf.org/html/rfc2397"
9719
- ],
9720
- "filename": "rfc2397.html"
9927
+ ]
9721
9928
  },
9722
9929
  "title": "The \"data\" URL scheme",
9723
9930
  "source": "ietf",
@@ -9728,7 +9935,7 @@
9728
9935
  "standing": "good"
9729
9936
  },
9730
9937
  {
9731
- "url": "https://www.rfc-editor.org/rfc/rfc4120",
9938
+ "url": "https://www.rfc-editor.org/info/rfc4120/",
9732
9939
  "seriesComposition": "full",
9733
9940
  "shortname": "rfc4120",
9734
9941
  "series": {
@@ -9736,7 +9943,7 @@
9736
9943
  "currentSpecification": "rfc4120",
9737
9944
  "title": "The Kerberos Network Authentication Service (V5)",
9738
9945
  "shortTitle": "Kerberos",
9739
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc4120"
9946
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc4120/"
9740
9947
  },
9741
9948
  "shortTitle": "Kerberos",
9742
9949
  "organization": "IETF",
@@ -9747,13 +9954,12 @@
9747
9954
  }
9748
9955
  ],
9749
9956
  "nightly": {
9750
- "url": "https://www.rfc-editor.org/rfc/rfc4120",
9957
+ "url": "https://www.rfc-editor.org/info/rfc4120/",
9751
9958
  "status": "Proposed Standard",
9752
9959
  "alternateUrls": [
9753
9960
  "https://datatracker.ietf.org/doc/html/rfc4120",
9754
9961
  "https://tools.ietf.org/html/rfc4120"
9755
- ],
9756
- "filename": "rfc4120.html"
9962
+ ]
9757
9963
  },
9758
9964
  "title": "The Kerberos Network Authentication Service (V5)",
9759
9965
  "source": "ietf",
@@ -9763,7 +9969,7 @@
9763
9969
  "standing": "good"
9764
9970
  },
9765
9971
  {
9766
- "url": "https://www.rfc-editor.org/rfc/rfc5861",
9972
+ "url": "https://www.rfc-editor.org/info/rfc5861/",
9767
9973
  "seriesComposition": "full",
9768
9974
  "shortname": "rfc5861",
9769
9975
  "series": {
@@ -9800,7 +10006,7 @@
9800
10006
  "standing": "good"
9801
10007
  },
9802
10008
  {
9803
- "url": "https://www.rfc-editor.org/rfc/rfc6265",
10009
+ "url": "https://www.rfc-editor.org/info/rfc6265/",
9804
10010
  "seriesComposition": "full",
9805
10011
  "shortname": "rfc6265",
9806
10012
  "series": {
@@ -9837,7 +10043,7 @@
9837
10043
  "standing": "good"
9838
10044
  },
9839
10045
  {
9840
- "url": "https://www.rfc-editor.org/rfc/rfc6266",
10046
+ "url": "https://www.rfc-editor.org/info/rfc6266/",
9841
10047
  "seriesComposition": "full",
9842
10048
  "shortname": "rfc6266",
9843
10049
  "series": {
@@ -9874,7 +10080,7 @@
9874
10080
  "standing": "good"
9875
10081
  },
9876
10082
  {
9877
- "url": "https://www.rfc-editor.org/rfc/rfc6386",
10083
+ "url": "https://www.rfc-editor.org/info/rfc6386/",
9878
10084
  "seriesComposition": "full",
9879
10085
  "shortname": "rfc6386",
9880
10086
  "series": {
@@ -9882,7 +10088,7 @@
9882
10088
  "currentSpecification": "rfc6386",
9883
10089
  "title": "VP8 Data Format and Decoding Guide",
9884
10090
  "shortTitle": "VP8 Data Format and Decoding Guide",
9885
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6386"
10091
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6386/"
9886
10092
  },
9887
10093
  "organization": "IETF",
9888
10094
  "groups": [
@@ -9892,13 +10098,12 @@
9892
10098
  }
9893
10099
  ],
9894
10100
  "nightly": {
9895
- "url": "https://www.rfc-editor.org/rfc/rfc6386",
10101
+ "url": "https://www.rfc-editor.org/info/rfc6386/",
9896
10102
  "status": "Informational",
9897
10103
  "alternateUrls": [
9898
10104
  "https://datatracker.ietf.org/doc/html/rfc6386",
9899
10105
  "https://tools.ietf.org/html/rfc6386"
9900
- ],
9901
- "filename": "rfc6386.html"
10106
+ ]
9902
10107
  },
9903
10108
  "title": "VP8 Data Format and Decoding Guide",
9904
10109
  "source": "ietf",
@@ -9909,7 +10114,7 @@
9909
10114
  "standing": "good"
9910
10115
  },
9911
10116
  {
9912
- "url": "https://www.rfc-editor.org/rfc/rfc6454",
10117
+ "url": "https://www.rfc-editor.org/info/rfc6454/",
9913
10118
  "seriesComposition": "full",
9914
10119
  "shortname": "rfc6454",
9915
10120
  "series": {
@@ -9917,7 +10122,7 @@
9917
10122
  "currentSpecification": "rfc6454",
9918
10123
  "title": "The Web Origin Concept",
9919
10124
  "shortTitle": "The Web Origin Concept",
9920
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6454"
10125
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6454/"
9921
10126
  },
9922
10127
  "organization": "IETF",
9923
10128
  "groups": [
@@ -9927,13 +10132,12 @@
9927
10132
  }
9928
10133
  ],
9929
10134
  "nightly": {
9930
- "url": "https://www.rfc-editor.org/rfc/rfc6454",
10135
+ "url": "https://www.rfc-editor.org/info/rfc6454/",
9931
10136
  "status": "Proposed Standard",
9932
10137
  "alternateUrls": [
9933
10138
  "https://datatracker.ietf.org/doc/html/rfc6454",
9934
10139
  "https://tools.ietf.org/html/rfc6454"
9935
- ],
9936
- "filename": "rfc6454.html"
10140
+ ]
9937
10141
  },
9938
10142
  "title": "The Web Origin Concept",
9939
10143
  "source": "ietf",
@@ -9944,7 +10148,7 @@
9944
10148
  "standing": "good"
9945
10149
  },
9946
10150
  {
9947
- "url": "https://www.rfc-editor.org/rfc/rfc6455",
10151
+ "url": "https://www.rfc-editor.org/info/rfc6455/",
9948
10152
  "seriesComposition": "full",
9949
10153
  "shortname": "rfc6455",
9950
10154
  "series": {
@@ -9952,7 +10156,7 @@
9952
10156
  "currentSpecification": "rfc6455",
9953
10157
  "title": "The WebSocket Protocol",
9954
10158
  "shortTitle": "The WebSocket Protocol",
9955
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6455"
10159
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6455/"
9956
10160
  },
9957
10161
  "organization": "IETF",
9958
10162
  "groups": [
@@ -9962,13 +10166,12 @@
9962
10166
  }
9963
10167
  ],
9964
10168
  "nightly": {
9965
- "url": "https://www.rfc-editor.org/rfc/rfc6455",
10169
+ "url": "https://www.rfc-editor.org/info/rfc6455/",
9966
10170
  "status": "Proposed Standard",
9967
10171
  "alternateUrls": [
9968
10172
  "https://datatracker.ietf.org/doc/html/rfc6455",
9969
10173
  "https://tools.ietf.org/html/rfc6455"
9970
- ],
9971
- "filename": "rfc6455.html"
10174
+ ]
9972
10175
  },
9973
10176
  "title": "The WebSocket Protocol",
9974
10177
  "source": "ietf",
@@ -9979,7 +10182,7 @@
9979
10182
  "standing": "good"
9980
10183
  },
9981
10184
  {
9982
- "url": "https://www.rfc-editor.org/rfc/rfc6797",
10185
+ "url": "https://www.rfc-editor.org/info/rfc6797/",
9983
10186
  "seriesComposition": "full",
9984
10187
  "shortname": "rfc6797",
9985
10188
  "series": {
@@ -9987,7 +10190,7 @@
9987
10190
  "currentSpecification": "rfc6797",
9988
10191
  "title": "HTTP Strict Transport Security (HSTS)",
9989
10192
  "shortTitle": "HSTS",
9990
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc6797"
10193
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc6797/"
9991
10194
  },
9992
10195
  "organization": "IETF",
9993
10196
  "groups": [
@@ -9997,13 +10200,12 @@
9997
10200
  }
9998
10201
  ],
9999
10202
  "nightly": {
10000
- "url": "https://www.rfc-editor.org/rfc/rfc6797",
10203
+ "url": "https://www.rfc-editor.org/info/rfc6797/",
10001
10204
  "status": "Proposed Standard",
10002
10205
  "alternateUrls": [
10003
10206
  "https://datatracker.ietf.org/doc/html/rfc6797",
10004
10207
  "https://tools.ietf.org/html/rfc6797"
10005
- ],
10006
- "filename": "rfc6797.html"
10208
+ ]
10007
10209
  },
10008
10210
  "title": "HTTP Strict Transport Security (HSTS)",
10009
10211
  "source": "ietf",
@@ -10014,7 +10216,7 @@
10014
10216
  "standing": "good"
10015
10217
  },
10016
10218
  {
10017
- "url": "https://www.rfc-editor.org/rfc/rfc7034",
10219
+ "url": "https://www.rfc-editor.org/info/rfc7034/",
10018
10220
  "seriesComposition": "full",
10019
10221
  "shortname": "rfc7034",
10020
10222
  "series": {
@@ -10022,7 +10224,7 @@
10022
10224
  "currentSpecification": "rfc7034",
10023
10225
  "title": "HTTP Header Field X-Frame-Options",
10024
10226
  "shortTitle": "HTTP Header Field X-Frame-Options",
10025
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7034"
10227
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7034/"
10026
10228
  },
10027
10229
  "organization": "IETF",
10028
10230
  "groups": [
@@ -10032,13 +10234,12 @@
10032
10234
  }
10033
10235
  ],
10034
10236
  "nightly": {
10035
- "url": "https://www.rfc-editor.org/rfc/rfc7034",
10237
+ "url": "https://www.rfc-editor.org/info/rfc7034/",
10036
10238
  "status": "Informational",
10037
10239
  "alternateUrls": [
10038
10240
  "https://datatracker.ietf.org/doc/html/rfc7034",
10039
10241
  "https://tools.ietf.org/html/rfc7034"
10040
- ],
10041
- "filename": "rfc7034.html"
10242
+ ]
10042
10243
  },
10043
10244
  "title": "HTTP Header Field X-Frame-Options",
10044
10245
  "source": "ietf",
@@ -10049,7 +10250,7 @@
10049
10250
  "standing": "good"
10050
10251
  },
10051
10252
  {
10052
- "url": "https://www.rfc-editor.org/rfc/rfc7239",
10253
+ "url": "https://www.rfc-editor.org/info/rfc7239/",
10053
10254
  "seriesComposition": "full",
10054
10255
  "shortname": "rfc7239",
10055
10256
  "series": {
@@ -10057,7 +10258,7 @@
10057
10258
  "currentSpecification": "rfc7239",
10058
10259
  "title": "Forwarded HTTP Extension",
10059
10260
  "shortTitle": "Forwarded HTTP Extension",
10060
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7239"
10261
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7239/"
10061
10262
  },
10062
10263
  "organization": "IETF",
10063
10264
  "groups": [
@@ -10067,13 +10268,12 @@
10067
10268
  }
10068
10269
  ],
10069
10270
  "nightly": {
10070
- "url": "https://www.rfc-editor.org/rfc/rfc7239",
10271
+ "url": "https://www.rfc-editor.org/info/rfc7239/",
10071
10272
  "status": "Proposed Standard",
10072
10273
  "alternateUrls": [
10073
10274
  "https://datatracker.ietf.org/doc/html/rfc7239",
10074
10275
  "https://tools.ietf.org/html/rfc7239"
10075
- ],
10076
- "filename": "rfc7239.html"
10276
+ ]
10077
10277
  },
10078
10278
  "title": "Forwarded HTTP Extension",
10079
10279
  "source": "ietf",
@@ -10084,7 +10284,7 @@
10084
10284
  "standing": "good"
10085
10285
  },
10086
10286
  {
10087
- "url": "https://www.rfc-editor.org/rfc/rfc7240",
10287
+ "url": "https://www.rfc-editor.org/info/rfc7240/",
10088
10288
  "seriesComposition": "full",
10089
10289
  "shortname": "rfc7240",
10090
10290
  "series": {
@@ -10121,7 +10321,7 @@
10121
10321
  "standing": "good"
10122
10322
  },
10123
10323
  {
10124
- "url": "https://www.rfc-editor.org/rfc/rfc7469",
10324
+ "url": "https://www.rfc-editor.org/info/rfc7469/",
10125
10325
  "seriesComposition": "full",
10126
10326
  "shortname": "rfc7469",
10127
10327
  "series": {
@@ -10129,7 +10329,7 @@
10129
10329
  "currentSpecification": "rfc7469",
10130
10330
  "title": "Public Key Pinning Extension for HTTP",
10131
10331
  "shortTitle": "Public Key Pinning Extension for HTTP",
10132
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7469"
10332
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7469/"
10133
10333
  },
10134
10334
  "organization": "IETF",
10135
10335
  "groups": [
@@ -10139,13 +10339,12 @@
10139
10339
  }
10140
10340
  ],
10141
10341
  "nightly": {
10142
- "url": "https://www.rfc-editor.org/rfc/rfc7469",
10342
+ "url": "https://www.rfc-editor.org/info/rfc7469/",
10143
10343
  "status": "Proposed Standard",
10144
10344
  "alternateUrls": [
10145
10345
  "https://datatracker.ietf.org/doc/html/rfc7469",
10146
10346
  "https://tools.ietf.org/html/rfc7469"
10147
- ],
10148
- "filename": "rfc7469.html"
10347
+ ]
10149
10348
  },
10150
10349
  "title": "Public Key Pinning Extension for HTTP",
10151
10350
  "source": "ietf",
@@ -10156,7 +10355,7 @@
10156
10355
  "standing": "good"
10157
10356
  },
10158
10357
  {
10159
- "url": "https://www.rfc-editor.org/rfc/rfc7578",
10358
+ "url": "https://www.rfc-editor.org/info/rfc7578/",
10160
10359
  "seriesComposition": "full",
10161
10360
  "shortname": "rfc7578",
10162
10361
  "series": {
@@ -10164,7 +10363,7 @@
10164
10363
  "currentSpecification": "rfc7578",
10165
10364
  "title": "Returning Values from Forms: multipart/form-data",
10166
10365
  "shortTitle": "Returning Values from Forms: multipart/form-data",
10167
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7578"
10366
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7578/"
10168
10367
  },
10169
10368
  "organization": "IETF",
10170
10369
  "groups": [
@@ -10174,13 +10373,12 @@
10174
10373
  }
10175
10374
  ],
10176
10375
  "nightly": {
10177
- "url": "https://www.rfc-editor.org/rfc/rfc7578",
10376
+ "url": "https://www.rfc-editor.org/info/rfc7578/",
10178
10377
  "status": "Proposed Standard",
10179
10378
  "alternateUrls": [
10180
10379
  "https://datatracker.ietf.org/doc/html/rfc7578",
10181
10380
  "https://tools.ietf.org/html/rfc7578"
10182
- ],
10183
- "filename": "rfc7578.html"
10381
+ ]
10184
10382
  },
10185
10383
  "title": "Returning Values from Forms: multipart/form-data",
10186
10384
  "source": "ietf",
@@ -10191,7 +10389,7 @@
10191
10389
  "standing": "good"
10192
10390
  },
10193
10391
  {
10194
- "url": "https://www.rfc-editor.org/rfc/rfc7616",
10392
+ "url": "https://www.rfc-editor.org/info/rfc7616/",
10195
10393
  "seriesComposition": "full",
10196
10394
  "shortname": "rfc7616",
10197
10395
  "series": {
@@ -10228,7 +10426,7 @@
10228
10426
  "standing": "good"
10229
10427
  },
10230
10428
  {
10231
- "url": "https://www.rfc-editor.org/rfc/rfc7617",
10429
+ "url": "https://www.rfc-editor.org/info/rfc7617/",
10232
10430
  "seriesComposition": "full",
10233
10431
  "shortname": "rfc7617",
10234
10432
  "series": {
@@ -10265,7 +10463,7 @@
10265
10463
  "standing": "good"
10266
10464
  },
10267
10465
  {
10268
- "url": "https://www.rfc-editor.org/rfc/rfc7725",
10466
+ "url": "https://www.rfc-editor.org/info/rfc7725/",
10269
10467
  "seriesComposition": "full",
10270
10468
  "shortname": "rfc7725",
10271
10469
  "series": {
@@ -10302,7 +10500,7 @@
10302
10500
  "standing": "good"
10303
10501
  },
10304
10502
  {
10305
- "url": "https://www.rfc-editor.org/rfc/rfc7838",
10503
+ "url": "https://www.rfc-editor.org/info/rfc7838/",
10306
10504
  "seriesComposition": "full",
10307
10505
  "shortname": "rfc7838",
10308
10506
  "series": {
@@ -10339,7 +10537,7 @@
10339
10537
  "standing": "good"
10340
10538
  },
10341
10539
  {
10342
- "url": "https://www.rfc-editor.org/rfc/rfc7932",
10540
+ "url": "https://www.rfc-editor.org/info/rfc7932/",
10343
10541
  "seriesComposition": "full",
10344
10542
  "shortname": "rfc7932",
10345
10543
  "series": {
@@ -10347,7 +10545,7 @@
10347
10545
  "currentSpecification": "rfc7932",
10348
10546
  "title": "Brotli Compressed Data Format",
10349
10547
  "shortTitle": "Brotli Compressed Data Format",
10350
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc7932"
10548
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc7932/"
10351
10549
  },
10352
10550
  "organization": "IETF",
10353
10551
  "groups": [
@@ -10357,13 +10555,12 @@
10357
10555
  }
10358
10556
  ],
10359
10557
  "nightly": {
10360
- "url": "https://www.rfc-editor.org/rfc/rfc7932",
10558
+ "url": "https://www.rfc-editor.org/info/rfc7932/",
10361
10559
  "status": "Informational",
10362
10560
  "alternateUrls": [
10363
10561
  "https://datatracker.ietf.org/doc/html/rfc7932",
10364
10562
  "https://tools.ietf.org/html/rfc7932"
10365
- ],
10366
- "filename": "rfc7932.html"
10563
+ ]
10367
10564
  },
10368
10565
  "title": "Brotli Compressed Data Format",
10369
10566
  "source": "ietf",
@@ -10374,7 +10571,7 @@
10374
10571
  "standing": "good"
10375
10572
  },
10376
10573
  {
10377
- "url": "https://www.rfc-editor.org/rfc/rfc8246",
10574
+ "url": "https://www.rfc-editor.org/info/rfc8246/",
10378
10575
  "seriesComposition": "full",
10379
10576
  "shortname": "rfc8246",
10380
10577
  "series": {
@@ -10411,7 +10608,7 @@
10411
10608
  "standing": "good"
10412
10609
  },
10413
10610
  {
10414
- "url": "https://www.rfc-editor.org/rfc/rfc8288",
10611
+ "url": "https://www.rfc-editor.org/info/rfc8288/",
10415
10612
  "seriesComposition": "full",
10416
10613
  "shortname": "rfc8288",
10417
10614
  "series": {
@@ -10448,7 +10645,7 @@
10448
10645
  "standing": "good"
10449
10646
  },
10450
10647
  {
10451
- "url": "https://www.rfc-editor.org/rfc/rfc8297",
10648
+ "url": "https://www.rfc-editor.org/info/rfc8297/",
10452
10649
  "seriesComposition": "full",
10453
10650
  "shortname": "rfc8297",
10454
10651
  "series": {
@@ -10485,7 +10682,7 @@
10485
10682
  "standing": "good"
10486
10683
  },
10487
10684
  {
10488
- "url": "https://www.rfc-editor.org/rfc/rfc8470",
10685
+ "url": "https://www.rfc-editor.org/info/rfc8470/",
10489
10686
  "seriesComposition": "full",
10490
10687
  "shortname": "rfc8470",
10491
10688
  "series": {
@@ -10522,7 +10719,7 @@
10522
10719
  "standing": "good"
10523
10720
  },
10524
10721
  {
10525
- "url": "https://www.rfc-editor.org/rfc/rfc8610",
10722
+ "url": "https://www.rfc-editor.org/info/rfc8610/",
10526
10723
  "seriesComposition": "full",
10527
10724
  "shortname": "rfc8610",
10528
10725
  "series": {
@@ -10530,7 +10727,7 @@
10530
10727
  "currentSpecification": "rfc8610",
10531
10728
  "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
10532
10729
  "shortTitle": "CDDL",
10533
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8610"
10730
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc8610/"
10534
10731
  },
10535
10732
  "shortTitle": "CDDL",
10536
10733
  "organization": "IETF",
@@ -10541,13 +10738,12 @@
10541
10738
  }
10542
10739
  ],
10543
10740
  "nightly": {
10544
- "url": "https://www.rfc-editor.org/rfc/rfc8610",
10741
+ "url": "https://www.rfc-editor.org/info/rfc8610/",
10545
10742
  "status": "Proposed Standard",
10546
10743
  "alternateUrls": [
10547
10744
  "https://datatracker.ietf.org/doc/html/rfc8610",
10548
10745
  "https://tools.ietf.org/html/rfc8610"
10549
- ],
10550
- "filename": "rfc8610.html"
10746
+ ]
10551
10747
  },
10552
10748
  "title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
10553
10749
  "source": "ietf",
@@ -10557,7 +10753,7 @@
10557
10753
  "standing": "good"
10558
10754
  },
10559
10755
  {
10560
- "url": "https://www.rfc-editor.org/rfc/rfc8878",
10756
+ "url": "https://www.rfc-editor.org/info/rfc8878/",
10561
10757
  "seriesComposition": "full",
10562
10758
  "shortname": "rfc8878",
10563
10759
  "series": {
@@ -10565,7 +10761,7 @@
10565
10761
  "currentSpecification": "rfc8878",
10566
10762
  "title": "Zstandard Compression and the 'application/zstd' Media Type",
10567
10763
  "shortTitle": "Zstandard Compression and the 'application/zstd' Media Type",
10568
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc8878"
10764
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc8878/"
10569
10765
  },
10570
10766
  "organization": "IETF",
10571
10767
  "groups": [
@@ -10575,13 +10771,12 @@
10575
10771
  }
10576
10772
  ],
10577
10773
  "nightly": {
10578
- "url": "https://www.rfc-editor.org/rfc/rfc8878",
10774
+ "url": "https://www.rfc-editor.org/info/rfc8878/",
10579
10775
  "status": "Informational",
10580
10776
  "alternateUrls": [
10581
10777
  "https://datatracker.ietf.org/doc/html/rfc8878",
10582
10778
  "https://tools.ietf.org/html/rfc8878"
10583
- ],
10584
- "filename": "rfc8878.html"
10779
+ ]
10585
10780
  },
10586
10781
  "title": "Zstandard Compression and the 'application/zstd' Media Type",
10587
10782
  "source": "ietf",
@@ -10592,7 +10787,7 @@
10592
10787
  "standing": "good"
10593
10788
  },
10594
10789
  {
10595
- "url": "https://www.rfc-editor.org/rfc/rfc8942",
10790
+ "url": "https://www.rfc-editor.org/info/rfc8942/",
10596
10791
  "seriesComposition": "full",
10597
10792
  "shortname": "rfc8942",
10598
10793
  "series": {
@@ -10629,7 +10824,7 @@
10629
10824
  "standing": "good"
10630
10825
  },
10631
10826
  {
10632
- "url": "https://www.rfc-editor.org/rfc/rfc9110",
10827
+ "url": "https://www.rfc-editor.org/info/rfc9110/",
10633
10828
  "seriesComposition": "full",
10634
10829
  "shortname": "rfc9110",
10635
10830
  "series": {
@@ -10666,7 +10861,7 @@
10666
10861
  "standing": "good"
10667
10862
  },
10668
10863
  {
10669
- "url": "https://www.rfc-editor.org/rfc/rfc9111",
10864
+ "url": "https://www.rfc-editor.org/info/rfc9111/",
10670
10865
  "seriesComposition": "full",
10671
10866
  "shortname": "rfc9111",
10672
10867
  "series": {
@@ -10703,7 +10898,7 @@
10703
10898
  "standing": "good"
10704
10899
  },
10705
10900
  {
10706
- "url": "https://www.rfc-editor.org/rfc/rfc9112",
10901
+ "url": "https://www.rfc-editor.org/info/rfc9112/",
10707
10902
  "seriesComposition": "full",
10708
10903
  "shortname": "rfc9112",
10709
10904
  "series": {
@@ -10740,7 +10935,7 @@
10740
10935
  "standing": "good"
10741
10936
  },
10742
10937
  {
10743
- "url": "https://www.rfc-editor.org/rfc/rfc9113",
10938
+ "url": "https://www.rfc-editor.org/info/rfc9113/",
10744
10939
  "seriesComposition": "full",
10745
10940
  "shortname": "rfc9113",
10746
10941
  "series": {
@@ -10777,7 +10972,7 @@
10777
10972
  "standing": "good"
10778
10973
  },
10779
10974
  {
10780
- "url": "https://www.rfc-editor.org/rfc/rfc9114",
10975
+ "url": "https://www.rfc-editor.org/info/rfc9114/",
10781
10976
  "seriesComposition": "full",
10782
10977
  "shortname": "rfc9114",
10783
10978
  "series": {
@@ -10814,7 +11009,7 @@
10814
11009
  "standing": "good"
10815
11010
  },
10816
11011
  {
10817
- "url": "https://www.rfc-editor.org/rfc/rfc9163",
11012
+ "url": "https://www.rfc-editor.org/info/rfc9163/",
10818
11013
  "seriesComposition": "full",
10819
11014
  "shortname": "rfc9163",
10820
11015
  "series": {
@@ -10822,18 +11017,17 @@
10822
11017
  "currentSpecification": "rfc9163",
10823
11018
  "title": "Expect-CT Extension for HTTP",
10824
11019
  "shortTitle": "Expect-CT Extension for HTTP",
10825
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9163"
11020
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc9163/"
10826
11021
  },
10827
11022
  "nightly": {
10828
- "url": "https://www.rfc-editor.org/rfc/rfc9163",
11023
+ "url": "https://www.rfc-editor.org/info/rfc9163/",
10829
11024
  "status": "Experimental",
10830
11025
  "repository": "https://github.com/httpwg/http-extensions",
10831
11026
  "sourcePath": "archive/draft-ietf-httpbis-expect-ct.md",
10832
11027
  "alternateUrls": [
10833
11028
  "https://datatracker.ietf.org/doc/html/rfc9163",
10834
11029
  "https://tools.ietf.org/html/rfc9163"
10835
- ],
10836
- "filename": "rfc9163.html"
11030
+ ]
10837
11031
  },
10838
11032
  "organization": "IETF",
10839
11033
  "groups": [
@@ -10851,7 +11045,7 @@
10851
11045
  "standing": "good"
10852
11046
  },
10853
11047
  {
10854
- "url": "https://www.rfc-editor.org/rfc/rfc9218",
11048
+ "url": "https://www.rfc-editor.org/info/rfc9218/",
10855
11049
  "seriesComposition": "full",
10856
11050
  "shortname": "rfc9218",
10857
11051
  "series": {
@@ -10888,7 +11082,7 @@
10888
11082
  "standing": "good"
10889
11083
  },
10890
11084
  {
10891
- "url": "https://www.rfc-editor.org/rfc/rfc9421",
11085
+ "url": "https://www.rfc-editor.org/info/rfc9421/",
10892
11086
  "seriesComposition": "full",
10893
11087
  "shortname": "rfc9421",
10894
11088
  "series": {
@@ -10925,7 +11119,7 @@
10925
11119
  "standing": "good"
10926
11120
  },
10927
11121
  {
10928
- "url": "https://www.rfc-editor.org/rfc/rfc9530",
11122
+ "url": "https://www.rfc-editor.org/info/rfc9530/",
10929
11123
  "seriesComposition": "full",
10930
11124
  "shortname": "rfc9530",
10931
11125
  "series": {
@@ -10965,7 +11159,7 @@
10965
11159
  "standing": "good"
10966
11160
  },
10967
11161
  {
10968
- "url": "https://www.rfc-editor.org/rfc/rfc9649",
11162
+ "url": "https://www.rfc-editor.org/info/rfc9649/",
10969
11163
  "seriesComposition": "full",
10970
11164
  "shortname": "rfc9649",
10971
11165
  "series": {
@@ -10973,7 +11167,7 @@
10973
11167
  "currentSpecification": "rfc9649",
10974
11168
  "title": "WebP Image Format",
10975
11169
  "shortTitle": "WebP Image Format",
10976
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9649"
11170
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc9649/"
10977
11171
  },
10978
11172
  "formerNames": [
10979
11173
  "webp"
@@ -10986,13 +11180,12 @@
10986
11180
  }
10987
11181
  ],
10988
11182
  "nightly": {
10989
- "url": "https://www.rfc-editor.org/rfc/rfc9649",
11183
+ "url": "https://www.rfc-editor.org/info/rfc9649/",
10990
11184
  "status": "Informational",
10991
11185
  "alternateUrls": [
10992
11186
  "https://datatracker.ietf.org/doc/html/rfc9649",
10993
11187
  "https://tools.ietf.org/html/rfc9649"
10994
- ],
10995
- "filename": "rfc9649.html"
11188
+ ]
10996
11189
  },
10997
11190
  "title": "WebP Image Format",
10998
11191
  "source": "ietf",
@@ -11003,7 +11196,7 @@
11003
11196
  "standing": "good"
11004
11197
  },
11005
11198
  {
11006
- "url": "https://www.rfc-editor.org/rfc/rfc9659",
11199
+ "url": "https://www.rfc-editor.org/info/rfc9659/",
11007
11200
  "seriesComposition": "full",
11008
11201
  "shortname": "rfc9659",
11009
11202
  "series": {
@@ -11011,7 +11204,7 @@
11011
11204
  "currentSpecification": "rfc9659",
11012
11205
  "title": "Window Sizing for Zstandard Content Encoding",
11013
11206
  "shortTitle": "Window Sizing for Zstandard Content Encoding",
11014
- "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9659"
11207
+ "nightlyUrl": "https://www.rfc-editor.org/info/rfc9659/"
11015
11208
  },
11016
11209
  "organization": "IETF",
11017
11210
  "groups": [
@@ -11021,13 +11214,12 @@
11021
11214
  }
11022
11215
  ],
11023
11216
  "nightly": {
11024
- "url": "https://www.rfc-editor.org/rfc/rfc9659",
11217
+ "url": "https://www.rfc-editor.org/info/rfc9659/",
11025
11218
  "status": "Informational",
11026
11219
  "alternateUrls": [
11027
11220
  "https://datatracker.ietf.org/doc/html/rfc9659",
11028
11221
  "https://tools.ietf.org/html/rfc9659"
11029
- ],
11030
- "filename": "rfc9659.html"
11222
+ ]
11031
11223
  },
11032
11224
  "title": "Window Sizing for Zstandard Content Encoding",
11033
11225
  "source": "ietf",
@@ -11038,7 +11230,7 @@
11038
11230
  "standing": "good"
11039
11231
  },
11040
11232
  {
11041
- "url": "https://www.rfc-editor.org/rfc/rfc9842",
11233
+ "url": "https://www.rfc-editor.org/info/rfc9842/",
11042
11234
  "seriesComposition": "full",
11043
11235
  "shortname": "rfc9842",
11044
11236
  "series": {
@@ -18103,7 +18295,7 @@
18103
18295
  ],
18104
18296
  "release": {
18105
18297
  "url": "https://www.w3.org/TR/device-posture/",
18106
- "status": "Candidate Recommendation Snapshot",
18298
+ "status": "Candidate Recommendation Draft",
18107
18299
  "filename": "Overview.html"
18108
18300
  },
18109
18301
  "nightly": {
@@ -25590,7 +25782,7 @@
25590
25782
  ],
25591
25783
  "release": {
25592
25784
  "url": "https://www.w3.org/TR/webvtt1/",
25593
- "status": "Candidate Recommendation Snapshot",
25785
+ "status": "Candidate Recommendation Draft",
25594
25786
  "filename": "Overview.html"
25595
25787
  },
25596
25788
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.77.0",
3
+ "version": "5.0.0",
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",