Bug 154435 - Half-pixel borders don't work for table cells
Summary: Half-pixel borders don't work for table cells
Status: RESOLVED DUPLICATE of bug 150383
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-18 22:16 PST by Nikita Vasilyev
Modified: 2016-02-22 16:10 PST (History)
3 users (show)

See Also:


Attachments
[HTML] Reduction (130 bytes, text/html)
2016-02-18 22:16 PST, Nikita Vasilyev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2016-02-18 22:16:46 PST
Created attachment 271732 [details]
[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.
Comment 1 zalan 2016-02-19 10:52:22 PST

*** This bug has been marked as a duplicate of bug 150383 ***