Skip to content

Commit 3055ad5

Browse files
committed
[css-text-3] Form feeds are treated like other Cc characters. #855
1 parent 3bbe9fc commit 3055ad5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

css-text-3/Overview.bs

+5-7
Original file line numberDiff line numberDiff line change
@@ -894,14 +894,12 @@ Text Processing</h3>
894894
<a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous">9.2.2.1</a></p>
895895

896896
<p>
897-
Form feeds (U+000C)
898-
(that are not <a>segment breaks</a>)
899-
are rendered as a zero-width space (U+200B). <!-- thus can disrupt shaping -->
900-
Control characters (<a>Unicode category</a> <code>Cc</code>)
901-
other than tab (U+0009), line feed (U+000A), and form feed (U+000C),
897+
Control characters (<a>Unicode category</a> <code>Cc</code>)--
898+
other than tabs (U+0009), line feeds (U+000A),
899+
and sequences that form a <a>segment break</a>--
902900
must be rendered as a visible glyph
903-
which the UA must synthethize if the glyphs found in the font are not visible
904-
and otherwise treated as any other character
901+
which the UA must synthethize if the glyphs found in the font are not visible,
902+
and must be otherwise treated as any other character
905903
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.
906904
The UA may use a glyph provided by a font specifically for the control character,
907905
substitute the glyphs provided for the corresponding symbol in the Control Pictures block,

0 commit comments

Comments
 (0)