[Webkit-unassigned] [Bug 124443] New: Rendering of table and cell borders with alpha II

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 15 16:49:10 PST 2013


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

           Summary: Rendering of table and cell borders with alpha II
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rc at opelgt.org


Created an attachment (id=217100)
 --> (https://bugs.webkit.org/attachment.cgi?id=217100&action=review)
12 excamples

In excamples 1,2,3 and 4 without border-collapse:collapse the table border is around the cell borders. Line width increases from 1 (2) over 2 (3) to 3px (4).
In 5 to 12 border-collapse is defined and the cell borders fell together. But with the alpha they should blend each other. Instead Webkit decides which
border dominates the other cells and draws only one color. On the corners this dominant color is applied two  or four times, on the inner edges two times.
5 to 8 have a transitional declaration, 9 to 12 not. The table border is only visible when the line width is thicker than the one of the cell borders (12).
And the outer cell borders are not visible. Why not?

For another excample see Bug 124441.

-- 
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