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
The spec indicates that end-side padding should be added to scrollable overflow (As per issue #129), but is explicitly undefined on the matter of adding margin areas of any box other than flex or grid items. On the other hand, scrollable-overflow-padding WPT test explicitly includes the margins of a block box to the test.
Should the spec be updated to match this behaviour?