[Bug 13118] Consider firing `oninput` for contenteditable areas as well

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13118

--- Comment #1 from Mathias Bynens <mathias@qiwi.be> 2011-07-02 09:50:42 UTC ---
Example use case: http://mothereffingcssescapes.com/

`oninput` is used there, falling back to `onkeyup` in case it’s not available.
As only WebKit fires `oninput` event handlers for contenteditable areas,
there’s an unnecessary delay in all other browsers.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 2 July 2011 09:50:44 UTC