[Webkit-unassigned] [Bug 256850] The "tableborder" attribute (on its own) creates a visible border in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 16 19:24:21 PDT 2023


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

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
In the case of bordercolor="blue"
WebKit assigns:

border-right-color: rgb(0, 0, 255);
border-right-style: solid;
border-right-width: 3px;



In the case of style="border-color: blue"
WebKit assigns:

border-right-color: rgb(0, 0, 255);
border-right-style: none;
border-right-width: 0px;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230517/a5a73f0c/attachment.htm>


More information about the webkit-unassigned mailing list