[Bug 22018] Consider adding getCompositionAlternatives() in InputMethodContext

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

--- Comment #3 from Travis Leithead [MSFT] <travil@microsoft.com> ---
IME input is disabled for password control, at least on Windows platform, so we
don’t need to worry about exposing previous passwords to web apps--however, we
know that many sites use other input controls for passwords, so this is still a
very real concern.

I agree that not sending all candidates is a good limitation to add in the
implementation of this API, both for the benefit of performance and usefulness.
Usually the top candidates visible for end users are the only things matter for
web apps.

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

Received on Tuesday, 28 May 2013 22:01:29 UTC