browser-specs 4.9.0 → 4.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.
- package/index.json +71 -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",
|
|
@@ -10518,6 +10552,43 @@
|
|
|
10518
10552
|
],
|
|
10519
10553
|
"standing": "good"
|
|
10520
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
|
+
},
|
|
10521
10592
|
{
|
|
10522
10593
|
"url": "https://www.rfc-editor.org/rfc/rfc9530",
|
|
10523
10594
|
"seriesComposition": "full",
|
package/package.json
CHANGED