Skip to content

Commit ed8c13a

Browse files
committed
[css2] Replaced def'n of 'auto' on 'top' etc with a link to next
chapter. (There simply is no good definition for 'auto' yet...) --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401402
1 parent 7a14d7b commit ed8c13a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

css2/visuren.src

Lines changed: 6 additions & 2 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: visuren.src,v 2.41 1998-03-24 02:07:22 ijacobs Exp $ -->
3+
<!-- $Id: visuren.src,v 2.42 1998-03-24 13:31:17 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -616,7 +616,10 @@ class="propinst-top">'top'</span> and <span
616616
class="propinst-bottom">'bottom'</span>).
617617

618618
<dt><strong>auto</strong>
619-
<dd>For relatively positioned boxes, this value means '0'. For
619+
<dd>The value depends on which of the other properties are 'auto' as
620+
well. See <a href="visudet.html#abs-width">"Width of absolutely positioned boxes"</a>.
621+
<!--
622+
For relatively positioned boxes, this value means '0'. For
620623
absolutely positioned boxes, the box is first positioned in the normal
621624
flow. The <a href="cascade.html#computed-value">computed value</a> of
622625
the property is calculated with respect to the corresponding side of
@@ -625,6 +628,7 @@ with respect to the containing block's left side). Then, the box is
625628
taken out of the flow. If an inline-level element's boxes are pulled
626629
out of the flow, the computed offset refers to the position of the
627630
first inline box.
631+
-->
628632
</dl>
629633

630634
<P>For absolutely positioned boxes, the offsets are with respect to

0 commit comments

Comments
 (0)