Skip to content

Commit d149af3

Browse files
committed
[css2] Changed title of new section 10.6.7 and added a link to it from
10.6.3, for block elements with overflow != visible. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402138
1 parent e40f823 commit d149af3

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

css2/visudet.src

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 2.75 2003-08-25 08:20:54 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.76 2003-08-25 10:03:14 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -774,7 +774,9 @@ flow</h3>
774774
class="propinst-margin-top">'margin-top'</span>, or <span
775775
class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',
776776
their used value is 0. If <span
777-
class="propinst-height">'height'</span> is 'auto', the height depends
777+
class="propinst-height">'height'</span> is 'auto' and 'overflow' is
778+
other than 'visible', use the rules in <a href="#flow-root-height">"auto
779+
height..."</a>. Otherwise if 'height' is 'auto', the height depends
778780
on whether the element has any block-level children and whether it has
779781
padding or borders:
780782
</p>
@@ -924,14 +926,16 @@ value.
924926
class="propinst-margin-bottom">'margin-bottom'</span> are 'auto',
925927
their used value is 0. If <span
926928
class="propinst-height">'height'</span> is 'auto', the height depends
927-
on the element's descendants, see the next section.
929+
on the element's descendants, see <a href="#flow-root-height">the next
930+
section.</a>
928931
</p>
929932

930933

931-
<h3><a name="flow-root-height">'Auto' height for floats and absolutely
932-
positioned elements</a></h3>
934+
<h3><a name="flow-root-height">'Auto' height for elements establishing
935+
block formatting contexts</a></h3>
933936

934-
<p>If it only has inline-level children, the height is the distance
937+
<p>If the element only has inline-level children, the height is the
938+
distance
935939
between the top of the topmost line box and the bottom of the
936940
bottommost line box.
937941
</p>

0 commit comments

Comments
 (0)