Skip to content

Commit f220c71

Browse files
committed
[css-text-3] treat lone cr as any control character w3c#855
Closes w3c#855
1 parent 25b93d5 commit f220c71

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
and otherwise treated as any other character
602602
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.

0 commit comments

Comments
 (0)