[Bug 23422] Adding a method to deliver editing-related events to a DOM element

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

--- Comment #3 from Ojan Vafai <ojan@chromium.org> ---
(In reply to Takayoshi Kochi from comment #2)
> (In reply to Ojan Vafai from comment #1)
> > What are the cases where the request would fail?
> 
> For example, an element embedding a plugin (notably Flash), which
> user agents handle specially, may not be eligible for forwarding the
> input events, as far as I can imagine, but such a case may be ignorable.

The same argument applies to addEventListener('click') on such an element,
right? It seems better to me to not make this a "request" style API. How about
enableEditingEvents?

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

Received on Friday, 4 October 2013 01:34:23 UTC