You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a link to my proposal. There are three API changes, with the goal being better control of composition events so that IME's can finally be predictably handled in a custom editor. Only the first API change is essential, and should be a straightforward, backwards-compatible modification that I believe can easily be implemented in current browsers.
Quick summary:
compositionborder HTML attribute, signaling that compositions inside the element must only use that element's text content; also if the element has focus, the browser will not retarget the composition to an element outside
requestCompositionEnd, to forcibly commit the composition if the developer knows the composition should end
deleteCompositionText should revert the DOM, not just remove plaintext
@johanneswilm Not sure how you guys handle proposals around here
Here is a link to my proposal. There are three API changes, with the goal being better control of composition events so that IME's can finally be predictably handled in a custom editor. Only the first API change is essential, and should be a straightforward, backwards-compatible modification that I believe can easily be implemented in current browsers.
Quick summary:
compositionborder
HTML attribute, signaling that compositions inside the element must only use that element's text content; also if the element has focus, the browser will not retarget the composition to an element outsiderequestCompositionEnd
, to forcibly commit the composition if the developer knows the composition should enddeleteCompositionText
should revert the DOM, not just remove plaintext@johanneswilm Not sure how you guys handle proposals around here
(See also my comment here in #134, which discusses many of the same points)
The text was updated successfully, but these errors were encountered: