Page MenuHomePhabricator

Bug 1814444 - Part 2: Support self keyword for scroll().
ClosedPublic

Authored by boris on Apr 17 2023, 9:39 PM.
Referenced Files
Unknown Object (File)
Mon, Mar 30, 9:55 PM
Unknown Object (File)
Tue, Mar 24, 4:40 PM
Unknown Object (File)
Mar 12 2026, 1:40 PM
Unknown Object (File)
Dec 6 2025, 12:58 PM
Unknown Object (File)
Oct 15 2025, 10:25 AM
Unknown Object (File)
Oct 14 2025, 8:26 PM
Unknown Object (File)
Oct 14 2025, 7:48 AM
Unknown Object (File)
Jun 2 2025, 5:01 PM
Subscribers

Details

Summary

self keyword specifies to use the element’s own principal box as the
scroll container. If the principal box is not a scroll container, then the
scroll progress timeline is inactive.

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.
emilio added a project: testing-approved.
emilio added inline comments.
servo/components/style/values/specified/animation.rs
210

Does Self not work? That's unfortunate.

This revision is now accepted and ready to land.May 4 2023, 11:04 AM
boris marked an inline comment as done.May 4 2023, 9:34 PM
boris added inline comments.
servo/components/style/values/specified/animation.rs
210

It's unfortunate that it doesn't work. :(
It treats Self as a keyword and ask me to use a valid enum invariant (syntax error).

boris marked an inline comment as done.May 4 2023, 9:34 PM