Skip to content

Commit 1d593bf

Browse files
committed
[css2] INS tags removed as per Oslo ftf
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402160
1 parent 20e1f77 commit 1d593bf

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

css2/visuren.src

Lines changed: 9 additions & 11 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.106 2003-08-27 19:28:38 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.107 2003-08-27 20:03:15 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -1206,32 +1206,30 @@ the <span class="propinst-clear">'clear'</span> property</h3>
12061206
<a href="#run-in">run-in boxes</a>,
12071207
this property applies to the final block box to which the run-in box belongs.
12081208
</p>
1209-
<ins class="proposed">
12101209
<p>
1211-
The <dfn>clearance</dfn> dimension is introduced as a dimension above the margin-top of an element that is used to push the element vertically down.
1210+
The <dfn id="clearance">clearance</dfn> dimension is introduced as a dimension above the margin-top of an element that is used to push the element vertically (typically downward).
12121211
</p>
1213-
</ins>
12141212
<p>Values have the following meanings when applied to non-floating
12151213
block boxes:</p>
12161214

12171215
<dl>
12181216
<dt><strong>left</strong></dt>
12191217

1220-
<dd>The <span class="delcurrent">top margin</span><span class="insproposed">clearance</span> of the generated box is <span class="delcurrent">increased enough that</span><span class="insproposed"> set to the amount necessary to place</span> the
1218+
<dd>The clearance of the generated box is set to the amount necessary to place the
12211219
top border edge is below the bottom outer edge of any left-floating
12221220
boxes that resulted from elements earlier in the source document.
12231221
</dd>
12241222

12251223
<dt><strong>right</strong></dt>
12261224

1227-
<dd>The <span class="delcurrent">top margin</span><span class="insproposed">clearance</span> of the generated box is <span class="delcurrent">increased enough that</span><span class="insproposed"> set to the amount necessary to place</span> the
1225+
<dd>The clearance of the generated box is set to the amount necessary to place the
12281226
top border edge is below the bottom outer edge of any right-floating
12291227
boxes that resulted from elements earlier in the source document.
12301228
</dd>
12311229

12321230
<dt><strong>both</strong></dt>
12331231

1234-
<dd>The <span class="delcurrent">top margin</span><span class="insproposed">clearance</span> of the generated box is <span class="delcurrent">increased enough that</span><span class="insproposed"> set to the amount necessary to place</span> the
1232+
<dd>The clearance of the generated box is set to the amount necessary to place the
12351233
top border edge is below the bottom outer edge of any right-floating
12361234
and left-floating boxes that resulted from elements earlier in the
12371235
source document.
@@ -1242,13 +1240,13 @@ source document.
12421240
<dd>No constraint on the box's position with respect to floats.</dd>
12431241
</dl>
12441242

1245-
<ins class="proposed">
12461243
<p>
12471244
Computing the clearance of an element on which 'clear' is set is done by first determining the hypothetical position of the element's top border edge within its parent block. This position is determined after the top margin of the element has been collapsed with previous adjacent margins (including the top margin of the parent block).
1248-
</p><p>
1245+
</p>
1246+
<p>
12491247
If the element's top border edge has not passed the relevant floats, then its clearance is set to the amount necessary to place the border edge of the block even with the bottom outer edge of the lowest float that must be cleared.
12501248
</p>
1251-
</ins>
1249+
12521250
<p>When the property is set on floating elements, it results in a
12531251
modification of the <a href="#float-rules">rules</a> for
12541252
positioning the float. An extra constraint (#10) is added:
@@ -1269,7 +1267,7 @@ may therefore have supported this property on all elements. In CSS2
12691267
and CSS 2.1 the 'clear' property only applies to block-level elements.
12701268
Therefore authors should only use this property on block-level
12711269
elements. If an implementation does support clear on inline elements,
1272-
rather than <span class="delcurrent">increasing the top margin</span><span class="insproposed">setting a clearance</span> as explained above,
1270+
rather than setting a clearance as explained above,
12731271
the implementation should force a break and effectively insert one or more empty line boxes (or shifting the new line box downward as described in <a href="#floats">section 9.5</a>) to move the top of the cleared inline's line box to below the respective floating box(es).
12741272
</em>
12751273
</p>

0 commit comments

Comments
 (0)