Closed
Bug 172789
Opened 23 years ago
Closed 23 years ago
Invalid background color for table with 'display: inline'
Categories
(Core :: Layout: Tables, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 135994
People
(Reporter: m_a_sridhar, Assigned: karnaze)
Details
Attachments
(1 file)
|
694 bytes,
text/html
|
Details |
When a table has the 'display: inline' attribute, its background color is
rendered incorrectly: Only a part of the last row has the correct color.
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
You'd think there would be a difference between inline and block...
The rendering is correct, and if one wants to stress the inline mode for a
table, display:inline-table is the way to go, methinks.
Comment 3•23 years ago
|
||
See bug 135994 and bug 18217. Especially note attachment 78062 [details] and attachment 78676 [details].
Attachment 78062 [details] will clarify what inline really means, and from this it is
clear why the background-color in this bug should only apply to the actual
_line_ the table is aligned to. (The color, on the other hand, applies to all
text within the table, if this seems confusing.)
I am not sure this is a bug or not, but it is a dupe nevertheless.
Comment 4•23 years ago
|
||
yep. dupe it is.
*** This bug has been marked as a duplicate of 135994 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•