Closed
Bug 694303
Opened 13 years ago
Closed 13 years ago
CSS generated content not being displayed in th element
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
People
(Reporter: oliver.nightingale1, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Using CSS generated pseudo elements and generated content to display a triangle in a th element.
See the test case here http://jsfiddle.net/GvDzr/1/
Both Foo and Bar should have a black triangle underneath them. The exact same style rules are applied to a div and a th. The desired effect is achieved on the div but not on the th.
This works as expected in webkit and opera but not in firefox.
Component: General → Layout
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout
Version: 10 Branch → Trunk
Comment 2•13 years ago
|
||
This has nothing to do with generated content; you get the same thing if you just use a <span>.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•