[Webkit-unassigned] [Bug 41030] New: CSS Outline doesn't render for Table elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 22 19:30:51 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41030

           Summary: CSS Outline doesn't render for Table elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: trobinson at gksystems.com


Created an attachment (id=59464)
 --> (https://bugs.webkit.org/attachment.cgi?id=59464)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list