Bug 124443 - Rendering of table and cell borders with alpha II
Summary: Rendering of table and cell borders with alpha II
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 16:47 PST by Rüdiger Cordes
Modified: 2013-11-15 16:50 PST (History)
0 users

See Also:


Attachments
12 excamples (31.10 KB, image/png)
2013-11-15 16:47 PST, Rüdiger Cordes
no flags Details
html docs (1.82 KB, application/zip)
2013-11-15 16:50 PST, Rüdiger Cordes
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Cordes 2013-11-15 16:47:48 PST
Created attachment 217100 [details]
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.
Comment 1 Rüdiger Cordes 2013-11-15 16:50:27 PST
Created attachment 217102 [details]
html docs