browser-specs 4.76.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.
- package/README.md +17 -2
- package/index.json +330 -104
- 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",
|
|
@@ -6898,6 +7106,40 @@
|
|
|
6898
7106
|
]
|
|
6899
7107
|
}
|
|
6900
7108
|
},
|
|
7109
|
+
{
|
|
7110
|
+
"url": "https://wicg.github.io/connection-allowlists/",
|
|
7111
|
+
"seriesComposition": "full",
|
|
7112
|
+
"shortname": "connection-allowlists",
|
|
7113
|
+
"series": {
|
|
7114
|
+
"shortname": "connection-allowlists",
|
|
7115
|
+
"currentSpecification": "connection-allowlists",
|
|
7116
|
+
"title": "Connection Allowlists",
|
|
7117
|
+
"shortTitle": "Connection Allowlists",
|
|
7118
|
+
"nightlyUrl": "https://wicg.github.io/connection-allowlists/"
|
|
7119
|
+
},
|
|
7120
|
+
"organization": "W3C",
|
|
7121
|
+
"groups": [
|
|
7122
|
+
{
|
|
7123
|
+
"name": "Web Platform Incubator Community Group",
|
|
7124
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
7125
|
+
}
|
|
7126
|
+
],
|
|
7127
|
+
"nightly": {
|
|
7128
|
+
"url": "https://wicg.github.io/connection-allowlists/",
|
|
7129
|
+
"status": "Draft Community Group Report",
|
|
7130
|
+
"alternateUrls": [],
|
|
7131
|
+
"repository": "https://github.com/WICG/connection-allowlists",
|
|
7132
|
+
"sourcePath": "index.bs",
|
|
7133
|
+
"filename": "index.html"
|
|
7134
|
+
},
|
|
7135
|
+
"title": "Connection Allowlists",
|
|
7136
|
+
"source": "spec",
|
|
7137
|
+
"shortTitle": "Connection Allowlists",
|
|
7138
|
+
"categories": [
|
|
7139
|
+
"browser"
|
|
7140
|
+
],
|
|
7141
|
+
"standing": "good"
|
|
7142
|
+
},
|
|
6901
7143
|
{
|
|
6902
7144
|
"url": "https://wicg.github.io/container-timing/",
|
|
6903
7145
|
"seriesComposition": "full",
|
|
@@ -9659,7 +9901,7 @@
|
|
|
9659
9901
|
"standing": "good"
|
|
9660
9902
|
},
|
|
9661
9903
|
{
|
|
9662
|
-
"url": "https://www.rfc-editor.org/
|
|
9904
|
+
"url": "https://www.rfc-editor.org/info/rfc2397/",
|
|
9663
9905
|
"seriesComposition": "full",
|
|
9664
9906
|
"shortname": "rfc2397",
|
|
9665
9907
|
"series": {
|
|
@@ -9667,7 +9909,7 @@
|
|
|
9667
9909
|
"currentSpecification": "rfc2397",
|
|
9668
9910
|
"title": "The \"data\" URL scheme",
|
|
9669
9911
|
"shortTitle": "The \"data\" URL scheme",
|
|
9670
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
9912
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc2397/"
|
|
9671
9913
|
},
|
|
9672
9914
|
"organization": "IETF",
|
|
9673
9915
|
"groups": [
|
|
@@ -9677,13 +9919,12 @@
|
|
|
9677
9919
|
}
|
|
9678
9920
|
],
|
|
9679
9921
|
"nightly": {
|
|
9680
|
-
"url": "https://www.rfc-editor.org/
|
|
9922
|
+
"url": "https://www.rfc-editor.org/info/rfc2397/",
|
|
9681
9923
|
"status": "Proposed Standard",
|
|
9682
9924
|
"alternateUrls": [
|
|
9683
9925
|
"https://datatracker.ietf.org/doc/html/rfc2397",
|
|
9684
9926
|
"https://tools.ietf.org/html/rfc2397"
|
|
9685
|
-
]
|
|
9686
|
-
"filename": "rfc2397.html"
|
|
9927
|
+
]
|
|
9687
9928
|
},
|
|
9688
9929
|
"title": "The \"data\" URL scheme",
|
|
9689
9930
|
"source": "ietf",
|
|
@@ -9694,7 +9935,7 @@
|
|
|
9694
9935
|
"standing": "good"
|
|
9695
9936
|
},
|
|
9696
9937
|
{
|
|
9697
|
-
"url": "https://www.rfc-editor.org/
|
|
9938
|
+
"url": "https://www.rfc-editor.org/info/rfc4120/",
|
|
9698
9939
|
"seriesComposition": "full",
|
|
9699
9940
|
"shortname": "rfc4120",
|
|
9700
9941
|
"series": {
|
|
@@ -9702,7 +9943,7 @@
|
|
|
9702
9943
|
"currentSpecification": "rfc4120",
|
|
9703
9944
|
"title": "The Kerberos Network Authentication Service (V5)",
|
|
9704
9945
|
"shortTitle": "Kerberos",
|
|
9705
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
9946
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc4120/"
|
|
9706
9947
|
},
|
|
9707
9948
|
"shortTitle": "Kerberos",
|
|
9708
9949
|
"organization": "IETF",
|
|
@@ -9713,13 +9954,12 @@
|
|
|
9713
9954
|
}
|
|
9714
9955
|
],
|
|
9715
9956
|
"nightly": {
|
|
9716
|
-
"url": "https://www.rfc-editor.org/
|
|
9957
|
+
"url": "https://www.rfc-editor.org/info/rfc4120/",
|
|
9717
9958
|
"status": "Proposed Standard",
|
|
9718
9959
|
"alternateUrls": [
|
|
9719
9960
|
"https://datatracker.ietf.org/doc/html/rfc4120",
|
|
9720
9961
|
"https://tools.ietf.org/html/rfc4120"
|
|
9721
|
-
]
|
|
9722
|
-
"filename": "rfc4120.html"
|
|
9962
|
+
]
|
|
9723
9963
|
},
|
|
9724
9964
|
"title": "The Kerberos Network Authentication Service (V5)",
|
|
9725
9965
|
"source": "ietf",
|
|
@@ -9729,7 +9969,7 @@
|
|
|
9729
9969
|
"standing": "good"
|
|
9730
9970
|
},
|
|
9731
9971
|
{
|
|
9732
|
-
"url": "https://www.rfc-editor.org/
|
|
9972
|
+
"url": "https://www.rfc-editor.org/info/rfc5861/",
|
|
9733
9973
|
"seriesComposition": "full",
|
|
9734
9974
|
"shortname": "rfc5861",
|
|
9735
9975
|
"series": {
|
|
@@ -9766,7 +10006,7 @@
|
|
|
9766
10006
|
"standing": "good"
|
|
9767
10007
|
},
|
|
9768
10008
|
{
|
|
9769
|
-
"url": "https://www.rfc-editor.org/
|
|
10009
|
+
"url": "https://www.rfc-editor.org/info/rfc6265/",
|
|
9770
10010
|
"seriesComposition": "full",
|
|
9771
10011
|
"shortname": "rfc6265",
|
|
9772
10012
|
"series": {
|
|
@@ -9803,7 +10043,7 @@
|
|
|
9803
10043
|
"standing": "good"
|
|
9804
10044
|
},
|
|
9805
10045
|
{
|
|
9806
|
-
"url": "https://www.rfc-editor.org/
|
|
10046
|
+
"url": "https://www.rfc-editor.org/info/rfc6266/",
|
|
9807
10047
|
"seriesComposition": "full",
|
|
9808
10048
|
"shortname": "rfc6266",
|
|
9809
10049
|
"series": {
|
|
@@ -9840,7 +10080,7 @@
|
|
|
9840
10080
|
"standing": "good"
|
|
9841
10081
|
},
|
|
9842
10082
|
{
|
|
9843
|
-
"url": "https://www.rfc-editor.org/
|
|
10083
|
+
"url": "https://www.rfc-editor.org/info/rfc6386/",
|
|
9844
10084
|
"seriesComposition": "full",
|
|
9845
10085
|
"shortname": "rfc6386",
|
|
9846
10086
|
"series": {
|
|
@@ -9848,7 +10088,7 @@
|
|
|
9848
10088
|
"currentSpecification": "rfc6386",
|
|
9849
10089
|
"title": "VP8 Data Format and Decoding Guide",
|
|
9850
10090
|
"shortTitle": "VP8 Data Format and Decoding Guide",
|
|
9851
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10091
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc6386/"
|
|
9852
10092
|
},
|
|
9853
10093
|
"organization": "IETF",
|
|
9854
10094
|
"groups": [
|
|
@@ -9858,13 +10098,12 @@
|
|
|
9858
10098
|
}
|
|
9859
10099
|
],
|
|
9860
10100
|
"nightly": {
|
|
9861
|
-
"url": "https://www.rfc-editor.org/
|
|
10101
|
+
"url": "https://www.rfc-editor.org/info/rfc6386/",
|
|
9862
10102
|
"status": "Informational",
|
|
9863
10103
|
"alternateUrls": [
|
|
9864
10104
|
"https://datatracker.ietf.org/doc/html/rfc6386",
|
|
9865
10105
|
"https://tools.ietf.org/html/rfc6386"
|
|
9866
|
-
]
|
|
9867
|
-
"filename": "rfc6386.html"
|
|
10106
|
+
]
|
|
9868
10107
|
},
|
|
9869
10108
|
"title": "VP8 Data Format and Decoding Guide",
|
|
9870
10109
|
"source": "ietf",
|
|
@@ -9875,7 +10114,7 @@
|
|
|
9875
10114
|
"standing": "good"
|
|
9876
10115
|
},
|
|
9877
10116
|
{
|
|
9878
|
-
"url": "https://www.rfc-editor.org/
|
|
10117
|
+
"url": "https://www.rfc-editor.org/info/rfc6454/",
|
|
9879
10118
|
"seriesComposition": "full",
|
|
9880
10119
|
"shortname": "rfc6454",
|
|
9881
10120
|
"series": {
|
|
@@ -9883,7 +10122,7 @@
|
|
|
9883
10122
|
"currentSpecification": "rfc6454",
|
|
9884
10123
|
"title": "The Web Origin Concept",
|
|
9885
10124
|
"shortTitle": "The Web Origin Concept",
|
|
9886
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10125
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc6454/"
|
|
9887
10126
|
},
|
|
9888
10127
|
"organization": "IETF",
|
|
9889
10128
|
"groups": [
|
|
@@ -9893,13 +10132,12 @@
|
|
|
9893
10132
|
}
|
|
9894
10133
|
],
|
|
9895
10134
|
"nightly": {
|
|
9896
|
-
"url": "https://www.rfc-editor.org/
|
|
10135
|
+
"url": "https://www.rfc-editor.org/info/rfc6454/",
|
|
9897
10136
|
"status": "Proposed Standard",
|
|
9898
10137
|
"alternateUrls": [
|
|
9899
10138
|
"https://datatracker.ietf.org/doc/html/rfc6454",
|
|
9900
10139
|
"https://tools.ietf.org/html/rfc6454"
|
|
9901
|
-
]
|
|
9902
|
-
"filename": "rfc6454.html"
|
|
10140
|
+
]
|
|
9903
10141
|
},
|
|
9904
10142
|
"title": "The Web Origin Concept",
|
|
9905
10143
|
"source": "ietf",
|
|
@@ -9910,7 +10148,7 @@
|
|
|
9910
10148
|
"standing": "good"
|
|
9911
10149
|
},
|
|
9912
10150
|
{
|
|
9913
|
-
"url": "https://www.rfc-editor.org/
|
|
10151
|
+
"url": "https://www.rfc-editor.org/info/rfc6455/",
|
|
9914
10152
|
"seriesComposition": "full",
|
|
9915
10153
|
"shortname": "rfc6455",
|
|
9916
10154
|
"series": {
|
|
@@ -9918,7 +10156,7 @@
|
|
|
9918
10156
|
"currentSpecification": "rfc6455",
|
|
9919
10157
|
"title": "The WebSocket Protocol",
|
|
9920
10158
|
"shortTitle": "The WebSocket Protocol",
|
|
9921
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10159
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc6455/"
|
|
9922
10160
|
},
|
|
9923
10161
|
"organization": "IETF",
|
|
9924
10162
|
"groups": [
|
|
@@ -9928,13 +10166,12 @@
|
|
|
9928
10166
|
}
|
|
9929
10167
|
],
|
|
9930
10168
|
"nightly": {
|
|
9931
|
-
"url": "https://www.rfc-editor.org/
|
|
10169
|
+
"url": "https://www.rfc-editor.org/info/rfc6455/",
|
|
9932
10170
|
"status": "Proposed Standard",
|
|
9933
10171
|
"alternateUrls": [
|
|
9934
10172
|
"https://datatracker.ietf.org/doc/html/rfc6455",
|
|
9935
10173
|
"https://tools.ietf.org/html/rfc6455"
|
|
9936
|
-
]
|
|
9937
|
-
"filename": "rfc6455.html"
|
|
10174
|
+
]
|
|
9938
10175
|
},
|
|
9939
10176
|
"title": "The WebSocket Protocol",
|
|
9940
10177
|
"source": "ietf",
|
|
@@ -9945,7 +10182,7 @@
|
|
|
9945
10182
|
"standing": "good"
|
|
9946
10183
|
},
|
|
9947
10184
|
{
|
|
9948
|
-
"url": "https://www.rfc-editor.org/
|
|
10185
|
+
"url": "https://www.rfc-editor.org/info/rfc6797/",
|
|
9949
10186
|
"seriesComposition": "full",
|
|
9950
10187
|
"shortname": "rfc6797",
|
|
9951
10188
|
"series": {
|
|
@@ -9953,7 +10190,7 @@
|
|
|
9953
10190
|
"currentSpecification": "rfc6797",
|
|
9954
10191
|
"title": "HTTP Strict Transport Security (HSTS)",
|
|
9955
10192
|
"shortTitle": "HSTS",
|
|
9956
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10193
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc6797/"
|
|
9957
10194
|
},
|
|
9958
10195
|
"organization": "IETF",
|
|
9959
10196
|
"groups": [
|
|
@@ -9963,13 +10200,12 @@
|
|
|
9963
10200
|
}
|
|
9964
10201
|
],
|
|
9965
10202
|
"nightly": {
|
|
9966
|
-
"url": "https://www.rfc-editor.org/
|
|
10203
|
+
"url": "https://www.rfc-editor.org/info/rfc6797/",
|
|
9967
10204
|
"status": "Proposed Standard",
|
|
9968
10205
|
"alternateUrls": [
|
|
9969
10206
|
"https://datatracker.ietf.org/doc/html/rfc6797",
|
|
9970
10207
|
"https://tools.ietf.org/html/rfc6797"
|
|
9971
|
-
]
|
|
9972
|
-
"filename": "rfc6797.html"
|
|
10208
|
+
]
|
|
9973
10209
|
},
|
|
9974
10210
|
"title": "HTTP Strict Transport Security (HSTS)",
|
|
9975
10211
|
"source": "ietf",
|
|
@@ -9980,7 +10216,7 @@
|
|
|
9980
10216
|
"standing": "good"
|
|
9981
10217
|
},
|
|
9982
10218
|
{
|
|
9983
|
-
"url": "https://www.rfc-editor.org/
|
|
10219
|
+
"url": "https://www.rfc-editor.org/info/rfc7034/",
|
|
9984
10220
|
"seriesComposition": "full",
|
|
9985
10221
|
"shortname": "rfc7034",
|
|
9986
10222
|
"series": {
|
|
@@ -9988,7 +10224,7 @@
|
|
|
9988
10224
|
"currentSpecification": "rfc7034",
|
|
9989
10225
|
"title": "HTTP Header Field X-Frame-Options",
|
|
9990
10226
|
"shortTitle": "HTTP Header Field X-Frame-Options",
|
|
9991
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10227
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc7034/"
|
|
9992
10228
|
},
|
|
9993
10229
|
"organization": "IETF",
|
|
9994
10230
|
"groups": [
|
|
@@ -9998,13 +10234,12 @@
|
|
|
9998
10234
|
}
|
|
9999
10235
|
],
|
|
10000
10236
|
"nightly": {
|
|
10001
|
-
"url": "https://www.rfc-editor.org/
|
|
10237
|
+
"url": "https://www.rfc-editor.org/info/rfc7034/",
|
|
10002
10238
|
"status": "Informational",
|
|
10003
10239
|
"alternateUrls": [
|
|
10004
10240
|
"https://datatracker.ietf.org/doc/html/rfc7034",
|
|
10005
10241
|
"https://tools.ietf.org/html/rfc7034"
|
|
10006
|
-
]
|
|
10007
|
-
"filename": "rfc7034.html"
|
|
10242
|
+
]
|
|
10008
10243
|
},
|
|
10009
10244
|
"title": "HTTP Header Field X-Frame-Options",
|
|
10010
10245
|
"source": "ietf",
|
|
@@ -10015,7 +10250,7 @@
|
|
|
10015
10250
|
"standing": "good"
|
|
10016
10251
|
},
|
|
10017
10252
|
{
|
|
10018
|
-
"url": "https://www.rfc-editor.org/
|
|
10253
|
+
"url": "https://www.rfc-editor.org/info/rfc7239/",
|
|
10019
10254
|
"seriesComposition": "full",
|
|
10020
10255
|
"shortname": "rfc7239",
|
|
10021
10256
|
"series": {
|
|
@@ -10023,7 +10258,7 @@
|
|
|
10023
10258
|
"currentSpecification": "rfc7239",
|
|
10024
10259
|
"title": "Forwarded HTTP Extension",
|
|
10025
10260
|
"shortTitle": "Forwarded HTTP Extension",
|
|
10026
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10261
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc7239/"
|
|
10027
10262
|
},
|
|
10028
10263
|
"organization": "IETF",
|
|
10029
10264
|
"groups": [
|
|
@@ -10033,13 +10268,12 @@
|
|
|
10033
10268
|
}
|
|
10034
10269
|
],
|
|
10035
10270
|
"nightly": {
|
|
10036
|
-
"url": "https://www.rfc-editor.org/
|
|
10271
|
+
"url": "https://www.rfc-editor.org/info/rfc7239/",
|
|
10037
10272
|
"status": "Proposed Standard",
|
|
10038
10273
|
"alternateUrls": [
|
|
10039
10274
|
"https://datatracker.ietf.org/doc/html/rfc7239",
|
|
10040
10275
|
"https://tools.ietf.org/html/rfc7239"
|
|
10041
|
-
]
|
|
10042
|
-
"filename": "rfc7239.html"
|
|
10276
|
+
]
|
|
10043
10277
|
},
|
|
10044
10278
|
"title": "Forwarded HTTP Extension",
|
|
10045
10279
|
"source": "ietf",
|
|
@@ -10050,7 +10284,7 @@
|
|
|
10050
10284
|
"standing": "good"
|
|
10051
10285
|
},
|
|
10052
10286
|
{
|
|
10053
|
-
"url": "https://www.rfc-editor.org/
|
|
10287
|
+
"url": "https://www.rfc-editor.org/info/rfc7240/",
|
|
10054
10288
|
"seriesComposition": "full",
|
|
10055
10289
|
"shortname": "rfc7240",
|
|
10056
10290
|
"series": {
|
|
@@ -10087,7 +10321,7 @@
|
|
|
10087
10321
|
"standing": "good"
|
|
10088
10322
|
},
|
|
10089
10323
|
{
|
|
10090
|
-
"url": "https://www.rfc-editor.org/
|
|
10324
|
+
"url": "https://www.rfc-editor.org/info/rfc7469/",
|
|
10091
10325
|
"seriesComposition": "full",
|
|
10092
10326
|
"shortname": "rfc7469",
|
|
10093
10327
|
"series": {
|
|
@@ -10095,7 +10329,7 @@
|
|
|
10095
10329
|
"currentSpecification": "rfc7469",
|
|
10096
10330
|
"title": "Public Key Pinning Extension for HTTP",
|
|
10097
10331
|
"shortTitle": "Public Key Pinning Extension for HTTP",
|
|
10098
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10332
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc7469/"
|
|
10099
10333
|
},
|
|
10100
10334
|
"organization": "IETF",
|
|
10101
10335
|
"groups": [
|
|
@@ -10105,13 +10339,12 @@
|
|
|
10105
10339
|
}
|
|
10106
10340
|
],
|
|
10107
10341
|
"nightly": {
|
|
10108
|
-
"url": "https://www.rfc-editor.org/
|
|
10342
|
+
"url": "https://www.rfc-editor.org/info/rfc7469/",
|
|
10109
10343
|
"status": "Proposed Standard",
|
|
10110
10344
|
"alternateUrls": [
|
|
10111
10345
|
"https://datatracker.ietf.org/doc/html/rfc7469",
|
|
10112
10346
|
"https://tools.ietf.org/html/rfc7469"
|
|
10113
|
-
]
|
|
10114
|
-
"filename": "rfc7469.html"
|
|
10347
|
+
]
|
|
10115
10348
|
},
|
|
10116
10349
|
"title": "Public Key Pinning Extension for HTTP",
|
|
10117
10350
|
"source": "ietf",
|
|
@@ -10122,7 +10355,7 @@
|
|
|
10122
10355
|
"standing": "good"
|
|
10123
10356
|
},
|
|
10124
10357
|
{
|
|
10125
|
-
"url": "https://www.rfc-editor.org/
|
|
10358
|
+
"url": "https://www.rfc-editor.org/info/rfc7578/",
|
|
10126
10359
|
"seriesComposition": "full",
|
|
10127
10360
|
"shortname": "rfc7578",
|
|
10128
10361
|
"series": {
|
|
@@ -10130,7 +10363,7 @@
|
|
|
10130
10363
|
"currentSpecification": "rfc7578",
|
|
10131
10364
|
"title": "Returning Values from Forms: multipart/form-data",
|
|
10132
10365
|
"shortTitle": "Returning Values from Forms: multipart/form-data",
|
|
10133
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10366
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc7578/"
|
|
10134
10367
|
},
|
|
10135
10368
|
"organization": "IETF",
|
|
10136
10369
|
"groups": [
|
|
@@ -10140,13 +10373,12 @@
|
|
|
10140
10373
|
}
|
|
10141
10374
|
],
|
|
10142
10375
|
"nightly": {
|
|
10143
|
-
"url": "https://www.rfc-editor.org/
|
|
10376
|
+
"url": "https://www.rfc-editor.org/info/rfc7578/",
|
|
10144
10377
|
"status": "Proposed Standard",
|
|
10145
10378
|
"alternateUrls": [
|
|
10146
10379
|
"https://datatracker.ietf.org/doc/html/rfc7578",
|
|
10147
10380
|
"https://tools.ietf.org/html/rfc7578"
|
|
10148
|
-
]
|
|
10149
|
-
"filename": "rfc7578.html"
|
|
10381
|
+
]
|
|
10150
10382
|
},
|
|
10151
10383
|
"title": "Returning Values from Forms: multipart/form-data",
|
|
10152
10384
|
"source": "ietf",
|
|
@@ -10157,7 +10389,7 @@
|
|
|
10157
10389
|
"standing": "good"
|
|
10158
10390
|
},
|
|
10159
10391
|
{
|
|
10160
|
-
"url": "https://www.rfc-editor.org/
|
|
10392
|
+
"url": "https://www.rfc-editor.org/info/rfc7616/",
|
|
10161
10393
|
"seriesComposition": "full",
|
|
10162
10394
|
"shortname": "rfc7616",
|
|
10163
10395
|
"series": {
|
|
@@ -10194,7 +10426,7 @@
|
|
|
10194
10426
|
"standing": "good"
|
|
10195
10427
|
},
|
|
10196
10428
|
{
|
|
10197
|
-
"url": "https://www.rfc-editor.org/
|
|
10429
|
+
"url": "https://www.rfc-editor.org/info/rfc7617/",
|
|
10198
10430
|
"seriesComposition": "full",
|
|
10199
10431
|
"shortname": "rfc7617",
|
|
10200
10432
|
"series": {
|
|
@@ -10231,7 +10463,7 @@
|
|
|
10231
10463
|
"standing": "good"
|
|
10232
10464
|
},
|
|
10233
10465
|
{
|
|
10234
|
-
"url": "https://www.rfc-editor.org/
|
|
10466
|
+
"url": "https://www.rfc-editor.org/info/rfc7725/",
|
|
10235
10467
|
"seriesComposition": "full",
|
|
10236
10468
|
"shortname": "rfc7725",
|
|
10237
10469
|
"series": {
|
|
@@ -10268,7 +10500,7 @@
|
|
|
10268
10500
|
"standing": "good"
|
|
10269
10501
|
},
|
|
10270
10502
|
{
|
|
10271
|
-
"url": "https://www.rfc-editor.org/
|
|
10503
|
+
"url": "https://www.rfc-editor.org/info/rfc7838/",
|
|
10272
10504
|
"seriesComposition": "full",
|
|
10273
10505
|
"shortname": "rfc7838",
|
|
10274
10506
|
"series": {
|
|
@@ -10305,7 +10537,7 @@
|
|
|
10305
10537
|
"standing": "good"
|
|
10306
10538
|
},
|
|
10307
10539
|
{
|
|
10308
|
-
"url": "https://www.rfc-editor.org/
|
|
10540
|
+
"url": "https://www.rfc-editor.org/info/rfc7932/",
|
|
10309
10541
|
"seriesComposition": "full",
|
|
10310
10542
|
"shortname": "rfc7932",
|
|
10311
10543
|
"series": {
|
|
@@ -10313,7 +10545,7 @@
|
|
|
10313
10545
|
"currentSpecification": "rfc7932",
|
|
10314
10546
|
"title": "Brotli Compressed Data Format",
|
|
10315
10547
|
"shortTitle": "Brotli Compressed Data Format",
|
|
10316
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10548
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc7932/"
|
|
10317
10549
|
},
|
|
10318
10550
|
"organization": "IETF",
|
|
10319
10551
|
"groups": [
|
|
@@ -10323,13 +10555,12 @@
|
|
|
10323
10555
|
}
|
|
10324
10556
|
],
|
|
10325
10557
|
"nightly": {
|
|
10326
|
-
"url": "https://www.rfc-editor.org/
|
|
10558
|
+
"url": "https://www.rfc-editor.org/info/rfc7932/",
|
|
10327
10559
|
"status": "Informational",
|
|
10328
10560
|
"alternateUrls": [
|
|
10329
10561
|
"https://datatracker.ietf.org/doc/html/rfc7932",
|
|
10330
10562
|
"https://tools.ietf.org/html/rfc7932"
|
|
10331
|
-
]
|
|
10332
|
-
"filename": "rfc7932.html"
|
|
10563
|
+
]
|
|
10333
10564
|
},
|
|
10334
10565
|
"title": "Brotli Compressed Data Format",
|
|
10335
10566
|
"source": "ietf",
|
|
@@ -10340,7 +10571,7 @@
|
|
|
10340
10571
|
"standing": "good"
|
|
10341
10572
|
},
|
|
10342
10573
|
{
|
|
10343
|
-
"url": "https://www.rfc-editor.org/
|
|
10574
|
+
"url": "https://www.rfc-editor.org/info/rfc8246/",
|
|
10344
10575
|
"seriesComposition": "full",
|
|
10345
10576
|
"shortname": "rfc8246",
|
|
10346
10577
|
"series": {
|
|
@@ -10377,7 +10608,7 @@
|
|
|
10377
10608
|
"standing": "good"
|
|
10378
10609
|
},
|
|
10379
10610
|
{
|
|
10380
|
-
"url": "https://www.rfc-editor.org/
|
|
10611
|
+
"url": "https://www.rfc-editor.org/info/rfc8288/",
|
|
10381
10612
|
"seriesComposition": "full",
|
|
10382
10613
|
"shortname": "rfc8288",
|
|
10383
10614
|
"series": {
|
|
@@ -10414,7 +10645,7 @@
|
|
|
10414
10645
|
"standing": "good"
|
|
10415
10646
|
},
|
|
10416
10647
|
{
|
|
10417
|
-
"url": "https://www.rfc-editor.org/
|
|
10648
|
+
"url": "https://www.rfc-editor.org/info/rfc8297/",
|
|
10418
10649
|
"seriesComposition": "full",
|
|
10419
10650
|
"shortname": "rfc8297",
|
|
10420
10651
|
"series": {
|
|
@@ -10451,7 +10682,7 @@
|
|
|
10451
10682
|
"standing": "good"
|
|
10452
10683
|
},
|
|
10453
10684
|
{
|
|
10454
|
-
"url": "https://www.rfc-editor.org/
|
|
10685
|
+
"url": "https://www.rfc-editor.org/info/rfc8470/",
|
|
10455
10686
|
"seriesComposition": "full",
|
|
10456
10687
|
"shortname": "rfc8470",
|
|
10457
10688
|
"series": {
|
|
@@ -10488,7 +10719,7 @@
|
|
|
10488
10719
|
"standing": "good"
|
|
10489
10720
|
},
|
|
10490
10721
|
{
|
|
10491
|
-
"url": "https://www.rfc-editor.org/
|
|
10722
|
+
"url": "https://www.rfc-editor.org/info/rfc8610/",
|
|
10492
10723
|
"seriesComposition": "full",
|
|
10493
10724
|
"shortname": "rfc8610",
|
|
10494
10725
|
"series": {
|
|
@@ -10496,7 +10727,7 @@
|
|
|
10496
10727
|
"currentSpecification": "rfc8610",
|
|
10497
10728
|
"title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
|
|
10498
10729
|
"shortTitle": "CDDL",
|
|
10499
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10730
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc8610/"
|
|
10500
10731
|
},
|
|
10501
10732
|
"shortTitle": "CDDL",
|
|
10502
10733
|
"organization": "IETF",
|
|
@@ -10507,13 +10738,12 @@
|
|
|
10507
10738
|
}
|
|
10508
10739
|
],
|
|
10509
10740
|
"nightly": {
|
|
10510
|
-
"url": "https://www.rfc-editor.org/
|
|
10741
|
+
"url": "https://www.rfc-editor.org/info/rfc8610/",
|
|
10511
10742
|
"status": "Proposed Standard",
|
|
10512
10743
|
"alternateUrls": [
|
|
10513
10744
|
"https://datatracker.ietf.org/doc/html/rfc8610",
|
|
10514
10745
|
"https://tools.ietf.org/html/rfc8610"
|
|
10515
|
-
]
|
|
10516
|
-
"filename": "rfc8610.html"
|
|
10746
|
+
]
|
|
10517
10747
|
},
|
|
10518
10748
|
"title": "Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures",
|
|
10519
10749
|
"source": "ietf",
|
|
@@ -10523,7 +10753,7 @@
|
|
|
10523
10753
|
"standing": "good"
|
|
10524
10754
|
},
|
|
10525
10755
|
{
|
|
10526
|
-
"url": "https://www.rfc-editor.org/
|
|
10756
|
+
"url": "https://www.rfc-editor.org/info/rfc8878/",
|
|
10527
10757
|
"seriesComposition": "full",
|
|
10528
10758
|
"shortname": "rfc8878",
|
|
10529
10759
|
"series": {
|
|
@@ -10531,7 +10761,7 @@
|
|
|
10531
10761
|
"currentSpecification": "rfc8878",
|
|
10532
10762
|
"title": "Zstandard Compression and the 'application/zstd' Media Type",
|
|
10533
10763
|
"shortTitle": "Zstandard Compression and the 'application/zstd' Media Type",
|
|
10534
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
10764
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc8878/"
|
|
10535
10765
|
},
|
|
10536
10766
|
"organization": "IETF",
|
|
10537
10767
|
"groups": [
|
|
@@ -10541,13 +10771,12 @@
|
|
|
10541
10771
|
}
|
|
10542
10772
|
],
|
|
10543
10773
|
"nightly": {
|
|
10544
|
-
"url": "https://www.rfc-editor.org/
|
|
10774
|
+
"url": "https://www.rfc-editor.org/info/rfc8878/",
|
|
10545
10775
|
"status": "Informational",
|
|
10546
10776
|
"alternateUrls": [
|
|
10547
10777
|
"https://datatracker.ietf.org/doc/html/rfc8878",
|
|
10548
10778
|
"https://tools.ietf.org/html/rfc8878"
|
|
10549
|
-
]
|
|
10550
|
-
"filename": "rfc8878.html"
|
|
10779
|
+
]
|
|
10551
10780
|
},
|
|
10552
10781
|
"title": "Zstandard Compression and the 'application/zstd' Media Type",
|
|
10553
10782
|
"source": "ietf",
|
|
@@ -10558,7 +10787,7 @@
|
|
|
10558
10787
|
"standing": "good"
|
|
10559
10788
|
},
|
|
10560
10789
|
{
|
|
10561
|
-
"url": "https://www.rfc-editor.org/
|
|
10790
|
+
"url": "https://www.rfc-editor.org/info/rfc8942/",
|
|
10562
10791
|
"seriesComposition": "full",
|
|
10563
10792
|
"shortname": "rfc8942",
|
|
10564
10793
|
"series": {
|
|
@@ -10595,7 +10824,7 @@
|
|
|
10595
10824
|
"standing": "good"
|
|
10596
10825
|
},
|
|
10597
10826
|
{
|
|
10598
|
-
"url": "https://www.rfc-editor.org/
|
|
10827
|
+
"url": "https://www.rfc-editor.org/info/rfc9110/",
|
|
10599
10828
|
"seriesComposition": "full",
|
|
10600
10829
|
"shortname": "rfc9110",
|
|
10601
10830
|
"series": {
|
|
@@ -10632,7 +10861,7 @@
|
|
|
10632
10861
|
"standing": "good"
|
|
10633
10862
|
},
|
|
10634
10863
|
{
|
|
10635
|
-
"url": "https://www.rfc-editor.org/
|
|
10864
|
+
"url": "https://www.rfc-editor.org/info/rfc9111/",
|
|
10636
10865
|
"seriesComposition": "full",
|
|
10637
10866
|
"shortname": "rfc9111",
|
|
10638
10867
|
"series": {
|
|
@@ -10669,7 +10898,7 @@
|
|
|
10669
10898
|
"standing": "good"
|
|
10670
10899
|
},
|
|
10671
10900
|
{
|
|
10672
|
-
"url": "https://www.rfc-editor.org/
|
|
10901
|
+
"url": "https://www.rfc-editor.org/info/rfc9112/",
|
|
10673
10902
|
"seriesComposition": "full",
|
|
10674
10903
|
"shortname": "rfc9112",
|
|
10675
10904
|
"series": {
|
|
@@ -10706,7 +10935,7 @@
|
|
|
10706
10935
|
"standing": "good"
|
|
10707
10936
|
},
|
|
10708
10937
|
{
|
|
10709
|
-
"url": "https://www.rfc-editor.org/
|
|
10938
|
+
"url": "https://www.rfc-editor.org/info/rfc9113/",
|
|
10710
10939
|
"seriesComposition": "full",
|
|
10711
10940
|
"shortname": "rfc9113",
|
|
10712
10941
|
"series": {
|
|
@@ -10743,7 +10972,7 @@
|
|
|
10743
10972
|
"standing": "good"
|
|
10744
10973
|
},
|
|
10745
10974
|
{
|
|
10746
|
-
"url": "https://www.rfc-editor.org/
|
|
10975
|
+
"url": "https://www.rfc-editor.org/info/rfc9114/",
|
|
10747
10976
|
"seriesComposition": "full",
|
|
10748
10977
|
"shortname": "rfc9114",
|
|
10749
10978
|
"series": {
|
|
@@ -10780,7 +11009,7 @@
|
|
|
10780
11009
|
"standing": "good"
|
|
10781
11010
|
},
|
|
10782
11011
|
{
|
|
10783
|
-
"url": "https://www.rfc-editor.org/
|
|
11012
|
+
"url": "https://www.rfc-editor.org/info/rfc9163/",
|
|
10784
11013
|
"seriesComposition": "full",
|
|
10785
11014
|
"shortname": "rfc9163",
|
|
10786
11015
|
"series": {
|
|
@@ -10788,18 +11017,17 @@
|
|
|
10788
11017
|
"currentSpecification": "rfc9163",
|
|
10789
11018
|
"title": "Expect-CT Extension for HTTP",
|
|
10790
11019
|
"shortTitle": "Expect-CT Extension for HTTP",
|
|
10791
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
11020
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc9163/"
|
|
10792
11021
|
},
|
|
10793
11022
|
"nightly": {
|
|
10794
|
-
"url": "https://www.rfc-editor.org/
|
|
11023
|
+
"url": "https://www.rfc-editor.org/info/rfc9163/",
|
|
10795
11024
|
"status": "Experimental",
|
|
10796
11025
|
"repository": "https://github.com/httpwg/http-extensions",
|
|
10797
11026
|
"sourcePath": "archive/draft-ietf-httpbis-expect-ct.md",
|
|
10798
11027
|
"alternateUrls": [
|
|
10799
11028
|
"https://datatracker.ietf.org/doc/html/rfc9163",
|
|
10800
11029
|
"https://tools.ietf.org/html/rfc9163"
|
|
10801
|
-
]
|
|
10802
|
-
"filename": "rfc9163.html"
|
|
11030
|
+
]
|
|
10803
11031
|
},
|
|
10804
11032
|
"organization": "IETF",
|
|
10805
11033
|
"groups": [
|
|
@@ -10817,7 +11045,7 @@
|
|
|
10817
11045
|
"standing": "good"
|
|
10818
11046
|
},
|
|
10819
11047
|
{
|
|
10820
|
-
"url": "https://www.rfc-editor.org/
|
|
11048
|
+
"url": "https://www.rfc-editor.org/info/rfc9218/",
|
|
10821
11049
|
"seriesComposition": "full",
|
|
10822
11050
|
"shortname": "rfc9218",
|
|
10823
11051
|
"series": {
|
|
@@ -10854,7 +11082,7 @@
|
|
|
10854
11082
|
"standing": "good"
|
|
10855
11083
|
},
|
|
10856
11084
|
{
|
|
10857
|
-
"url": "https://www.rfc-editor.org/
|
|
11085
|
+
"url": "https://www.rfc-editor.org/info/rfc9421/",
|
|
10858
11086
|
"seriesComposition": "full",
|
|
10859
11087
|
"shortname": "rfc9421",
|
|
10860
11088
|
"series": {
|
|
@@ -10891,7 +11119,7 @@
|
|
|
10891
11119
|
"standing": "good"
|
|
10892
11120
|
},
|
|
10893
11121
|
{
|
|
10894
|
-
"url": "https://www.rfc-editor.org/
|
|
11122
|
+
"url": "https://www.rfc-editor.org/info/rfc9530/",
|
|
10895
11123
|
"seriesComposition": "full",
|
|
10896
11124
|
"shortname": "rfc9530",
|
|
10897
11125
|
"series": {
|
|
@@ -10931,7 +11159,7 @@
|
|
|
10931
11159
|
"standing": "good"
|
|
10932
11160
|
},
|
|
10933
11161
|
{
|
|
10934
|
-
"url": "https://www.rfc-editor.org/
|
|
11162
|
+
"url": "https://www.rfc-editor.org/info/rfc9649/",
|
|
10935
11163
|
"seriesComposition": "full",
|
|
10936
11164
|
"shortname": "rfc9649",
|
|
10937
11165
|
"series": {
|
|
@@ -10939,7 +11167,7 @@
|
|
|
10939
11167
|
"currentSpecification": "rfc9649",
|
|
10940
11168
|
"title": "WebP Image Format",
|
|
10941
11169
|
"shortTitle": "WebP Image Format",
|
|
10942
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
11170
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc9649/"
|
|
10943
11171
|
},
|
|
10944
11172
|
"formerNames": [
|
|
10945
11173
|
"webp"
|
|
@@ -10952,13 +11180,12 @@
|
|
|
10952
11180
|
}
|
|
10953
11181
|
],
|
|
10954
11182
|
"nightly": {
|
|
10955
|
-
"url": "https://www.rfc-editor.org/
|
|
11183
|
+
"url": "https://www.rfc-editor.org/info/rfc9649/",
|
|
10956
11184
|
"status": "Informational",
|
|
10957
11185
|
"alternateUrls": [
|
|
10958
11186
|
"https://datatracker.ietf.org/doc/html/rfc9649",
|
|
10959
11187
|
"https://tools.ietf.org/html/rfc9649"
|
|
10960
|
-
]
|
|
10961
|
-
"filename": "rfc9649.html"
|
|
11188
|
+
]
|
|
10962
11189
|
},
|
|
10963
11190
|
"title": "WebP Image Format",
|
|
10964
11191
|
"source": "ietf",
|
|
@@ -10969,7 +11196,7 @@
|
|
|
10969
11196
|
"standing": "good"
|
|
10970
11197
|
},
|
|
10971
11198
|
{
|
|
10972
|
-
"url": "https://www.rfc-editor.org/
|
|
11199
|
+
"url": "https://www.rfc-editor.org/info/rfc9659/",
|
|
10973
11200
|
"seriesComposition": "full",
|
|
10974
11201
|
"shortname": "rfc9659",
|
|
10975
11202
|
"series": {
|
|
@@ -10977,7 +11204,7 @@
|
|
|
10977
11204
|
"currentSpecification": "rfc9659",
|
|
10978
11205
|
"title": "Window Sizing for Zstandard Content Encoding",
|
|
10979
11206
|
"shortTitle": "Window Sizing for Zstandard Content Encoding",
|
|
10980
|
-
"nightlyUrl": "https://www.rfc-editor.org/
|
|
11207
|
+
"nightlyUrl": "https://www.rfc-editor.org/info/rfc9659/"
|
|
10981
11208
|
},
|
|
10982
11209
|
"organization": "IETF",
|
|
10983
11210
|
"groups": [
|
|
@@ -10987,13 +11214,12 @@
|
|
|
10987
11214
|
}
|
|
10988
11215
|
],
|
|
10989
11216
|
"nightly": {
|
|
10990
|
-
"url": "https://www.rfc-editor.org/
|
|
11217
|
+
"url": "https://www.rfc-editor.org/info/rfc9659/",
|
|
10991
11218
|
"status": "Informational",
|
|
10992
11219
|
"alternateUrls": [
|
|
10993
11220
|
"https://datatracker.ietf.org/doc/html/rfc9659",
|
|
10994
11221
|
"https://tools.ietf.org/html/rfc9659"
|
|
10995
|
-
]
|
|
10996
|
-
"filename": "rfc9659.html"
|
|
11222
|
+
]
|
|
10997
11223
|
},
|
|
10998
11224
|
"title": "Window Sizing for Zstandard Content Encoding",
|
|
10999
11225
|
"source": "ietf",
|
|
@@ -11004,7 +11230,7 @@
|
|
|
11004
11230
|
"standing": "good"
|
|
11005
11231
|
},
|
|
11006
11232
|
{
|
|
11007
|
-
"url": "https://www.rfc-editor.org/
|
|
11233
|
+
"url": "https://www.rfc-editor.org/info/rfc9842/",
|
|
11008
11234
|
"seriesComposition": "full",
|
|
11009
11235
|
"shortname": "rfc9842",
|
|
11010
11236
|
"series": {
|
|
@@ -18069,7 +18295,7 @@
|
|
|
18069
18295
|
],
|
|
18070
18296
|
"release": {
|
|
18071
18297
|
"url": "https://www.w3.org/TR/device-posture/",
|
|
18072
|
-
"status": "Candidate Recommendation
|
|
18298
|
+
"status": "Candidate Recommendation Draft",
|
|
18073
18299
|
"filename": "Overview.html"
|
|
18074
18300
|
},
|
|
18075
18301
|
"nightly": {
|
|
@@ -25556,7 +25782,7 @@
|
|
|
25556
25782
|
],
|
|
25557
25783
|
"release": {
|
|
25558
25784
|
"url": "https://www.w3.org/TR/webvtt1/",
|
|
25559
|
-
"status": "Candidate Recommendation
|
|
25785
|
+
"status": "Candidate Recommendation Draft",
|
|
25560
25786
|
"filename": "Overview.html"
|
|
25561
25787
|
},
|
|
25562
25788
|
"nightly": {
|
package/package.json
CHANGED