Closed
Bug 147888
Opened 24 years ago
Closed 14 years ago
fix style context parentage around our global pseudos
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 323656
Future
People
(Reporter: dbaron, Unassigned)
References
Details
(Whiteboard: [whitebox])
We often create pseudo-element style contexts for extra frames that we create
that aren't in the content model. We do this for {ib} constructon
(:-moz-anonymous-block), internal table frames (:-moz-table-row, etc), and other
things. When these style contexts have children that are in the content model,
explicit inheritance doesn't work correctly. We need to fix:
* the initial style context parentage to avoid giving these contexts children
(with assertions)
* ReResolveStyleContext to reconstruct the tree correctly
| Reporter | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Future
Comment 1•23 years ago
|
||
is it possible to have a testcase minimized for this issue?
| Reporter | ||
Comment 2•23 years ago
|
||
This is here because I need to look for problems. I'm not sure of any specific
ones offhand.
Whiteboard: [dev notes]
Comment 3•23 years ago
|
||
Thanks David !
Updated•23 years ago
|
Whiteboard: [dev notes] → [whitebox]
| Reporter | ||
Updated•19 years ago
|
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
QA Contact: ian → style-system
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•