Skip to content

Commit fab5fcf

Browse files
committed
[css-display] Fix header, add issues.
1 parent 65b793b commit fab5fcf

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

css-display/Overview.bs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Automatic Box Type Transformations</h3>
421421

422422

423423
<h2 id='box-suppress'>
424-
Toggling box generation: the 'box-suppress' property</h2>
424+
Toggling Box Generation: the 'box-suppress' property</h2>
425425

426426
<pre class="propdef">
427427
Name: box-suppress
@@ -480,10 +480,14 @@ Toggling box generation: the 'box-suppress' property</h2>
480480

481481
Issue: We welcome better naming suggestions on this property.
482482

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+
483486
<h2 id='run-in'>
484487
Run-In Layout</h2>
485488

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,
487491
inserting itself at the beginning of that block’s inline-level content.
488492
This is useful for formatting compact headlines, definitions, and other similar things,
489493
where the appropriate DOM structure is to have a headline preceding the following prose,
@@ -558,6 +562,8 @@ Run-In Layout</h2>
558562

559563
Note: This run-in model is slightly different from the one proposed in earlier revisions of [[!CSS21]].
560564

565+
Issue: <a href="http://www.w3.org/mid/B81F7808-D972-458D-970F-3900E82A0F27@rivoal.net">Interaction of run-in and ::first-letter</a>
566+
561567
<h2 id='glossary'>
562568
Appendix A: Glossary</h2>
563569

0 commit comments

Comments
 (0)