Skip to content

Commit 6d9c24e

Browse files
committed
[css-text-3] remove carriage return from document white space
Related to w3c#855
1 parent 209408e commit 6d9c24e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-text-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Characters and Letters</h3>
592592
<a href="https://www.w3.org/TR/CSS21/visuren.html#anonymous">9.2.2.1</a></p>
593593

594594
<p>
595-
Form feeds (U+000C) and carriage returns (U+000D)
595+
Form feeds (U+000C)
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>)
@@ -619,7 +619,7 @@ Characters and Letters</h3>
619619
Note that the set of characters considered <a>document white space</a> (part of the document content)
620620
and that considered syntactic white space (part of the CSS syntax)
621621
are not necessarily identical.
622-
However, since both include spaces (U+0020), tabs (U+0009), line feeds (U+000A), and carriage returns (U+000D)
622+
However, since both include spaces (U+0020), tabs (U+0009), and line feeds (U+000A)
623623
most authors won't notice any differences.
624624

625625
<h4 id="white-space-phase-1">Phase I: Collapsing and Transformation</h4>

0 commit comments

Comments
 (0)