web-specs 3.10.0 → 3.11.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 +34 -0
  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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.10.0",
3
+ "version": "3.11.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",