Closed
Bug 210268
Opened 22 years ago
Closed 21 years ago
Pseudo-elements match DOM nodes with same localname
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: dbaron)
Details
(Whiteboard: (py8ieh: add this to css2.1 test suite))
Attachments
(1 file)
505 bytes,
text/html
|
Details |
This is a side-effect of us storing the pseudo-atom in the mTag slot of the
nsCSSSelector... Testcase demonstrating the problem coming up. Not really
something that would come up in a non-dynamic context, since you can't have ':'
in a tag name normally....
![]() |
Reporter | |
Comment 1•22 years ago
|
||
Updated•22 years ago
|
Whiteboard: (py8ieh: add this to css2.1 test suite)
![]() |
Reporter | |
Comment 2•21 years ago
|
||
Actually, with bug 16603 out of the way you can't dynamically create tags like
this either. Should we just mark this fixed?
Comment 3•21 years ago
|
||
Yup. FIXED.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•