Skip to content

Commit dcb6db5

Browse files
committed
[css-text-3] Form feeds and carraige returns are made invisible zwsp-style (can disrupt shaping). #855
1 parent 3f8e4e8 commit dcb6db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-text-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ Characters and Letters</h3>
561561
<p>
562562
Form feeds (U+000C) and carriage returns (U+000D)
563563
(that are not <a>segment breaks</a>)
564-
are <span class="issue">not rendered | rendered as a zero-width space</span>.
564+
are rendered as a zero-width space (U+200B). <!-- thus can disrupt shaping -->
565565
Control characters (<a>Unicode category</a> <code>Cc</code>)
566566
other than tab (U+0009), line feed (U+000A), form feed (U+000C), and carriage return (U+000D)
567567
must be rendered as a visible glyph

0 commit comments

Comments
 (0)