Closed
Bug 1835037
Opened 1 years ago
Closed 1 year ago
Consider moving `ANCHORS_RELATIVE_SELECTOR` out of nsINode flags
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
116 Branch
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: dshin, Assigned: dshin)
References
Details
Attachments
(1 file)
Node-persisted flags for element that anchor :has
was added in bug 1793012.
If style invalidation does not require such flag on the node, it should be moved out.
Assignee | ||
Comment 1•1 year ago
|
||
Move the flag to ComputedValueFlags, like CONSIDERED_RELATIVE_SELECTOR
.
Updated•1 year ago
|
Assignee: nobody → dshin
Status: NEW → ASSIGNED
Pushed by dshin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62489995b9d9
Move `ANCHORS_RELATIVE_SELECTOR` out of nsINode flags. r=emilio
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
Updated•1 year ago
|
Blocks: has-pseudo
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•