Skip to content

Commit bd5124b

Browse files
committed
[css-position-3] Clarify that value may become negative. <https://lists.w3.org/Archives/Public/www-style/2020Apr/0021.html>
1 parent 8f60029 commit bd5124b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

css-position-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ Sticky positioning</h3>
598598
If this results in a [=sticky view rectangle=] size in any axis
599599
less than the size of the [=border box=] of the [=sticky=] box in that axis,
600600
then the effective end-edge inset in the affected axis is reduced
601+
(possibly becoming negative)
601602
to bring the [=sticky view rectangle=]’s size up to
602603
the size of the [=border box=] in that axis.
603604

@@ -701,7 +702,8 @@ Absolute Positioning</h3>
701702
If these adjustments result in
702703
an effective [=containing block=] size in any axis less than zero,
703704
then the [=weaker inset=] in the affected axis
704-
is reduced to bring that size up to zero.
705+
is reduced (possibly becoming negative)
706+
to bring that size up to zero.
705707
In the case that only one inset is ''auto'',
706708
that is the <dfn>weaker inset</dfn>;
707709
otherwise the [=weaker inset=] is the end-edge inset.

0 commit comments

Comments
 (0)