11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: box.src,v 1.31 2003-03-03 04:43:07 bbos Exp $ -->
3+ <!-- $Id: box.src,v 1.32 2003-04-30 15:40:51 bbos Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Box model</TITLE>
@@ -281,7 +281,8 @@ Vertical margins</span> may collapse between certain boxes:</p>
281281href="visuren.html#block-box">block</a> boxes in the <a
282282href="visuren.html#normal-flow">normal flow</a> collapse. The
283283resulting margin width is the maximum of the adjoining margin widths.
284- In the case of negative margins, the absolute maximum of the negative
284+ In the case of negative margins, the maximum of the absolute values
285+ of the negative
285286adjoining margins is deducted from the maximum of the positive
286287adjoining margins. If there are no positive margins, the absolute
287288maximum of the negative adjoining margins is deducted from zero.
@@ -303,8 +304,8 @@ in-flow children).
303304class="propinst-padding">'padding'</span>, <span
304305class="propinst-margin">'margin'</span>, <span
305306class="propinst-border">'border'</span> and <span
306- class="propinst-height">'height'</span>: content is empty if its
307- height is zero, padding and border are absent if their width is zero,
307+ class="propinst-height">'height'</span>: content is not empty if its
308+ height is not zero, padding and border are absent if their width is zero,
308309and the collapsed margin is calculated over the computed value of the
309310various margins.
310311
@@ -590,10 +591,12 @@ has the value 'silver', then a UA could use a gradient of colors from
590591white to dark gray to indicate a sloping border.
591592
592593
594+ <!-- Remove? BB 29 Apr 2003
593595<P><span class="index-inst" title="conformance"><a
594596href="conform.html#conformance">Conforming HTML user agents</a></span> may
595597interpret 'dotted', 'dashed', 'double', 'groove', 'ridge',
596598'inset', and 'outset' to be 'solid'.
599+ -->
597600
598601<!-- #include src=properties/border-top-style.srb -->
599602<!-- #include src=properties/border-style.srb -->
@@ -621,9 +624,6 @@ will be visible unless the border style is set.
621624<span class="propinst-border-left">'border-left'</span>, and
622625<span class="propinst-border">'border'</span></h3>
623626
624- <p>[Use <'border-top-color'> as a type, in order to include
625- 'transparent' as a legal value. BB]
626-
627627<!-- #include src=properties/border-top.srb -->
628628
629629<P> This is a shorthand property for setting the width, style, and
0 commit comments