browser-specs 4.44.0 → 4.44.1
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 +35 -1
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -6684,6 +6684,40 @@
|
|
|
6684
6684
|
]
|
|
6685
6685
|
}
|
|
6686
6686
|
},
|
|
6687
|
+
{
|
|
6688
|
+
"url": "https://webmachinelearning.github.io/writing-assistance-apis/",
|
|
6689
|
+
"seriesComposition": "full",
|
|
6690
|
+
"shortname": "writing-assistance-apis",
|
|
6691
|
+
"series": {
|
|
6692
|
+
"shortname": "writing-assistance-apis",
|
|
6693
|
+
"currentSpecification": "writing-assistance-apis",
|
|
6694
|
+
"title": "Writing Assistance APIs",
|
|
6695
|
+
"shortTitle": "Writing Assistance APIs",
|
|
6696
|
+
"nightlyUrl": "https://webmachinelearning.github.io/writing-assistance-apis/"
|
|
6697
|
+
},
|
|
6698
|
+
"organization": "W3C",
|
|
6699
|
+
"groups": [
|
|
6700
|
+
{
|
|
6701
|
+
"name": "Web Machine Learning Community Group",
|
|
6702
|
+
"url": "https://www.w3.org/community/webmachinelearning/"
|
|
6703
|
+
}
|
|
6704
|
+
],
|
|
6705
|
+
"nightly": {
|
|
6706
|
+
"url": "https://webmachinelearning.github.io/writing-assistance-apis/",
|
|
6707
|
+
"status": "Draft Community Group Report",
|
|
6708
|
+
"alternateUrls": [],
|
|
6709
|
+
"repository": "https://github.com/webmachinelearning/writing-assistance-apis",
|
|
6710
|
+
"sourcePath": "index.bs",
|
|
6711
|
+
"filename": "index.html"
|
|
6712
|
+
},
|
|
6713
|
+
"title": "Writing Assistance APIs",
|
|
6714
|
+
"source": "spec",
|
|
6715
|
+
"shortTitle": "Writing Assistance APIs",
|
|
6716
|
+
"categories": [
|
|
6717
|
+
"browser"
|
|
6718
|
+
],
|
|
6719
|
+
"standing": "good"
|
|
6720
|
+
},
|
|
6687
6721
|
{
|
|
6688
6722
|
"url": "https://websockets.spec.whatwg.org/",
|
|
6689
6723
|
"seriesComposition": "full",
|
|
@@ -11618,7 +11652,7 @@
|
|
|
11618
11652
|
],
|
|
11619
11653
|
"release": {
|
|
11620
11654
|
"url": "https://www.w3.org/TR/compute-pressure/",
|
|
11621
|
-
"status": "
|
|
11655
|
+
"status": "Candidate Recommendation Snapshot",
|
|
11622
11656
|
"filename": "Overview.html"
|
|
11623
11657
|
},
|
|
11624
11658
|
"nightly": {
|
package/package.json
CHANGED