browser-specs 4.76.0 → 4.77.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
|
@@ -6898,6 +6898,40 @@
|
|
|
6898
6898
|
]
|
|
6899
6899
|
}
|
|
6900
6900
|
},
|
|
6901
|
+
{
|
|
6902
|
+
"url": "https://wicg.github.io/connection-allowlists/",
|
|
6903
|
+
"seriesComposition": "full",
|
|
6904
|
+
"shortname": "connection-allowlists",
|
|
6905
|
+
"series": {
|
|
6906
|
+
"shortname": "connection-allowlists",
|
|
6907
|
+
"currentSpecification": "connection-allowlists",
|
|
6908
|
+
"title": "Connection Allowlists",
|
|
6909
|
+
"shortTitle": "Connection Allowlists",
|
|
6910
|
+
"nightlyUrl": "https://wicg.github.io/connection-allowlists/"
|
|
6911
|
+
},
|
|
6912
|
+
"organization": "W3C",
|
|
6913
|
+
"groups": [
|
|
6914
|
+
{
|
|
6915
|
+
"name": "Web Platform Incubator Community Group",
|
|
6916
|
+
"url": "https://www.w3.org/community/wicg/"
|
|
6917
|
+
}
|
|
6918
|
+
],
|
|
6919
|
+
"nightly": {
|
|
6920
|
+
"url": "https://wicg.github.io/connection-allowlists/",
|
|
6921
|
+
"status": "Draft Community Group Report",
|
|
6922
|
+
"alternateUrls": [],
|
|
6923
|
+
"repository": "https://github.com/WICG/connection-allowlists",
|
|
6924
|
+
"sourcePath": "index.bs",
|
|
6925
|
+
"filename": "index.html"
|
|
6926
|
+
},
|
|
6927
|
+
"title": "Connection Allowlists",
|
|
6928
|
+
"source": "spec",
|
|
6929
|
+
"shortTitle": "Connection Allowlists",
|
|
6930
|
+
"categories": [
|
|
6931
|
+
"browser"
|
|
6932
|
+
],
|
|
6933
|
+
"standing": "good"
|
|
6934
|
+
},
|
|
6901
6935
|
{
|
|
6902
6936
|
"url": "https://wicg.github.io/container-timing/",
|
|
6903
6937
|
"seriesComposition": "full",
|
package/package.json
CHANGED