Re: [w3c/editing] Different browser behaviors when moving the caret by one word. (#278)

This is expected. The definition of a word boundary in some languages like Japanese requires heuristic. There is no way for us to define them precisely. There is also a difference between how trailing or leading whitespace is treated in each operating system, and it's important for us to respect each platform's convention.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/278#issuecomment-773814972

Received on Friday, 5 February 2021 06:09:19 UTC