Skip to content

Commit b66760e

Browse files
committed
[css2] Apply the second half of the percentage height errata
http://www.w3.org/Style/css2-updates/REC-CSS2-20110607-errata.html#s.10.5a
1 parent 8ef6aae commit b66760e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

css2/visudet.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,8 @@ <h2>10.5 <a name="the-height-property">Content height</a>: the <a href="visudet.
901901
href="visuren.html#containing-block">containing block</a>. If the
902902
height of the containing block is not specified explicitly (i.e., it
903903
depends 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
905906
on 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">

css2/visudet.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,8 @@ respect to the height of the generated box's <a
813813
href="visuren.html#containing-block">containing block</a>. If the
814814
height of the containing block is not specified explicitly (i.e., it
815815
depends 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
817818
on 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">

0 commit comments

Comments
 (0)