8000 [css-text-4] Drop preserve-auto per WG resolution <https://lists.w3.o… · w3c/csswg-drafts@ff5626c · GitHub
Skip to content

Commit ff5626c

Browse files
committed
[css-text-4] Drop preserve-auto per WG resolution <https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html>.
1 parent a62b04f commit ff5626c

1 file changed

Lines changed: 2 additions & 34 deletions

File tree

css-text-4/Overview.bs

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Editor: Koji Ishii, Invited Expert, kojiishi@gluesoft.co.jp
1212
Editor: Alan Stearns, Adobe Systems, stearns@adobe.com
1313
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.
1414
Ignored terms: segment break, segment breaks
15-
At Risk: The ''preserve-trim'' of the 'text-space-collapse' property
1615
</pre>
1716

1817
<pre class='link-defaults'>
@@ -44,7 +43,7 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
4443

4544
<pre class="propdef">
4645
Name: text-space-collapse
47-
Value: collapse | discard | preserve | preserve-auto | preserve-trim | preserve-breaks | preserve-spaces
46+
Value: collapse | discard | preserve | preserve-breaks | preserve-spaces
4847
Initial: collapse
4948
Applies to: all elements
5049
Inherited: yes
@@ -73,32 +72,6 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
7372
from collapsing sequences of white space.
7473
<a>Segment breaks</a> are preserved as forced line breaks.
7574

76-
<dt><dfn>preserve-auto</dfn>
77-
<dd>
78-
This value preserves white space and <a>segment breaks</a> as for ''preserve''.
79-
However, in order to match platform conventions for editable text fields,
80-
the UA <em>may</em> visually collapse
81-
the advance widths of preserved white space
82-
that occurs at the end of a line,
83-
<em>or</em> treat them as collapsed for the purpose of wrapping text
84-
(such that the white space overflows the line instead of wrapping to the front of the next line).
85-
86-
<dt><dfn>preserve-trim</dfn>
87-
<dd>
88-
This value preserves white space and <a>segment breaks</a> as for ''preserve''.
89-
However, the UA <em>must</em> visually collapse to 0
90-
the advance widths of all preserved white space
91-
that occur at the end of a line.
92-
93-
Note: the ''preserve-trim'' value is at risk.
94-
95-
Issue: The CSSWG would appreciate feedback
96-
on the use cases for this value,
97-
to evaluate whether
98-
this value is needed at all
99-
and if so, if trimming leading spaces
100-
could be needed as well.
101-
10275
<dt><dfn>preserve-breaks</dfn>
10376
<dd>
10477
This value collapses white space as for ''collapse'', but preserves
@@ -467,7 +440,7 @@ Shorthand for White Space and Wrapping: the 'white-space' property</h2>
467440

468441
<pre class="propdef">
469442
Name: white-space
470-
Value: normal | pre | nowrap | pre-wrap | pre-wrap-auto | pre-line
443+
Value: normal | pre | nowrap | pre-wrap | pre-line
471444
Initial: auto
472445
Applies to: all elements
473446
Inherited: yes
@@ -514,11 +487,6 @@ Shorthand for White Space and Wrapping: the 'white-space' property</h2>
514487
<td>''text-space-collapse/preserve''
515488
<td>''text-wrap/normal''
516489
<td>''text-space-trim/none''
517-
<tr>
518-
<th>''pre-wrap-auto''
519-
<td>''text-space-collapse/preserve-auto''
520-
<td>''text-wrap/normal''
521-
<td>''text-space-trim/none''
522490
<tr>
523491
<th>''pre-line''
524492
<td>''text-space-collapse/preserve-breaks''

0 commit comments

Comments
 (0)