- From: <bugzilla@jessica.w3.org>
- Date: Mon, 12 Mar 2012 17:13:12 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=12958 --- Comment #7 from Aryeh Gregor <ayg@aryeh.name> 2012-03-12 17:13:08 UTC --- If the idea is to have a cancelable event that fires before input, I suggest making sure it matches the beforeinput event that I specified for contenteditable. See bug 13118 comment 33, and the spec, changeset, and test: http://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#methods-to-query-and-execute-commands http://dvcs.w3.org/hg/editing/rev/a089a5315642 http://dvcs.w3.org/hg/editing/raw-file/tip/conformancetest/event.html Of course, the use of the EditingBeforeInputEvent interface wouldn't be appropriate for input/textarea, since the .command and .value properties wouldn't make sense. -- Configure bugmail: https://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 Monday, 12 March 2012 17:13:14 UTC