question

siemos-2845 avatar image
0 Votes"
siemos-2845 asked YuZhou-MSFT edited

Edge (Chromuim) can control the IME Mode with CSS like IE?

I know the IME Mode is only for the IE .
but the ms-edge will be support for IME Mode in future?
the ime mode is very usefull for the multi charactor input mode change like japanese .
japanese full charactor like full kana use IME mode can auto change ime mode from half to full.

ms-edge
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

YuZhou-MSFT avatar image
0 Votes"
YuZhou-MSFT answered YuZhou-MSFT edited

Hi @siemos-2845

From this doc, we can know that ime-mode is deprecated and no longer recommended. We need to avoid using it, and update existing code if possible. This feature may cease to work at any time. So Edge will not support ime-mode in the future.

Your ime-mode code will still work in Edge IE mode now but it will never work in Edge normal mode. As IE is going to retire, I suggest that you update your code so that it can meet the standards of modern browsers.

Best Regards,
Yu Zhou


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.