RESOLVED DUPLICATE of bug 9268 Bug 50909
Styles for <tr> are repeated for every <td> in it
https://bugs.webkit.org/show_bug.cgi?id=50909
Summary Styles for <tr> are repeated for every <td> in it
Mathias Bynens
Reported 2010-12-13 03:12:37 PST
Styles for <tr> seem to be repeated for every <td> in it. I’ve made a simple example on http://mathiasbynens.be/demo/webkit-tr-css, where the <td> gets a gradient background-image through CSS. (Note that I avoided the use of CSS3 gradients to avoid complexity and confusion — it’s just a simple test case.) In WebKit, the image is repeated for every <td>: http://i.imgur.com/vXNd9.png In Firefox or Opera, it works as expected: http://i.imgur.com/V7HvU.png
Attachments
Mihnea Ovidenie
Comment 1 2011-06-10 06:12:31 PDT
This is not necessary related to the gradient. Instead of the gradient, you can use another image and still reproduce the problem.
Mathias Bynens
Comment 2 2011-06-10 07:07:05 PDT
(In reply to comment #1) > This is not necessary related to the gradient. Instead of the gradient, you can use another image and still reproduce the problem. For the record, I never said it was. I simply used a background image that happened to be a gradient (for clarity). Of course it doesn’t matter which image is used.
Daniel Bates
Comment 3 2011-07-04 06:09:19 PDT
*** This bug has been marked as a duplicate of bug 9268 ***
Note You need to log in before you can comment on or make changes to this bug.