File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -894,14 +894,12 @@ Text Processing</h3>
894
894
<a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous">9.2.2.1</a> </p>
895
895
896
896
<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> --
902
900
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
905
903
of the Other Symbols (<code> So</code> ) <a>general category</a> and Common <a lt="Unicode script">script</a> .
906
904
The UA may use a glyph provided by a font specifically for the control character,
907
905
substitute the glyphs provided for the corresponding symbol in the Control Pictures block,
You can’t perform that action at this time.
0 commit comments