Skip to content

Commit 20e1f77

Browse files
committed
[css2] INS text was accepted at Oslo ftf.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402159
1 parent c08bcb9 commit 20e1f77

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css2/box.src

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: box.src,v 1.43 2003-08-27 19:17:03 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.44 2003-08-27 19:55:34 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -270,7 +270,7 @@ body {
270270
<P>In this specification, the expression <span class="index-def"
271271
title="collapsing margin"><dfn>collapsing margins</dfn></span> means
272272
that adjoining margins (no non-empty content, padding or border areas
273-
<ins>or clearance</ins> separate them) of
273+
or <a href="visuren.html#clearance">clearance</a> separate them) of
274274
two or more boxes (which may be next to one another or nested) combine
275275
to form a single margin.
276276

@@ -333,9 +333,10 @@ elements.</p>
333333
adjoining to the top margin of its next in-flow block-level
334334
sibling<ins>, unless that sibling has clearance</ins>.</p>
335335

336-
<p>The top margin of an in-flow block-level element is adjoining to its
337-
first in-flow block-level child's top margin if the element has no top
338-
border <del>and no top padding</del><ins>, no top padding, and no clearance</ins>.</p>
336+
<p>The top margin of an in-flow block-level element is adjoining to
337+
its first in-flow block-level child's top margin if the element has no
338+
top border, no top padding, and no <a
339+
href="visuren.html#clearance">clearance.</a></p>
339340

340341
<p>The bottom margin of an in-flow block-level element with a <span
341342
class="propinst-height">'height'</span> of 'auto' and <span

0 commit comments

Comments
 (0)