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

siemos 136 Reputation points
2021-08-23T03:41:09.843+00:00

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.

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2021-08-24T03:13:17.403+00:00

    Hi @siemos

    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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.