Closed
Bug 1919333
Opened 1 year ago
Closed 1 year ago
Implement right inheritance in view transitions pseudo-elements
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [viewtransitions:m1])
Attachments
(2 files)
View transitions should behave like shadow parts, unlike most other pseudo-elements, which inherit from their originating elements.
Updated•1 year ago
|
Whiteboard: [viewtransitions:m1]
| Assignee | ||
Comment 1•1 year ago
|
||
As per spec they inherit like "part-like" pseudos.
Updated•1 year ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
The timeouts are bug 1950378. I'm looking into addressing that
(separately). Now we trigger more opacity animations and that
invalidates even after reftest-wait has been removed.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c11b366fcaf
Fix inheritance of ::view-transition pseudos. r=view-transitions-reviewers,boris
https://hg.mozilla.org/integration/autoland/rev/813274ba35a0
Update test expectations. r=view-transitions-reviewers,boris
https://hg.mozilla.org/integration/autoland/rev/54c87e09251a
1922298, 1922300, 1948058, 1950176, 1950177, 1950362: apply code formatting via Lando
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/077b9d7863f2
Fix inheritance of ::view-transition pseudos. r=view-transitions-reviewers,boris
https://hg.mozilla.org/integration/autoland/rev/aa7a666e654b
Update test expectations. r=view-transitions-reviewers,boris
https://hg.mozilla.org/integration/autoland/rev/47d0be72a11e
1922298, 1922300, 1948058, 1950176, 1950177, 1950362: apply code formatting via Lando
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e91ec7abb04b
Some more test annotations.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/45154e994b3b
More greening up.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b01b46109a2
Further green up some tests.
Comment 9•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/077b9d7863f2
https://hg.mozilla.org/mozilla-central/rev/aa7a666e654b
https://hg.mozilla.org/mozilla-central/rev/47d0be72a11e
https://hg.mozilla.org/mozilla-central/rev/e91ec7abb04b
https://hg.mozilla.org/mozilla-central/rev/45154e994b3b
https://hg.mozilla.org/mozilla-central/rev/3b01b46109a2
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•