Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-text-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ Characters and Letters</h3>
(that are not <a>segment breaks</a>)
are rendered as a zero-width space (U+200B). <!-- thus can disrupt shaping -->
Control characters (<a>Unicode category</a> <code>Cc</code>)
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 (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.
Expand Down