summaryrefslogtreecommitdiff
path: root/doc/dw-out-of-flow.doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-30 20:30:40 +0100
committerSebastian Geerken <devnull@localhost>2015-01-30 20:30:40 +0100
commit3238f21d277704723582ebaf7f5c9d6e0b042bf9 (patch)
treead9a63b3cbdd3333aaf060c4016e90b0a6a4bbe0 /doc/dw-out-of-flow.doc
parentb1e34672ecbe28c18462cd1b02ba0b2cfc7f772b (diff)
Relative positions, part 2: OOFPosAbsLikeMgr (initial version).
Diffstat (limited to 'doc/dw-out-of-flow.doc')
-rw-r--r--doc/dw-out-of-flow.doc20
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/dw-out-of-flow.doc b/doc/dw-out-of-flow.doc
index f5b73317..2a43b876 100644
--- a/doc/dw-out-of-flow.doc
+++ b/doc/dw-out-of-flow.doc
@@ -4,7 +4,7 @@
padding: 0.5em 1em; background-color: #fff0f0"><b>Info:</b>
Not up to date; incorporate these two changes: (i) there are different
containing blocks for floats and absolutely (furthermore also fixedly)
-positioned elements; (ii) dw::OutOfFlowMgr is now only the base class:
+positioned elements; (ii) dw::OutOfFlowMgr is now only the base class;
floats and absolutely positioned elements are seperated:
\dot
digraph G {
@@ -12,16 +12,20 @@ digraph G {
edge [arrowhead="none", arrowtail="empty", dir="both"];
fontname=Helvetica; fontsize=8;
- OutOfFlowMgr [URL="\ref dw::OutOfFlowMgr"];
- OOFFloatsMgr [URL="\ref dw::OOFFloatsMgr"];
- OOFPositionedMgr [URL="\ref dw::OOFPositionedMgr"];
- OOFPosAbsMgr [URL="\ref dw::OOFPosAbsMgr"];
- OOFPosFixedMgr [URL="\ref dw::OOFPosFixedMgr"];
+ OutOfFlowMgr [URL="\ref dw::oof::OutOfFlowMgr"];
+ OOFFloatsMgr [URL="\ref dw::oof::OOFFloatsMgr"];
+ OOFPositionedMgr [URL="\ref dw::oof::OOFPositionedMgr"];
+ OOFPosAbsLikeMgr [URL="\ref dw::oof::OOFPosAbsLikeMgr"];
+ OOFPosAbsMgr [URL="\ref dw::oof::OOFPosAbsMgr"];
+ OOFPosFixedMgr [URL="\ref dw::oof::OOFPosFixedMgr"];
+ OOFPosRelMgr [URL="\ref dw::oof::OOFPosRelMgr"];
OutOfFlowMgr -> OOFFloatsMgr;
OutOfFlowMgr -> OOFPositionedMgr;
- OOFPositionedMgr -> OOFPosAbsMgr;
- OOFPositionedMgr -> OOFPosFixedMgr;
+ OOFPositionedMgr -> OOFPosAbsLikeMgr;
+ OOFPosAbsLikeMgr -> OOFPosAbsMgr;
+ OOFPosAbsLikeMgr -> OOFPosFixedMgr;
+ OOFPositionedMgr -> OOFPosRelMgr;
}
\enddot
</div>