File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -901,7 +901,8 @@ <h2>10.5 <a name="the-height-property">Content height</a>: the <a href="visudet.
901901href ="visuren.html#containing-block "> containing block</ a > . If the
902902height of the containing block is not specified explicitly (i.e., it
903903depends on content height), and this element is not absolutely
904- positioned, the value computes to 'auto'. A percentage height
904+ positioned, the used height is calculated as if 'auto' was specified.
905+ A percentage height
905906on the < a href ="conform.html#root "> root element</ a > is relative to the
906907< a href ="#containing-block-details "> initial containing block</ a > .
907908< span class ="note ">
Original file line number Diff line number Diff line change @@ -813,7 +813,8 @@ respect to the height of the generated box's <a
813813href="visuren.html#containing-block">containing block</a>. If the
814814height of the containing block is not specified explicitly (i.e., it
815815depends on content height), and this element is not absolutely
816- positioned, the value computes to 'auto'. A percentage height
816+ positioned, the used height is calculated as if 'auto' was specified.
817+ A percentage height
817818on the <a href="conform.html#root">root element</a> is relative to the
818819<a href="#containing-block-details">initial containing block</a>.
819820<span class="note">
You can’t perform that action at this time.
0 commit comments