Closed
Bug 1964949
Opened 1 year ago
Closed 1 year ago
Implement view-transition-class pseudo-element matching.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: emilio, Assigned: boris)
References
(Blocks 1 open bug)
Details
(Whiteboard: [viewtransitions:m2])
Attachments
(2 files)
No description provided.
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [viewtransitions:triage]
| Reporter | ||
Updated•1 year ago
|
Whiteboard: [viewtransitions:triage] → [viewtransitions:m2]
Updated•1 year ago
|
Type: defect → task
Updated•1 year ago
|
Points: --- → 3
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → boris.chiou
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
We would like to use this array in both C++ and Rust code, so using
Atom makes us easier to pass the array via FFI.
| Assignee | ||
Comment 2•1 year ago
|
||
We added a special case for matching <pt-name-and-class-selector> because
we have to check its class list in the related captured element.
This patch also added a class list in captured element, and updated it
when capturing old state and new state. However, the name is a
tree-scoped name, so we fail a test. Let's leave it to Bug 1970954.
Pushed by bchiou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/01d3742d08f4
https://hg.mozilla.org/integration/autoland/rev/49fe95de8752
Replace AtomIdent with Atom for PtNameAndClassSelector. r=view-transitions-reviewers,firefox-style-system-reviewers,emilio
https://github.com/mozilla-firefox/firefox/commit/03d7472c97a8
https://hg.mozilla.org/integration/autoland/rev/ca3bdda9fbfd
Implement the selector matching for <pt-name-and-class-selector>. r=emilio,view-transitions-reviewers
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/49fe95de8752
https://hg.mozilla.org/mozilla-central/rev/ca3bdda9fbfd
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
You need to log in
before you can comment on or make changes to this bug.
Description
•