web-specs 3.11.0 → 3.12.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 (2) hide show
  1. package/index.json +39 -2
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -11896,6 +11896,43 @@
11896
11896
  ],
11897
11897
  "standing": "good"
11898
11898
  },
11899
+ {
11900
+ "url": "https://www.rfc-editor.org/rfc/rfc9218",
11901
+ "seriesComposition": "full",
11902
+ "shortname": "rfc9218",
11903
+ "series": {
11904
+ "shortname": "rfc9218",
11905
+ "currentSpecification": "rfc9218",
11906
+ "title": "Extensible Prioritization Scheme for HTTP",
11907
+ "shortTitle": "Extensible Prioritization Scheme for HTTP",
11908
+ "nightlyUrl": "https://httpwg.org/specs/rfc9218.html"
11909
+ },
11910
+ "organization": "IETF",
11911
+ "groups": [
11912
+ {
11913
+ "name": "HTTP Working Group",
11914
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
11915
+ }
11916
+ ],
11917
+ "nightly": {
11918
+ "url": "https://httpwg.org/specs/rfc9218.html",
11919
+ "status": "Proposed Standard",
11920
+ "alternateUrls": [
11921
+ "https://datatracker.ietf.org/doc/html/rfc9218",
11922
+ "https://tools.ietf.org/html/rfc9218"
11923
+ ],
11924
+ "repository": "https://github.com/httpwg/httpwg.github.io",
11925
+ "sourcePath": "specs/rfc9218.xml",
11926
+ "filename": "rfc9218.html"
11927
+ },
11928
+ "title": "Extensible Prioritization Scheme for HTTP",
11929
+ "source": "ietf",
11930
+ "shortTitle": "Extensible Prioritization Scheme for HTTP",
11931
+ "categories": [
11932
+ "browser"
11933
+ ],
11934
+ "standing": "good"
11935
+ },
11899
11936
  {
11900
11937
  "url": "https://www.rfc-editor.org/rfc/rfc9530",
11901
11938
  "seriesComposition": "full",
@@ -18237,7 +18274,7 @@
18237
18274
  ],
18238
18275
  "release": {
18239
18276
  "url": "https://www.w3.org/TR/dpub-aam-1.1/",
18240
- "status": "Candidate Recommendation Snapshot",
18277
+ "status": "Candidate Recommendation Draft",
18241
18278
  "filename": "Overview.html"
18242
18279
  },
18243
18280
  "nightly": {
@@ -18282,7 +18319,7 @@
18282
18319
  ],
18283
18320
  "release": {
18284
18321
  "url": "https://www.w3.org/TR/dpub-aria-1.1/",
18285
- "status": "Candidate Recommendation Snapshot",
18322
+ "status": "Candidate Recommendation Draft",
18286
18323
  "filename": "Overview.html"
18287
18324
  },
18288
18325
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",