- From: Xianzhu Wang via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Jul 2022 19:41:21 +0000
- To: public-css-archive@w3.org
wangxianzhu has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-backgrounds] Border width rounding affects collapsed border conflict resolution == http://jsfiddle.net/zmav431j/ ``` <table style="border-collapse: collapse"> <tr><td style="border: 5.1px solid blue">BLUE</td></tr> <tr><td style="border: 5.9px solid red">RED</td></tr> </table> ``` On Firefox (and perhaps WebKit, and perhaps future Blink), the color of the border between the two table cells depends on the device scale factor. When dsf=1, it's blue. When dsf=2, it's red. This issue depends on https://github.com/w3c/csswg-drafts/issues/5210. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7473 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 7 July 2022 19:41:22 UTC