Closed
Bug 1364873
Opened 8 years ago
Closed 8 years ago
stylo: Restyle frame-backed pseudos
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: xidorn, Assigned: emilio)
References
Details
emilio said we probably don't have a bug filed for frame-backed pseudo-elements, so we should have one.
Reporter | ||
Updated•8 years ago
|
Flags: needinfo?(emilio+bugs)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → emilio+bugs
Assignee | ||
Comment 1•8 years ago
|
||
Cameron, do you know any other pseudo that is not backed by content and that we need to restyle, apart from the bullets and ::backdrop, which were taken care on bug 1364871?
Otherwise I think we can close this.
Flags: needinfo?(emilio+bugs) → needinfo?(cam)
Comment 2•8 years ago
|
||
Maybe ::first-letter/line counts as frame-backed? But that's for later...
::-moz-math-anonymous we don't have to worry about, since we don't give it any rules.
How about ::-moz-inner-focus? We don't actually have a separate frame for that, we just resolve some style with it. For that matter, I don't know how Gecko would restyle that...
That's all that stands out to me from nsCSSPseudoElementList.h.
Flags: needinfo?(cam)
Assignee | ||
Comment 3•8 years ago
|
||
Ok, let's close this then.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•