web-specs 3.10.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 +73 -2
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -8409,6 +8409,40 @@
8409
8409
  ]
8410
8410
  }
8411
8411
  },
8412
+ {
8413
+ "url": "https://wicg.github.io/handwriting-recognition/",
8414
+ "seriesComposition": "full",
8415
+ "shortname": "handwriting-recognition",
8416
+ "series": {
8417
+ "shortname": "handwriting-recognition",
8418
+ "currentSpecification": "handwriting-recognition",
8419
+ "title": "Handwriting Recognition API",
8420
+ "shortTitle": "Handwriting Recognition API",
8421
+ "nightlyUrl": "https://wicg.github.io/handwriting-recognition/"
8422
+ },
8423
+ "organization": "W3C",
8424
+ "groups": [
8425
+ {
8426
+ "name": "Web Platform Incubator Community Group",
8427
+ "url": "https://www.w3.org/community/wicg/"
8428
+ }
8429
+ ],
8430
+ "nightly": {
8431
+ "url": "https://wicg.github.io/handwriting-recognition/",
8432
+ "status": "Draft Community Group Report",
8433
+ "alternateUrls": [],
8434
+ "repository": "https://github.com/WICG/handwriting-recognition",
8435
+ "sourcePath": "spec.bs",
8436
+ "filename": "index.html"
8437
+ },
8438
+ "title": "Handwriting Recognition API",
8439
+ "source": "spec",
8440
+ "shortTitle": "Handwriting Recognition API",
8441
+ "categories": [
8442
+ "browser"
8443
+ ],
8444
+ "standing": "good"
8445
+ },
8412
8446
  {
8413
8447
  "url": "https://wicg.github.io/idle-detection/",
8414
8448
  "seriesComposition": "full",
@@ -11862,6 +11896,43 @@
11862
11896
  ],
11863
11897
  "standing": "good"
11864
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
+ },
11865
11936
  {
11866
11937
  "url": "https://www.rfc-editor.org/rfc/rfc9530",
11867
11938
  "seriesComposition": "full",
@@ -18203,7 +18274,7 @@
18203
18274
  ],
18204
18275
  "release": {
18205
18276
  "url": "https://www.w3.org/TR/dpub-aam-1.1/",
18206
- "status": "Candidate Recommendation Snapshot",
18277
+ "status": "Candidate Recommendation Draft",
18207
18278
  "filename": "Overview.html"
18208
18279
  },
18209
18280
  "nightly": {
@@ -18248,7 +18319,7 @@
18248
18319
  ],
18249
18320
  "release": {
18250
18321
  "url": "https://www.w3.org/TR/dpub-aria-1.1/",
18251
- "status": "Candidate Recommendation Snapshot",
18322
+ "status": "Candidate Recommendation Draft",
18252
18323
  "filename": "Overview.html"
18253
18324
  },
18254
18325
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.10.0",
3
+ "version": "3.12.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",