Skip to content

Commit 757696c

Browse files
committed
1 parent e8a91de commit 757696c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cssom-view/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@ The <dfn attribute for=MouseEvent>pageX</dfn> attribute must follow these steps:
14491449
The <dfn attribute for=MouseEvent>pageY</dfn> attribute must follow these steps:
14501450

14511451
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.
14531453
1. Return the sum of <var>offset</var> and the value of the event's {{MouseEvent/clientY}} attribute.
14541454

14551455
The <dfn attribute for=MouseEvent>clientX</dfn> attribute must return the x-coordinate of
@@ -1694,7 +1694,9 @@ Stewart Brodie,
16941694
Sylvain Galineau,
16951695
Tab Atkins,
16961696
Tarquin Wilton-Jones,
1697-
Thomas Moore, and
1697+
Thomas Moore,
1698+
Thomas Shinnick,
1699+
and
16981700
Xiaomei Ji
16991701
for their contributions to this document.
17001702

0 commit comments

Comments
 (0)