From f220c717f5b6b9675a2aec51e02534ed3ee05c6d Mon Sep 17 00:00:00 2001 From: Florian Rivoal Date: Fri, 14 Sep 2018 16:38:42 +0900 Subject: [PATCH] [css-text-3] treat lone cr as any control character #855 Closes #855 --- css-text-3/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-text-3/Overview.bs b/css-text-3/Overview.bs index b3bba5e697f..d04112ab1cc 100644 --- a/css-text-3/Overview.bs +++ b/css-text-3/Overview.bs @@ -596,7 +596,7 @@ Characters and Letters (that are not segment breaks) are rendered as a zero-width space (U+200B). Control characters (Unicode category Cc) - other than tab (U+0009), line feed (U+000A), form feed (U+000C), and carriage return (U+000D) + other than tab (U+0009), line feed (U+000A), and form feed (U+000C), must be rendered as a visible glyph and otherwise treated as any other character of the Other Symbols (So) general category and Common script.