Skip to content

Commit befbda4

Browse files
author
kojiishi
committed
[css-text] White Space Processing Details editorial change <http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html>
1 parent 4b11cab commit befbda4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

css-text/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -910,10 +910,10 @@ <h2 id=white-space-processing><span class=secno>4. </span> White Space
910910
property.
911911

912912
<p id=segment-normalization> CSS does not define document segmentation
913-
rules. Segments could be separated by a particular newline seqence (such
914-
as a line feed or CRLF pair), or delimited by some other mechanism, such
915-
as the SGML <code>RECORD-START</code> and <code>RECORD-END</code> tokens.
916-
For CSS processing, each document language–defined segment break, CRLF
913+
rules. Segments can be separated by a particular newline seqence (such as
914+
a line feed or CRLF pair), or delimited by some other mechanism, such as
915+
the SGML <code>RECORD-START</code> and <code>RECORD-END</code> tokens. For
916+
CSS processing, each document language–defined segment break, CRLF
917917
sequence (U+000D U+000A), carriage return (U+000D), and line feed (U+000A)
918918
in the text is treated as a <dfn id=segment-break>segment break</dfn>,
919919
which is then interpreted for rendering as specified by the ‘<a

css-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ <h2 id="white-space-processing">
583583
<p>White space processing in CSS is controlled with the 'white-space' property.
584584

585585
<p id="segment-normalization">
586-
CSS does not define document segmentation rules. Segments could be
586+
CSS does not define document segmentation rules. Segments can be
587587
separated by a particular newline seqence (such as a line feed or
588588
CRLF pair), or delimited by some other mechanism, such as the SGML
589589
<code>RECORD-START</code> and <code>RECORD-END</code> tokens.

css-text/issues-lc-2013.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0106.html
8080
Closed: Accepted
8181
----
8282
Issue 8.
83-
Summary: White Space Processing Details editorial change
83+
Summary: White Space Processing Details editorial changes
8484
From: CE Whitehead
8585
Comment: http://lists.w3.org/Archives/Public/www-style/2013Nov/0089.html
8686
Closed: Accepted

0 commit comments

Comments
 (0)