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
1. Let <var>source</var> be the <a>responsible browsing context</a> of the <a>incumbent settings object</a>.
512
512
1. If <var>source</var> is not <a>allowed to resize and move</a><var>target</var>, terminate these steps.
513
513
1. Optionally, clamp <var>x</var> and <var>y</var> in a user-agent-defined manner so that the window does not get too small or bigger than the available space.
514
-
1. Resize <var>target</var>'s window by moving its right edge <var>x</var> CSS pixels of <var>target</var>righward and its bottom edge <var>y</var> CSS pixels of <var>target</var> downward.
514
+
1. Resize <var>target</var>'s window by moving its right edge <var>x</var> CSS pixels of <var>target</var>rightward and its bottom edge <var>y</var> CSS pixels of <var>target</var> downward.
515
515
1. Optionally, move <var>target</var>'s window in a user-agent-defined manner so that it does not grow outside the available space.
516
516
517
517
A <a>browsing context</a><var>A</var> is <dfn>allowed to resize and move</dfn> a <a>browsing context</a><var>B</var> if all the following conditions are met:
@@ -923,7 +923,7 @@ result of running these steps:
923
923
1. If there is no <a>viewport</a> associated with the document, return null.
924
924
1. If either argument is negative, <var>x</var> is greater
925
925
than the <a>viewport</a> width excluding the size of a rendered
926
-
scroll bar (if any), <var>y</var> is greather than the
926
+
scroll bar (if any), <var>y</var> is greater than the
927
927
<a>viewport</a> height excluding the size of a rendered scroll bar
928
928
(if any) return null.
929
929
1. If at the coordinates <var>x</var>,<var>y</var>
@@ -1549,7 +1549,7 @@ The <dfn method for=GeometryUtils lt="getBoxQuads(options)|getBoxQuads()">getBox
1549
1549
1550
1550
cross-frames not allowed, throw WrongDocumentError?
1551
1551
1552
-
points are flatterned (3d transform), z=0. like getClientRect
1552
+
points are flattened (3d transform), z=0. like getClientRect
1553
1553
1554
1554
test block in inline
1555
1555
@@ -1702,7 +1702,7 @@ generally not listed.
1702
1702
* The {{Element/scrollIntoView()}} method on {{Element}} was changed and extended.
1703
1703
* The {{Element/scrollTop}} and {{Element/scrollLeft}} IDL attributes on {{Element}} changed to no
1704
1704
longer take an object; the {{Element/scroll()}}, {{Element/scrollTo()}} and
1705
-
{{Element/scrollBy()}}mehtods were added instead.
1705
+
{{Element/scrollBy()}}methods were added instead.
1706
1706
* The {{Element/scrollWidth}}, {{Element/scrollHeight}}, {{Element/clientTop}},
1707
1707
{{Element/clientLeft}}, {{Element/clientWidth}} and {{Element/clientHeight}} IDL attributes on
0 commit comments