We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77823d commit 1f775aaCopy full SHA for 1f775aa
1 file changed
css-rhythm/Overview.bs
@@ -83,12 +83,15 @@ Adjusting Line Box Heights: the 'line-height-step' property {#line-height-step}
83
This adjustment is done
84
by assuming that there is an inline-level box that has adjusted A' and D'
85
in the line box.
86
+ This inline-level box does not affect alignment points of the 'vertical-align' property,
87
+ except values that align relative to the line box.
88
89
<div class="figure">
90
<img src="images/adjust-line-height.svg">
91
<p class="caption">Rounding up the computed line box height.
92
</div>
93
94
+ <div class="issue">'none' and '0' are equivalent. Is this ok?</div>
95
<div class="issue">Should this be animatable?
96
There doesn't seem to be use cases but needed for consistency?</div>
97
0 commit comments