[w3c/editing] [execCommand] 9.22 The 'insertText' command action step 5. incorrectly states (U+00A0) as a newline code point (Issue #464)

"If value is a newline (U+00A0), take the [action](https://w3c.github.io/editing/docs/execCommand/#action) for [the insertParagraph command](https://w3c.github.io/editing/docs/execCommand/#the-insertparagraph-command) and return true."

This should presumably be a line feed character (U+000A)

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

Message ID: <w3c/editing/issues/464@github.com>

Received on Thursday, 8 August 2024 13:11:16 UTC