Skip to content

Commit 5ebe02d

Browse files
committed
Describe issue on consuming specified height
1 parent cdf87c2 commit 5ebe02d

2 files changed

Lines changed: 82 additions & 0 deletions

File tree

css3-break/Overview.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,48 @@ <h3 id=break-decoration><span class=secno>5.3. </span> Decorating Box
11731173
&lsquo;<code class=css>right</code>&rsquo; breaking). <span
11741174
class=issue>Does this use up height?</span>
11751175

1176+
<div class=issue style="counter-increment: none">
1177+
<p>For &lsquo;<code class=css>clone</code>&rsquo;, if the box is
1178+
tight-wrapping around the content (which, we believe it should), it makes
1179+
sense not to use up specified height. But there isn't a very strong
1180+
reason for &lsquo;<code class=css>slice</code>&rsquo; to use or not use
1181+
up specified height. So for consistency, we suggest that neither uses up
1182+
specified height.
1183+
1184+
<pre>
1185+
+-----------------+
1186+
| ............... |
1187+
| .............. |
1188+
| ............... |
1189+
| .............. |
1190+
| ............ |
1191+
| ############### |
1192+
| # this box # |
1193+
| # is # | &lt;&lt; box-break: clone
1194+
| # fragmented # |
1195+
| ############### | &lt;-+
1196+
| | | remaining
1197+
| | | blank
1198+
| | | space
1199+
+-----------------+ &lt;-+
1200+
1201+
+-----------------+
1202+
| ............... |
1203+
| .............. |
1204+
| ............... |
1205+
| .............. |
1206+
| ............ |
1207+
| ############### |
1208+
| # this box # |
1209+
| # is # | &lt;&lt; box-break: slice
1210+
| # fragmented # |
1211+
| # # | &lt;-+
1212+
| # # | | remaining
1213+
| # # | | blank
1214+
| # # | | space
1215+
+-----------------+ &lt;-+</pre>
1216+
</div>
1217+
11761218
<h2 id=conformance><span class=secno>6. </span> Conformance</h2>
11771219

11781220
<h3 id=conventions><span class=secno>6.1. </span> Document Conventions</h3>

css3-break/Overview.src.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,46 @@ <h3 id="break-decoration">
950950
breaking). <span class="issue">Does this use up height?</span>
951951
</p>
952952

953+
<div class=issue style="counter-increment: none">
954+
<p>For ''clone'', if the box is tight-wrapping around the content (which,
955+
we believe it should), it makes sense not to use up specified height.
956+
But there isn't a very strong reason for ''slice'' to use or not use up
957+
specified height. So for consistency, we suggest that neither uses up
958+
specified height.
959+
<pre>
960+
+-----------------+
961+
| ............... |
962+
| .............. |
963+
| ............... |
964+
| .............. |
965+
| ............ |
966+
| ############### |
967+
| # this box # |
968+
| # is # | &lt;&lt; box-break: clone
969+
| # fragmented # |
970+
| ############### | &lt;-+
971+
| | | remaining
972+
| | | blank
973+
| | | space
974+
+-----------------+ &lt;-+
975+
976+
+-----------------+
977+
| ............... |
978+
| .............. |
979+
| ............... |
980+
| .............. |
981+
| ............ |
982+
| ############### |
983+
| # this box # |
984+
| # is # | &lt;&lt; box-break: slice
985+
| # fragmented # |
986+
| # # | &lt;-+
987+
| # # | | remaining
988+
| # # | | blank
989+
| # # | | space
990+
+-----------------+ &lt;-+</pre>
991+
</div>
992+
953993
<h2 id="conformance">
954994
Conformance</h2>
955995

0 commit comments

Comments
 (0)