Closed
Bug 1814444
Opened 2 years ago
Closed 2 years ago
[scroll-animations-1] Allow Anonymous Scroll Progress Timelines to target self
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: boris)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
A resolution was made for csswg-drafts/#8227.
[scroll-animations-1] Allow Anonymous Scroll Progress Timelines to target self
- RESOLVED: add a `self` keyword
| Assignee | ||
Updated•2 years ago
|
Blocks: css-scroll-driven-animations
| Assignee | ||
Updated•2 years ago
|
Type: defect → enhancement
| Assignee | ||
Comment 1•2 years ago
|
||
The order of <scroller> and <axis> doesn't matter in the parser.
However, we serialize <scroller> first, if it is not the initial value.
| Assignee | ||
Comment 2•2 years ago
|
||
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.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → boris.chiou
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/17bc82d19b30
Part 1: Update the syntax of scroll() to accept <scroller> and <axis> in any order. r=emilio
https://hg.mozilla.org/integration/autoland/rev/df49bdfbde87
Part 2: Support self keyword for scroll(). r=emilio
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/17bc82d19b30
https://hg.mozilla.org/mozilla-central/rev/df49bdfbde87
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•