[Bug 22467] <select> should have “oninput”

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22467

Chris Rebert <w3bugs@chrisrebert.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w3bugs@chrisrebert.com

--- Comment #5 from Chris Rebert <w3bugs@chrisrebert.com> ---
<select>s do fire "input" events per the current spec, and Chrome & Safari
implement this. Firefox and Edge don't yet implement this.

"When the user agent is to send <select> update notifications, queue a task to
first fire a simple event that bubbles named `input` at the <select> element,
[...]"
--
https://html.spec.whatwg.org/multipage/forms.html#send-select-update-notifications

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 21 September 2015 21:37:03 UTC