[Webkit-unassigned] [Bug 154435] New: Web Inspector: Half-pixel borders don't work for table cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 22:16:46 PST 2016


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

            Bug ID: 154435
           Summary: Web Inspector: Half-pixel borders don't work for table
                    cells
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: simon.fraser at apple.com, zoltan at webkit.org

Created attachment 271732
  --> https://bugs.webkit.org/attachment.cgi?id=271732&action=review
[HTML] Reduction

On retina screen, the following CSS doesn't produce any visible borders:

    table {border-collapse: collapse}
    td {border: 0.5px solid green}

I would expect the border to be visible as it is visible for "border-width: 1px".
Currently, I don't know an easy way to make a table with half-pixel borders.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160219/f01954af/attachment.html>


More information about the webkit-unassigned mailing list