File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1173,6 +1173,48 @@ <h3 id=break-decoration><span class=secno>5.3. </span> Decorating Box
11731173 ‘< code class =css > right</ code > ’ breaking). < span
11741174 class =issue > Does this use up height?</ span >
11751175
1176+ < div class =issue style ="counter-increment: none ">
1177+ < p > For ‘< code class =css > clone</ code > ’, 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 ‘< code class =css > slice</ code > ’ 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 # | << box-break: clone
1194+ | # fragmented # |
1195+ | ############### | <-+
1196+ | | | remaining
1197+ | | | blank
1198+ | | | space
1199+ +-----------------+ <-+
1200+
1201+ +-----------------+
1202+ | ............... |
1203+ | .............. |
1204+ | ............... |
1205+ | .............. |
1206+ | ............ |
1207+ | ############### |
1208+ | # this box # |
1209+ | # is # | << box-break: slice
1210+ | # fragmented # |
1211+ | # # | <-+
1212+ | # # | | remaining
1213+ | # # | | blank
1214+ | # # | | space
1215+ +-----------------+ <-+</ 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 >
Original file line number Diff line number Diff 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 # | << box-break: clone
969+ | # fragmented # |
970+ | ############### | <-+
971+ | | | remaining
972+ | | | blank
973+ | | | space
974+ +-----------------+ <-+
975+
976+ +-----------------+
977+ | ............... |
978+ | .............. |
979+ | ............... |
980+ | .............. |
981+ | ............ |
982+ | ############### |
983+ | # this box # |
984+ | # is # | << box-break: slice
985+ | # fragmented # |
986+ | # # | <-+
987+ | # # | | remaining
988+ | # # | | blank
989+ | # # | | space
990+ +-----------------+ <-+</ pre >
991+ </ div >
992+
953993< h2 id ="conformance ">
954994Conformance</ h2 >
955995
You can’t perform that action at this time.
0 commit comments