aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-06-01 17:56:43 -0400
committerJorge Arellano Cid <jcid@dillo.org>2016-06-01 17:56:43 -0400
commit9b7448b1fb6bd9fac4a3e9dfbc557893795e92ff (patch)
tree8820ecc21aa8884f1c3d8f9de9c672a15eca097d
parentc64700c7a2b4e4912f31bd557d57fe5443cff681 (diff)
Out of flow docs. Improved the image example and adjusted its text.
-rw-r--r--devdoc/dw-floats-01.pngbin3410 -> 42533 bytes
-rw-r--r--devdoc/dw-out-of-flow.doc4
2 files changed, 2 insertions, 2 deletions
diff --git a/devdoc/dw-floats-01.png b/devdoc/dw-floats-01.png
index 116d36b3..bd6904ee 100644
--- a/devdoc/dw-floats-01.png
+++ b/devdoc/dw-floats-01.png
Binary files differ
diff --git a/devdoc/dw-out-of-flow.doc b/devdoc/dw-out-of-flow.doc
index 3dc7163b..3f2a17ee 100644
--- a/devdoc/dw-out-of-flow.doc
+++ b/devdoc/dw-out-of-flow.doc
@@ -26,7 +26,7 @@ which may be rendered like this
\image html dw-floats-01.png
The float (the DIV section, yellow in the image) is defined
-("generated") within the list item (blue), so, in CSS 2 terms, the
+("generated") within the list item (green), so, in CSS 2 terms, the
list item is the generating block of the float. However, as the image
shows, the float is not contained by the list item, but another block,
several levels above (not shown here). In terms of ::dw, this means
@@ -38,7 +38,7 @@ is assigned as the containing box.
(Notice also that other text blocks must regard floats to calculate
their borders, and so their size. In this example, the following list
-item (green) must consider the position of the float. This is
+item (gray) must consider the position of the float. This is
discussed in detail in the next section.)