web-specs 2.7.0 → 2.8.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 +31 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -2833,6 +2833,37 @@
|
|
|
2833
2833
|
]
|
|
2834
2834
|
}
|
|
2835
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
"url": "https://w3c.github.io/window-placement/",
|
|
2838
|
+
"seriesComposition": "full",
|
|
2839
|
+
"shortname": "window-placement",
|
|
2840
|
+
"series": {
|
|
2841
|
+
"shortname": "window-placement",
|
|
2842
|
+
"currentSpecification": "window-placement",
|
|
2843
|
+
"title": "Multi-Screen Window Placement",
|
|
2844
|
+
"shortTitle": "Multi-Screen Window Placement",
|
|
2845
|
+
"nightlyUrl": "https://w3c.github.io/window-placement/"
|
|
2846
|
+
},
|
|
2847
|
+
"organization": "W3C",
|
|
2848
|
+
"groups": [
|
|
2849
|
+
{
|
|
2850
|
+
"name": "Second Screen Working Group",
|
|
2851
|
+
"url": "https://www.w3.org/2014/secondscreen/"
|
|
2852
|
+
}
|
|
2853
|
+
],
|
|
2854
|
+
"nightly": {
|
|
2855
|
+
"url": "https://w3c.github.io/window-placement/",
|
|
2856
|
+
"repository": "https://github.com/w3c/window-placement",
|
|
2857
|
+
"sourcePath": "index.bs",
|
|
2858
|
+
"filename": "index.html"
|
|
2859
|
+
},
|
|
2860
|
+
"title": "Multi-Screen Window Placement",
|
|
2861
|
+
"source": "spec",
|
|
2862
|
+
"shortTitle": "Multi-Screen Window Placement",
|
|
2863
|
+
"categories": [
|
|
2864
|
+
"browser"
|
|
2865
|
+
]
|
|
2866
|
+
},
|
|
2836
2867
|
{
|
|
2837
2868
|
"url": "https://webassembly.github.io/exception-handling/js-api/",
|
|
2838
2869
|
"seriesComposition": "fork",
|