browser-specs 4.9.0 → 4.10.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/index.json +34 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -7488,6 +7488,40 @@
|
|
|
7488
7488
|
]
|
|
7489
7489
|
}
|
|
7490
7490
|
},
|
|
7491
|
+
{
|
|
7492
|
+
"url": "https://wicg.github.io/handwriting-recognition/",
|
|
7493
|
+
"seriesComposition": "full",
|
|
7494
|
+
"shortname": "handwriting-recognition",
|
|
7495
|
+
"series": {
|
|
7496
|
+
"shortname": "handwriting-recognition",
|
|
7497
|
+
"currentSpecification": "handwriting-recognition",
|
|
7498
|
+
"title": "Handwriting Recognition API",
|
|
7499
|
+
"shortTitle": "Handwriting Recognition API",
|
|
7500
|
+
"nightlyUrl": "https://wicg.github.io/handwriting-recognition/"
|
|
7501
|
+
},
|
|
7502
|
+
"organization": "W3C",
|
|
7503
|
+
"groups": [
|
|
7504
|
+
{
|
|
7505
|
+
"name": "Web Platform Incubator Community Group",
|
|
7506
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
7507
|
+
}
|
|
7508
|
+
],
|
|
7509
|
+
"nightly": {
|
|
7510
|
+
"url": "https://wicg.github.io/handwriting-recognition/",
|
|
7511
|
+
"status": "Draft Community Group Report",
|
|
7512
|
+
"alternateUrls": [],
|
|
7513
|
+
"repository": "https://github.com/WICG/handwriting-recognition",
|
|
7514
|
+
"sourcePath": "spec.bs",
|
|
7515
|
+
"filename": "index.html"
|
|
7516
|
+
},
|
|
7517
|
+
"title": "Handwriting Recognition API",
|
|
7518
|
+
"source": "spec",
|
|
7519
|
+
"shortTitle": "Handwriting Recognition API",
|
|
7520
|
+
"categories": [
|
|
7521
|
+
"browser"
|
|
7522
|
+
],
|
|
7523
|
+
"standing": "good"
|
|
7524
|
+
},
|
|
7491
7525
|
{
|
|
7492
7526
|
"url": "https://wicg.github.io/idle-detection/",
|
|
7493
7527
|
"seriesComposition": "full",
|
package/package.json
CHANGED