Bramus
Bramus
In light of the pending resolution for https://github.com/w3c/csswg-drafts/issues/13174#issuecomment-3636596474, that would immediately become the following then, right? ``` interface TimelineTrigger { attribute sequence ranges; } interface TimelineTriggerRange { attribute AnimationTimeline timeline;...
This has tripped me up before, so I’d definitely like to see this :)
FWIW: Since we already giving authors a way to hide scrollbars altogether (using `scrollbar-width: none`) we might as well allow them to change the scrollbars to an overlay type of...
> There's another assumption that is that all OSes have a reasonable way of displaying an overlay scrollbar. This is now more and more the case, but browsers have to...