diff --git a/css2/Overview.bs b/css2/Overview.bs index 477404cc853..33e3afcc326 100644 --- a/css2/Overview.bs +++ b/css2/Overview.bs @@ -8712,15 +8712,16 @@ available width), preferred width).
For the purposes of this section and the next, the term "static position" -(of an element) refers, roughly, -to the position an element would have had in the normal flow. More -precisely: +
In this section and the next, the term +"static position" (of an element) +refers roughly to where an [=absolutely positioned element=] would +appear in the normal flow if it was statically positioned. +More precisely:
The constraint that determines the used values for these -elements is:
+For [=absolutely positioned element=], the used values of the horizontal +dimensions must satisfy this constraint:
'left' + 'margin-left' + 'border-left-width' + 'padding-left' + 'width' @@ -9272,15 +9272,14 @@ that the child box may be an anonymous block bo
Absolutely positioned, non-replaced elements
-For the purposes of this section and the next, the term "static -position" (of an element) refers, roughly, to the position an element -would have had in the normal flow. More precisely, the static position +
In this section and the next, the term "static position" (of an element) +refers roughly to where an [=absolutely positioned element=] would appear in the +normal flow if it was statically positioned. More precisely, the static position for 'top' is the distance from the top edge of the containing block to -the top margin edge of a hypothetical box that would have been the -first box of the element if its specified 'position' value had been ''static'' -and its specified 'float' had been -''float/none'' and its specified 'clear' -had been ''clear/none''. (Note that due to the rules +the top margin edge of a hypothetical box that would have been the first box of +the absolutely positioned element if its specified 'position' +value had been ''static'' and its specified 'float' had been ''float/none'' +and its specified 'clear' had been ''clear/none''. (Note that due to the rules in section 9.7 this might require also assuming a different computed value for 'display'.) The value is negative if the hypothetical box is above the containing @@ -9294,8 +9293,8 @@ position. block of fixed positioned elements is the initial containing block instead of the viewport. -
For absolutely positioned elements, the used values of the vertical -dimensions must satisfy this constraint:
+For [=absolutely positioned element|absolutely positioned elements=], +the used values of the vertical dimensions must satisfy this constraint:
'top' + 'margin-top' + 'border-top-width' + 'padding-top' + 'height' @@ -9346,8 +9345,8 @@ values for 'margin-top' and 'margin-bottom' are set to 0 and solve for
Absolutely positioned, replaced elements
This situation is similar to the previous one, except that the -element has an intrinsic height. The -sequence of substitutions is now: +[=absolutely positioned element=] has an intrinsic height. +The sequence of substitutions is now: