WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 55474
41030
CSS Outline doesn't render for Table elements
https://bugs.webkit.org/show_bug.cgi?id=41030
Summary
CSS Outline doesn't render for Table elements
Tom Robinson
Reported
2010-06-22 19:30:51 PDT
Created
attachment 59464
[details]
Firefox vs Chrome rendering of table { outline: ... } Chrome, Safari and Dreamweaver CS5 Live View won't render outlines around Table elements. Sample code: <!DOCTYPE html> <html> <head> <style> table, span, div { margin: 20px; outline: 5px dotted lime; border: 1px solid black } </style> </head> <body> <table><tr><td>this is a table</td></tr></table> <div>this is a div</div> <span>this is a span</span> </body> </html> Works as expected in Firefox, Opera, IE8, IE9. See attached image for Firefox vs Chrome.
Attachments
Firefox vs Chrome rendering of table { outline: ... }
(40.43 KB, image/png)
2010-06-22 19:30 PDT
,
Tom Robinson
no flags
Details
Reduction
(265 bytes, text/html)
2011-02-27 16:23 PST
,
Daniel Bates
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Daniel Bates
Comment 1
2011-02-27 16:19:35 PST
Confirmed that the CSS outline property is not honored for <table> using Mac nightly
r79746
. Moreover, the outline property is not honored for table rows and row-groups.
Daniel Bates
Comment 2
2011-02-27 16:23:19 PST
Created
attachment 84002
[details]
Reduction For convenience, the sample code posted in
comment 0
as an attachment.
kyounga
Comment 3
2011-03-29 01:23:17 PDT
This is a duplicate issue of #55474 and it is fixed already.
Daniel Bates
Comment 4
2011-03-29 09:43:17 PDT
*** This bug has been marked as a duplicate of
bug 55474
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug