w3c / editing

Specs and explainers maintained by the editing task force
http://w3c.github.io/editing/
Other
192 stars 40 forks source link

[execCommand] 9.22 The 'insertText' command action step 5. incorrectly states (U+00A0) as a newline character #464

Closed stuartbraines closed 2 months ago

stuartbraines commented 2 months ago

"If value is a newline (U+00A0), take the action for the insertParagraph command and return true."

This should presumably be a line feed (LF) character (U+000A), rather than No-Break Space (NBSP) Unicode Character (U+00A0)