Skip to content

Commit 209408e

Browse files
frivoalfantasai
authored andcommitted
[css-text-3] treat lone cr as any control character #855
Closes #855
1 parent 4270fd4 commit 209408e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-text-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ Characters and Letters</h3>
596596
(that are not <a>segment breaks</a>)
597597
are rendered as a zero-width space (U+200B). <!-- thus can disrupt shaping -->
598598
Control characters (<a>Unicode category</a> <code>Cc</code>)
599-
other than tab (U+0009), line feed (U+000A), form feed (U+000C), and carriage return (U+000D)
599+
other than tab (U+0009), line feed (U+000A), and form feed (U+000C),
600600
must be rendered as a visible glyph
601601
which the UA must synthethize if the glyphs found in the font are not visible
602602
and otherwise treated as any other character

0 commit comments

Comments
 (0)