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
Copy file name to clipboardExpand all lines: css-display/Overview.bs
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -421,7 +421,7 @@ Automatic Box Type Transformations</h3>
421
421
422
422
423
423
<h2 id='box-suppress'>
424
-
Toggling box generation: the 'box-suppress' property</h2>
424
+
Toggling Box Generation: the 'box-suppress' property</h2>
425
425
426
426
<pre class="propdef">
427
427
Name: box-suppress
@@ -480,10 +480,14 @@ Toggling box generation: the 'box-suppress' property</h2>
480
480
481
481
Issue: We welcome better naming suggestions on this property.
482
482
483
+
Issue: Please send use cases (examples of where this property or something close to it is useful and necessary)
484
+
<a href="mailto:www-style@w3.org?subject=%5Bcss-display%5D%20box-suppres%20use%20cases">to the CSSWG</a> so that we can be sure we're designing the details of its behavior correctly.
485
+
483
486
<h2 id='run-in'>
484
487
Run-In Layout</h2>
485
488
486
-
A <dfn>run-in box</dfn> is a box that <em>merges into</em> a block that comes after it,
489
+
A <dfn lt="run-in | run-in box">run-in box</dfn>
490
+
is a box that <em>merges into</em> a block that comes after it,
487
491
inserting itself at the beginning of that block’s inline-level content.
488
492
This is useful for formatting compact headlines, definitions, and other similar things,
489
493
where the appropriate DOM structure is to have a headline preceding the following prose,
@@ -558,6 +562,8 @@ Run-In Layout</h2>
558
562
559
563
Note: This run-in model is slightly different from the one proposed in earlier revisions of [[!CSS21]].
560
564
565
+
Issue: <a href="http://www.w3.org/mid/B81F7808-D972-458D-970F-3900E82A0F27@rivoal.net">Interaction of run-in and ::first-letter</a>
0 commit comments