Skip to content

Commit 6a4997a

Browse files
committed
[css2] visual flow -> visual rendering, removed float overlap section, removed out of date length note
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40197
1 parent 46b9dea commit 6a4997a

1 file changed

Lines changed: 3 additions & 23 deletions

File tree

css2/visudet.src

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: visudet.src,v 1.14 1997-09-24 22:23:30 ian Exp $ -->
3+
<!-- $Id: visudet.src,v 1.15 1997-10-02 16:02:30 ian Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<TITLE>Visual flow model details</TITLE>
6+
<TITLE>Visual rendering model details</TITLE>
77
<LINK rel="next" href="colors.html">
88
<LINK rel="previous" href="flowobj.html">
99
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
1010
</HEAD>
1111
<BODY>
12-
<H1 align="center">Visual flow model details</H1>
12+
<H1 align="center">Visual rendering model details</H1>
1313
The following sections provide more detail about specific
1414
positioning-related calculations.
1515

@@ -435,13 +435,6 @@ the baseline of the next line should have been. This allows precise
435435
control over the vertical position of elements (such as images that
436436
are used in place of letters) that don't have a baseline.
437437

438-
<div class="note"><P>
439-
<em><strong>Note.</strong> It is expected that a
440-
future version of CSS will allow a <span
441-
class="value-inst-length">&lt;length&gt;</span> value for this
442-
property.</em>
443-
</div>
444-
445438
<H2><a name="floating-constraints">Floating constraints</a></H2>
446439

447440
<P> A floating element is positioned subject to the following
@@ -486,19 +479,6 @@ left/right.
486479

487480
<P>Elements that are after the floating element will overlap.
488481

489-
<h4>Float overlap</h4>
490-
491-
<P> There are two situations when floating elements can overlap with
492-
the margin, border and padding areas of ancestor elements or earlier
493-
siblings:
494-
495-
<UL>
496-
<LI> when the floating element has a negative margin: negative margins
497-
on floating elements are honored as on other block-level elements.
498-
499-
<LI> when the floating element is wider or higher than the element it
500-
is inside.
501-
</UL>
502482

503483
<H2><a name="overflow">Overflow and clipping</a></H2>
504484
<!--

0 commit comments

Comments
 (0)