Skip to content

Commit 557837b

Browse files
frewsxcvzcorpan
authored andcommitted
[cssom-view] Editorial: Remove double commas
1 parent 4aaf531 commit 557837b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cssom-view/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ The <dfn attribute for=HTMLElement>offsetTop</dfn> attribute must return the res
14001400
The <dfn attribute for=HTMLElement>offsetLeft</dfn> attribute must return the result of running these steps:
14011401

14021402
1. If the element is <a>the HTML <code>body</code> element</a> or does not have any associated <a>CSS layout box</a> return zero and terminate this algorithm.
1403-
1. If the {{HTMLElement/offsetParent}} of the element is null return the x-coordinate of the left <a>border edge</a> of the first <a>CSS layout box</a> associated with the element, relative to the <a>initial containing block</a> origin, , ignoring any <a>transforms</a> that apply to the element and its ancestors, and terminate this algorithm.
1403+
1. If the {{HTMLElement/offsetParent}} of the element is null return the x-coordinate of the left <a>border edge</a> of the first <a>CSS layout box</a> associated with the element, relative to the <a>initial containing block</a> origin, ignoring any <a>transforms</a> that apply to the element and its ancestors, and terminate this algorithm.
14041404
1. Return the result of subtracting the x-coordinate of the left <a>padding edge</a> of the first <a>CSS layout box</a> associated with the {{HTMLElement/offsetParent}} of the element from the x-coordinate of the left <a>border edge</a> of the first <a>CSS layout box</a> associated with the element, relative to the <a>initial containing block</a> origin, ignoring any <a>transforms</a> that apply to the element and its ancestors.
14051405

14061406
The <dfn attribute for=HTMLElement>offsetWidth</dfn> attribute must return the result of running these steps:
@@ -1787,6 +1787,7 @@ Antonio Gomes,
17871787
Bj&ouml;rn H&ouml;hrmann,
17881788
Boris Zbarsky,
17891789
Chris Rebert,
1790+
Corey Farwell,
17901791
Dan Bates,
17911792
David Vest,
17921793
Elliott Sprehn,

0 commit comments

Comments
 (0)