You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>Let <var>y</var> be the value of <codetitle="dom-open-features-height"><ahref="#dom-open-features-height">height</a></code>.
765
765
<li><p>Optionally, clamp <var>y</var> in a user-agent-defined manner so that the window does not get too small or bigger than the available space.
766
766
<li><p>Optionally, size <var>target</var>'s window by moving its bottom edge such that the distance between the top and bottom edges of the viewport are
767
-
<var>x</var> CSS pixels of <var>target</var>.
767
+
<var>y</var> CSS pixels of <var>target</var>.
768
768
<li><p>Optionally, move <var>target</var>'s window in a user-agent-defined manner so that it does not grow outside the available space.
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -722,7 +722,7 @@ <h4>The <var>features</var> argument to the <code title>open()</code> method</h4
722
722
<li><p>Let <var>y</var> be the value of <codetitle=dom-open-features-height>height</code>.
723
723
<li><p>Optionally, clamp <var>y</var> in a user-agent-defined manner so that the window does not get too small or bigger than the available space.
724
724
<li><p>Optionally, size <var>target</var>'s window by moving its bottom edge such that the distance between the top and bottom edges of the viewport are
725
-
<var>x</var> CSS pixels of <var>target</var>.
725
+
<var>y</var> CSS pixels of <var>target</var>.
726
726
<li><p>Optionally, move <var>target</var>'s window in a user-agent-defined manner so that it does not grow outside the available space.
0 commit comments