diff --git a/css-align-3/Overview.bs b/css-align-3/Overview.bs index 3a8ba03d956..4744ebbca80 100644 --- a/css-align-3/Overview.bs +++ b/css-align-3/Overview.bs @@ -1706,7 +1706,7 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insetsavailable space for calculating the inline size is also affected by alignment. - In [[CSS2]], this is keyed off of the the 'direction' property + Note: In [[CSS2]], the [=available space=] is keyed off of the the 'direction' property of the static-position containing block. (See CSS2§10.3.7 and CSS2§10.3.8.) @@ -1715,10 +1715,11 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insetsstatic position rectangle and the other to the corresponding edge of the containing block (i.e. set the inset to zero). - Just as the self-alignment properties - replace the containing block’s 'direction' for placement, - they also replace this lookup for sizing. + replace the containing block’s 'direction' lookup for placement, + they also replace this lookup for sizing, + as specified here. + Thus, when interpreting the rules in CSS2§10.3.7 @@ -1726,7 +1727,9 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insetsstatic-position containing block is referenced, instead reference the value of the 'align-self' or 'justify-self' property (whichever is defined to apply to the relevant axis), - treating ''justify-self/normal'' as ''start'' + treating left-equivalent alignment as defined for ''ltr'' + and right-equivalent alignment as defined for ''rtl''. + Treat ''justify-self/normal'' as ''start'' and any distributed alignment value as its fallback alignment. In the case of ''justify-self/center'' alignment, @@ -1747,7 +1750,8 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insetsinline-start static position - and the inline-end containing block edge, + and the inline-end containing block edge + as specified in [[CSS2]], an absolutely-positioned element with ''left/auto'' insets will be sized with reference to the static position rectangle’s edge(s) @@ -1777,6 +1781,10 @@ Effects on Sizing of Absolutely Positioned Boxes with Static-Position Insetsstretch-fit sizing (consuming all of the available space). This is an independent effect from the available space adjustment here. + Note: This only affect how [=available space=] is calculated + for sizing the absolutely-positioned box; + its alignment is as specified in previous sections. +