Skip to content

Commit

Permalink
Make content editable elements clearable
Browse files Browse the repository at this point in the history
Closes #885
  • Loading branch information
shs96c authored and AutomatedTester committed Aug 10, 2017
1 parent 5c573c3 commit e5a5e92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webdriver-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -5622,9 +5622,9 @@ <h3>Element Clear</h3>
of <a>trying</a> to <a>get a known element</a>
with argument <var>element id</var>.

<li><p>If <var>element</var> is not <a>editable</a> and is
not <a>resettable</a> return an <a>error</a> with <a>error
code</a> <a>invalid element state</a>.
<li><p>If <var>element</var> is neither <a>content editable</a> nor
both <a>editable</a> and <a>resettable</a> return an <a>error</a>
with <a>error code</a> <a>invalid element state</a>.

<li><p><a>Scroll into view</a> the <var>element</var>.

Expand Down

0 comments on commit e5a5e92

Please sign in to comment.