Skip to content

Commit

Permalink
add missing element argument to calculate absolute position
Browse files Browse the repository at this point in the history
Signed-off-by: AutomatedTester <[email protected]>
  • Loading branch information
andreastt authored and AutomatedTester committed Jul 23, 2015
1 parent 7c69e90 commit 5dbf24b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webdriver-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2726,7 +2726,8 @@ <h2>Element Displayedness</h2>
<h2>Element State</h2>

<p>To <dfn>calculate the absolute position</dfn> of
an <a href=https://dom.spec.whatwg.org/#concept-element>element</a>:
an <a href=https://dom.spec.whatwg.org/#concept-element>element</a>,
<var>element</var>:

<ol>
<li><p>Let <var>x</var> be 0.
Expand Down

0 comments on commit 5dbf24b

Please sign in to comment.