@@ -836,7 +836,7 @@ <h3 id="offset-attributes">The <code title="">offsetParent</code>,
836836 < var > A</ var > and stop this algorithm.</ p > </ li >
837837
838838 < li > < p > Return the result of subtracting the y-coordinate of the top
839- < span > padding edge</ span > of the < code > offsetParent</ code > of
839+ < span > border edge</ span > of the < code > offsetParent</ code > of
840840 < var > A</ var > from the y-coordinate of the top < span > border edge</ span > of
841841 < var > A</ var > , relative to the < span > initial containing block</ span >
842842 origin.</ p > </ li >
@@ -858,7 +858,7 @@ <h3 id="offset-attributes">The <code title="">offsetParent</code>,
858858 < var > A</ var > and stop this algorithm.</ p > </ li >
859859
860860 < li > < p > Return the result of subtracting the x-coordinate of the left
861- < span > padding edge</ span > of the < code > offsetParent</ code > of
861+ < span > border edge</ span > of the < code > offsetParent</ code > of
862862 < var > A</ var > from the x-coordinate of the left < span > border edge</ span >
863863 of < var > A</ var > , relative to the < span > initial containing block</ span >
864864 origin.</ p > </ li >
@@ -1018,7 +1018,7 @@ <h2 id="the-mouseeventview-interface">The <code title="">MouseEventView</code> I
10181018 on getting, < em class ="ct "> must</ em > return the y-coordinate of the
10191019 position where the event occurred relative to the origin of the
10201020 < span > initial containing block</ span > .</ p >
1021-
1021+
10221022 < p > The < dfn id ="mouseeventview-clientx "> < code > clientX</ code > </ dfn >
10231023 attribute, on getting, < em class ="ct "> must</ em > return the x-coordinate of
10241024 the position where the event occurred relative to the origin of the
@@ -1028,7 +1028,7 @@ <h2 id="the-mouseeventview-interface">The <code title="">MouseEventView</code> I
10281028 attribute, on getting, < em class ="ct "> must</ em > return the y-coordinate of
10291029 the position where the event occurred relative to the origin of the
10301030 < span > viewport</ span > .</ p >
1031-
1031+
10321032 < p > The < dfn id ="mouseeventview-offsetx "> < code > offsetX</ code > </ dfn >
10331033 attribute, on getting, < em class ="ct "> must</ em > return the x-coordinate of
10341034 the position where the event occurred relative to the origin of the
0 commit comments