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-rhythm/Overview.bs
+188-2Lines changed: 188 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ Adjusting Line Box Heights: the 'line-height-step' property {#line-height-step}
71
71
When the <a>step unit</a> is set to a positive <<length>>,
72
72
the line box heights are rounded <i>up</i> to
73
73
the closest multiple of the unit.
74
-
Non-negative<<length>>s are valid.
74
+
Negative<<length>> values are invalid.
75
75
76
76
[[!CSS21]]<a href="https://drafts.csswg.org/css2/visudet.html#line-height">§10.8 Line height calculations</a>
77
77
defines how to compute the height of a line box from its inline-level content.
@@ -150,7 +150,8 @@ Adjusting Line Box Heights: the 'line-height-step' property {#line-height-step}
150
150
the use of 'vertical-align' or font fallback.
151
151
</div>
152
152
153
-
Notes on Block-level Boxes {#block-height}
153
+
<!--
154
+
Notes on Block-level Boxes {#inline-block}
154
155
------------------------------------------
155
156
156
157
<i>This section is not normative.</i>
@@ -180,6 +181,191 @@ Notes on Block-level Boxes {#block-height}
180
181
to the multiple of ''18pt''.
181
182
See <a href="examples/snap-height.html">a sample in action</a>.
182
183
</div>
184
+
-->
185
+
186
+
Adjusting Block-level Box Heights {#block-height}
187
+
=================================
188
+
189
+
ISSUE: This proposal can be simplified down to just the 'block-step-size' property, represented solely through its shortened form as 'block-step'.
190
+
This level will likely at most contain 'block-step-size' and 'block-step-insert', leaving 'block-step-align' and 'block-step-round' to be added if the future demands.
191
+
The full design is described herein for current discussion and future reference.
192
+
193
+
ISSUE: This proposal is currently defined to apply only to block-level boxes. This limitation is solely to simplify the first iteration; it should eventually be extended to all layout modes that honor specified heights.
194
+
195
+
Specifying the Step Size: the 'block-step-size' property {#block-step-size}
0 commit comments