Skip to content

Commit a0c27af

Browse files
committed
[css-text-4] Drop keyword and mark an open issue, since there's no consensus on what syntax is or isn't necessary for good text-wrapping algorithms. #672
1 parent 06a6298 commit a0c27af

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

css-text-4/Overview.bs

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
172172

173173
<pre class="propdef">
174174
Name: text-wrap
175-
Value: wrap | nowrap | balance | multi-line
175+
Value: wrap | nowrap | balance
176176
Initial: wrap
177177
Applies to: <a>inline boxes</a> and <a>block containers</a>
178178
Inherited: yes
@@ -223,20 +223,10 @@ Text Wrap Settings: the 'text-wrap' property</h3>
223223
The exact algorithm is UA-defined.
224224

225225
UAs may treat this value as ''text-wrap/wrap'' if there are more than ten lines to balance.
226-
227-
<dt><dfn>multi-line</dfn>
228-
<dd>
229-
Same as ''text-wrap/wrap'' for <a>inline boxes</a>.
230-
Same as ''text-wrap/wrap'' for block-level elements,
231-
except as below.
232-
233-
The exact algorithm is UA-defined.
234-
The algorithm should consider multiple lines when making break decisions.
235-
The UA should bias for best layout over speed.
236-
237-
ISSUE: This feature does not have CSSWG consensus, it is being proposed in <a href="https://github.com/w3c/csswg-drafts/issues/672#issuecomment-379723243">Issue 672</a>.
238226
</dl>
239227

228+
ISSUE: There's some discussion about whether different wrapping algorithms (higher quality vs faster) need special keywords, see <a href="https://github.com/w3c/csswg-drafts/issues/672#issuecomment-379723243">Issue 672</a>.
229+
240230
Regardless of the 'text-wrap' value,
241231
lines always break at forced breaks:
242232
for all values,

0 commit comments

Comments
 (0)