Skip to content

Commit

Permalink
[css-position-3] Clarify that value may become negative. <https://lis…
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Apr 29, 2020
1 parent 8f60029 commit bd5124b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css-position-3/Overview.bs
Expand Up @@ -598,6 +598,7 @@ Sticky positioning</h3>
If this results in a [=sticky view rectangle=] size in any axis
less than the size of the [=border box=] of the [=sticky=] box in that axis,
then the effective end-edge inset in the affected axis is reduced
(possibly becoming negative)
to bring the [=sticky view rectangle=]’s size up to
the size of the [=border box=] in that axis.

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

0 comments on commit bd5124b

Please sign in to comment.