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>If the event's <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#dispatch-flag">dispatch flag</a> is set, return the x-coordinate of the position where the event occurred relative to the
1574
-
origin of the <ahref="#padding-edge">padding edge</a> of the target node and terminate these steps.
1574
+
origin of the <ahref="#padding-edge">padding edge</a> of the target node, ignoring the <ahref="#transforms">transforms</a> that apply to the element and its ancestors, and terminate
1575
+
these steps.
1575
1576
<li><p>Return the value of the event's <codetitle="dom-MouseEvent-pageX"><ahref="#dom-mouseevent-pagex">pageX</a></code> attribute.
1576
1577
</ol>
1577
1578
1578
1579
<p>The <dfnid="dom-mouseevent-offsety" title="dom-MouseEvent-offsetY"><code>offsetY</code></dfn> attribute must follow these steps:
1579
1580
1580
1581
<ol>
1581
1582
<li><p>If the event's <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#dispatch-flag">dispatch flag</a> is set, return the y-coordinate of the position where the event occurred relative to the
1582
-
origin of the <ahref="#padding-edge">padding edge</a> of the target node and terminate these steps.
1583
+
origin of the <ahref="#padding-edge">padding edge</a> of the target node, ignoring the <ahref="#transforms">transforms</a> that apply to the element and its ancestors, and terminate
1584
+
these steps.
1583
1585
<li><p>Return the value of the event's <codetitle="dom-MouseEvent-pageY"><ahref="#dom-mouseevent-pagey">pageY</a></code> attribute.
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1532,15 +1532,17 @@ <h2>Extensions to the <code title>MouseEvent</code> Interface</h2>
1532
1532
1533
1533
<ol>
1534
1534
<li><p>If the event's <spandata-anolis-spec=dom>dispatch flag</span> is set, return the x-coordinate of the position where the event occurred relative to the
1535
-
origin of the <span>padding edge</span> of the target node and terminate these steps.
1535
+
origin of the <span>padding edge</span> of the target node, ignoring the <span>transforms</span> that apply to the element and its ancestors, and terminate
1536
+
these steps.
1536
1537
<li><p>Return the value of the event's <codetitle=dom-MouseEvent-pageX>pageX</code> attribute.
1537
1538
</ol>
1538
1539
1539
1540
<p>The <dfntitle=dom-MouseEvent-offsetY><code>offsetY</code></dfn> attribute must follow these steps:
1540
1541
1541
1542
<ol>
1542
1543
<li><p>If the event's <spandata-anolis-spec=dom>dispatch flag</span> is set, return the y-coordinate of the position where the event occurred relative to the
1543
-
origin of the <span>padding edge</span> of the target node and terminate these steps.
1544
+
origin of the <span>padding edge</span> of the target node, ignoring the <span>transforms</span> that apply to the element and its ancestors, and terminate
1545
+
these steps.
1544
1546
<li><p>Return the value of the event's <codetitle=dom-MouseEvent-pageY>pageY</code> attribute.
0 commit comments