[Bug 21992] Consider adding getInputContext() to SVGElement

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

--- Comment #3 from Takayoshi Kochi <kochi@google.com> ---
If we allow just receiving DOM compositionevents on any SVG element
which have focus (just like keydown events), it would be more consistent
between HTMLElement and SVGElement.

As Travis commented in #1, allowing contenteditable on SVG element
should be a hard thing, but just allowing it to handle composition event
and allow Javascript code to draw the composition wouldn't add much
complexity to SVG code.

I'll investigate this further for this but this can be dropped from the
first version of IME API, as the need for this should not be so big.

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

Received on Thursday, 4 July 2013 07:22:58 UTC