browser-specs 4.10.0 → 4.11.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 (2) hide show
  1. package/index.json +38 -1
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1101,7 +1101,7 @@
1101
1101
  },
1102
1102
  {
1103
1103
  "url": "https://drafts.csswg.org/css-overflow-5/",
1104
- "seriesComposition": "full",
1104
+ "seriesComposition": "delta",
1105
1105
  "shortname": "css-overflow-5",
1106
1106
  "series": {
1107
1107
  "shortname": "css-overflow",
@@ -10552,6 +10552,43 @@
10552
10552
  ],
10553
10553
  "standing": "good"
10554
10554
  },
10555
+ {
10556
+ "url": "https://www.rfc-editor.org/rfc/rfc9218",
10557
+ "seriesComposition": "full",
10558
+ "shortname": "rfc9218",
10559
+ "series": {
10560
+ "shortname": "rfc9218",
10561
+ "currentSpecification": "rfc9218",
10562
+ "title": "Extensible Prioritization Scheme for HTTP",
10563
+ "shortTitle": "Extensible Prioritization Scheme for HTTP",
10564
+ "nightlyUrl": "https://httpwg.org/specs/rfc9218.html"
10565
+ },
10566
+ "organization": "IETF",
10567
+ "groups": [
10568
+ {
10569
+ "name": "HTTP Working Group",
10570
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
10571
+ }
10572
+ ],
10573
+ "nightly": {
10574
+ "url": "https://httpwg.org/specs/rfc9218.html",
10575
+ "status": "Proposed Standard",
10576
+ "alternateUrls": [
10577
+ "https://datatracker.ietf.org/doc/html/rfc9218",
10578
+ "https://tools.ietf.org/html/rfc9218"
10579
+ ],
10580
+ "repository": "https://github.com/httpwg/httpwg.github.io",
10581
+ "sourcePath": "specs/rfc9218.xml",
10582
+ "filename": "rfc9218.html"
10583
+ },
10584
+ "title": "Extensible Prioritization Scheme for HTTP",
10585
+ "source": "ietf",
10586
+ "shortTitle": "Extensible Prioritization Scheme for HTTP",
10587
+ "categories": [
10588
+ "browser"
10589
+ ],
10590
+ "standing": "good"
10591
+ },
10555
10592
  {
10556
10593
  "url": "https://www.rfc-editor.org/rfc/rfc9530",
10557
10594
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.10.0",
3
+ "version": "4.11.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",