You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor: Koji Ishii, Invited Expert, kojiishi@gluesoft.co.jp
12
12
Editor: Alan Stearns, Adobe Systems, stearns@adobe.com
13
13
Abstract: This module defines properties for text manipulation and specifies their processing model. It covers line breaking, justification and alignment, white space handling, and text transformation.
14
+
Ignored terms: segment break, segment breaks
14
15
</pre>
15
16
16
17
<h2 id="intro">
@@ -62,25 +63,26 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
62
63
<dd>
63
64
This value prevents user agents
64
65
from collapsing sequences of white space.
65
-
Line feeds are preserved as forced line breaks.
66
+
<a>Segment breaks</a> are preserved as forced line breaks.
66
67
67
68
<dt><dfn>preserve-breaks</dfn>
68
69
<dd>
69
70
This value collapses white space as for ''collapse'', but preserves
70
-
line feeds as forced line breaks.
71
+
<a>segment breaks</a> as forced line breaks.
71
72
72
73
<dt><dfn>preserve-spaces</dfn>
73
74
<dd>
74
75
This value prevents user agents
75
76
from collapsing sequences of white space,
76
-
and converts tabs and line feeds to spaces.
77
+
and converts tabs and <a>segment breaks</a> to spaces.
77
78
(This value is intended to match the behavior
78
-
of xml:space="preserve" in SVG)
79
+
of <code>xml:space="preserve"</code> in SVG.)
79
80
80
81
<dt><dfn>discard</dfn>
81
82
<dd>
82
-
This value directs user agents to "discard" all white space in the
83
-
element.
83
+
This value directs user agents to “discard”
84
+
all white space in the element.
85
+
84
86
Issue: Does this preserve line break opportunities or no? Do we need a "hide" value?
85
87
</dl>
86
88
@@ -124,10 +126,10 @@ White Space Trimming: the 'text-space-trim' property</h3>
124
126
<dt><dfn>trim-inner</dfn>
125
127
<dd>
126
128
For block containers this value directs UAs to discard all whitespace
127
-
at the beginning of the element up to and including the last line feed
129
+
at the beginning of the element up to and including the last <a>segment break</a>
128
130
before the first non-white-space character in the element as well as
129
131
to discard all white space at the end of the element starting with the
130
-
first line feed after the last non-white-space character in the element.
132
+
first <a>segment break</a> after the last non-white-space character in the element.
131
133
For other elements this value directs UAs to discard all whitespace
132
134
at the beginning and end of the element.
133
135
@@ -265,7 +267,7 @@ Inline breaks between boxes: the 'wrap-before'/'wrap-after' properties</h3>
265
267
</pre>
266
268
267
269
These properties specify modifications to break opportunities
268
-
in line and flex line breaking
270
+
in line breaking (and <a>flex line</a> breaking[[CSS3-FLEXBOX]]).
0 commit comments