Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6347,7 +6347,8 @@ <h4><dfn>Element Clear</dfn></h4>
or <var>timer</var>&apos;s [=timer/timeout fired flag=] to be set,
whichever occurs first.

<li><p>If <var>element</var> is not <a>interactable</a>,
<li><p>If <var>element</var> is not
<a>keyboard-interactable</a> or not<a>pointer-interactable</a>,
return <a>error</a> with <a>error code</a> <a>element not interactable</a>.

<li><p>Run the substeps of the first matching statement:
Expand Down