You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
effect on the box (B2) that follows: B2 is given a position as if B1 were not
763
763
offset and B2 is not re-positioned after B1’s offset is applied. This
764
764
implies that relative positioning may cause boxes to overlap. However, if
765
-
relative positioning causes an 'overflow: auto' or 'overflow: scroll' box to
765
+
relative positioning causes an <aclass="css" data-link-type="propdesc" href="https://www.w3.org/TR/css-overflow-3/#overflow">overflow: auto</a> or <aclass="css" data-link-type="propdesc" href="https://www.w3.org/TR/css-overflow-3/#overflow">overflow: scroll</a> box to
766
766
have overflow, the user agent must allow the user to access this content (at
767
767
its offset position), which, through the creation of a scrolling mechanism,
<li> If <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> has the value <aclass="css" data-link-type="maybe" href="https://www.w3.org/TR/css-display-3/#valdef-display-none">none</a>, then <aclass="property" data-link-type="propdesc" href="#propdef-position" id="ref-for-propdef-position-29">position</a> and <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> do not apply.
1670
1670
In this case, the element generates no box.
1671
1671
<li> Otherwise, if <aclass="property" data-link-type="propdesc" href="#propdef-position" id="ref-for-propdef-position-30">position</a> has the value <aclass="css" data-link-type="maybe" href="#valdef-position-absolute" id="ref-for-valdef-position-absolute-3">absolute</a> or <aclass="css" data-link-type="maybe" href="#valdef-position-fixed" id="ref-for-valdef-position-fixed-6">fixed</a>,
1672
-
and the value of <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-left">left</a> or <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-right">right</a>, the box is absolutely
1673
-
positioned and the computed value of <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-none">none</a>. The <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is
1672
+
and the value of <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <aclass="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">left</a> or <aclass="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">right</a>, the box is absolutely
1673
+
positioned and the computed value of <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <aclass="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">none</a>. The <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is
1674
1674
set according to the table below. Positioning of the box will determined by
1675
1675
the <aclass="property" data-link-type="propdesc" href="#propdef-top" id="ref-for-propdef-top-35">top</a>, <aclass="property" data-link-type="propdesc" href="#propdef-right" id="ref-for-propdef-right-43">right</a>, <aclass="property" data-link-type="propdesc" href="#propdef-bottom" id="ref-for-propdef-bottom-34">bottom</a> and <aclass="property" data-link-type="propdesc" href="#propdef-left" id="ref-for-propdef-left-42">left</a> properties and the box’s <adata-link-type="dfn" href="#containing-block" id="ref-for-containing-block-37">containing block</a>.
1676
-
<li> Otherwise, if <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is other than <aclass="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-none">none</a>, the box is <adata-link-type="dfn" href="#float" id="ref-for-float-10">floated</a> and <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is set according to the table below.
1676
+
<li> Otherwise, if <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is other than <aclass="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">none</a>, the box is <adata-link-type="dfn" href="#float" id="ref-for-float-10">floated</a> and <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is set according to the table below.
1677
1677
<li> Otherwise, if the element is the root element, <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is set according to the
1678
1678
table below.
1679
1679
<li> Otherwise, the remaining <aclass="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> property values apply as specified.
0 commit comments