Skip to content

Commit

Permalink
Fire selectionchange on input/textarea elements
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and rniwa committed Jul 13, 2021
1 parent b2f91fb commit 49b4527
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,13 @@ <h3>
bubble and is not cancelable, at the <a>document</a> associated with
the <a>selection</a>.
</p>
<p>
When an [^input^] or [^textarea^] element provide a text selection and
its selection changes (in either extent or [=direction=]), the user
agent must [=queue a task=] to [=fire an event=] with the name
<code>selectionchange</code>, which does bubble but is not cancelable,
at the element.
</p>
</section>
</section>
<section id='conformance'>
Expand Down

0 comments on commit 49b4527

Please sign in to comment.