Closed
Bug 1200160
Opened 10 years ago
Closed 10 years ago
TR elements don't get background applied
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: julienw, Unassigned)
Details
STR:
1. Loads this dataURL in Firefox:
data:text/html,<table style='width:100%;height:100%'><tr style='background:red;'></tr></table>
2. Observe there is a blank page instead of a red background.
Comment 1•10 years ago
|
||
That's what the spec says, yes. What paints table backgrounds are _cells_. They just paint them for their various underlying layers (rows, columns, etc) too. No cells means no background. Note that the behavior is the same in other browsers too, for the same reason.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•