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
Currently today all engines return the used value for the inset properties (top/right/bottom/left).
It could be possible to place further restrictions on when this occurs based on the position of a box.
Specifically it may be web-compatible to do this for:
sticky (relatively new position mode).
relative, implementations returning junk information[1] for the "interesting" cases.
The primary use-case for this is to determine the used offsets when things are absolutely positioned.
Thoughts?