Skip to content

Commit 446d3d7

Browse files
committed
[css2] Some edits as suggested by David Baron.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402085
1 parent a7896d0 commit 446d3d7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css2/box.src

Lines changed: 7 additions & 7 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: 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>
281281
href="visuren.html#block-box">block</a> boxes in the <a
282282
href="visuren.html#normal-flow">normal flow</a> collapse. The
283283
resulting 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
285286
adjoining margins is deducted from the maximum of the positive
286287
adjoining margins. If there are no positive margins, the absolute
287288
maximum of the negative adjoining margins is deducted from zero.
@@ -303,8 +304,8 @@ in-flow children).
303304
class="propinst-padding">'padding'</span>, <span
304305
class="propinst-margin">'margin'</span>, <span
305306
class="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,
308309
and the collapsed margin is calculated over the computed value of the
309310
various margins.
310311

@@ -590,10 +591,12 @@ has the value 'silver', then a UA could use a gradient of colors from
590591
white 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
594596
href="conform.html#conformance">Conforming HTML user agents</a></span> may
595597
interpret '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 &lt;'border-top-color'&gt; 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

Comments
 (0)