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
[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
Copy file name to clipboardExpand all lines: css-text-4/Overview.bs
+3-13Lines changed: 3 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ Text Wrap Settings: the 'text-wrap' property</h3>
172
172
173
173
<pre class="propdef">
174
174
Name: text-wrap
175
-
Value: wrap | nowrap | balance | multi-line
175
+
Value: wrap | nowrap | balance
176
176
Initial: wrap
177
177
Applies to: <a>inline boxes</a> and <a>block containers</a>
178
178
Inherited: yes
@@ -223,20 +223,10 @@ Text Wrap Settings: the 'text-wrap' property</h3>
223
223
The exact algorithm is UA-defined.
224
224
225
225
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>.
238
226
</dl>
239
227
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>.
0 commit comments