Skip to content

Commit 26f35b4

Browse files
committed
(merge)
2 parents b1f27b6 + 919c779 commit 26f35b4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

css-text-4/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
7373
the UA <em>may</em> visually collapse
7474
the advance widths of preserved white space
7575
that occurs at the end of a line,
76-
and is not required to honor soft wrap opportunities between such spaces.
76+
<em>or</em> treat them as collapsed for the purpose of wrapping text
77+
(such that the white space overflows the line instead of wrapping to the front of the next line).
7778

7879
<dt><dfn>preserve-trim</dfn>
7980
<dd>

css-text/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Languages and Typesetting</h4>
616616

617617
<p>
618618
Control characters (<a>Unicode category</a> <code>Cc</code>)
619-
other than tab (U+0009), line feed (U+000A), and carriage return (U+000D)
619+
other than tab (U+0009), line feed (U+000A), form feed (U+000C), and carriage return (U+000D)
620620
must be rendered as a visible glyph
621621
and otherwise treated as any other character
622622
of the Other Symbols (<code>So</code>) <a>general category</a> and Common <a lt="Unicode script">script</a>.

css-text/issues-lc-2013.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -779,4 +779,11 @@ From: Koji Ishii
779779
Comment: http://lists.w3.org/Archives/Public/www-style/2014Aug/0030.html
780780
Open:
781781
----
782-
782+
Issue 90.
783+
Summary: Syncrhonize definition of white space across Web Platform
784+
From: David Baron
785+
Comment: https://lists.w3.org/Archives/Public/www-style/2015Aug/0237.html
786+
Response: https://lists.w3.org/Archives/Public/www-style/2015Sep/0103.html
787+
Closed: Accepted
788+
Resolved: https://lists.w3.org/Archives/Public/www-style/2015Sep/0165.html
789+
----

0 commit comments

Comments
 (0)