Closed
Bug 1950719
Opened 1 year ago
Closed 1 year ago
Update all the view transition pseudo element styles
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
(Blocks 1 open bug)
Details
(Whiteboard: [viewtransitions:m1], [wptsync upstream])
Attachments
(1 file)
We have implemented width, height, and transform when updating pseudo element styles. However, there are still some properties in our TODO list:
writing-mode, direction, text-orientation, mix-blend-mode, backdrop-filter, color-scheme.
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [viewtransitions:m1]
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [viewtransitions:m1] → [viewtransitions:triage]
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → boris.chiou
Status: NEW → ASSIGNED
Updated•1 year ago
|
Whiteboard: [viewtransitions:triage] → [viewtransitions:m1]
| Assignee | ||
Comment 1•1 year ago
|
||
Update the styles for writing-mode, direction, text-orientation,
mix-blend-mode, backdrop-filter, and color-scheme.
Also, update the test, pseudo-get-computed-style.html, because it
doesn't really match the spec. For example, we update the pseudo-element
styles after we invoke the update callback, so the computed values of
these pseudo elements should be the default values inside the update callback.
Now the behavior of Gecko is the same as that of WebKit.
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/75fd1e845e80
Update the rest of view transition pseudo-element styles. r=view-transitions-reviewers,emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/51154 for changes under testing/web-platform/tests
Whiteboard: [viewtransitions:m1] → [viewtransitions:m1], [wptsync upstream]
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•