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
Copy file name to clipboardExpand all lines: cssom-view/Overview.bs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1449,7 +1449,7 @@ The <dfn attribute for=MouseEvent>pageX</dfn> attribute must follow these steps:
1449
1449
The <dfn attribute for=MouseEvent>pageY</dfn> attribute must follow these steps:
1450
1450
1451
1451
1. If the event's <a>dispatch flag</a> is set, return the vertical coordinate of the position where the event occurred relative to the origin of the <a>initial containing block</a> and terminate these steps.
1452
-
1. Let <var>offset</var> be the value of the {{Window/scrollX}} attribute of the event's associated {{Window}} object, if there is one, or zero otherwise.
1452
+
1. Let <var>offset</var> be the value of the {{Window/scrollY}} attribute of the event's associated {{Window}} object, if there is one, or zero otherwise.
1453
1453
1. Return the sum of <var>offset</var> and the value of the event's {{MouseEvent/clientY}} attribute.
1454
1454
1455
1455
The <dfn attribute for=MouseEvent>clientX</dfn> attribute must return the x-coordinate of
0 commit comments