Closed
Bug 87278
Opened 23 years ago
Closed 23 years ago
Tables contain phantom node [SELECT]
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: ian, Assigned: karnaze)
Details
(Keywords: css2, testcase, Whiteboard: [Hixie-P2])
Attachments
(1 file)
(deleted),
text/xml
|
Details |
If I say
<div>Hello World</div>
...and then say:
div { display: table }
...in the stylesheet, everything is fine. However, if I add:
div > * { display: table }
...to the same stylesheet with the same document, the table disappears!!! That
select should NEVER EVER match ANYTHING since there is nothing there for it to
match in the DOM tree.
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
This is now working fine (I see two lines). Closing WORKSFORME. Reopen if you
still see the problem.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•