[Webkit-unassigned] [Bug 278038] New: Background images for table cell groups are incorrectly sized
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 13 12:38:28 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278038
Bug ID: 278038
Summary: Background images for table cell groups are
incorrectly sized
Product: WebKit
Version: Safari 18
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tables
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ekohler at gmail.com
CC: zalan at apple.com
Created attachment 472143
--> https://bugs.webkit.org/attachment.cgi?id=472143&action=review
Row background image example
A background-image for a table cell group (row, row-group, column, column-group) should be sized to cover the whole group of cells, including their borders.
For instance, consider LayoutTests/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html. Rendered in Firefox and Chrome, the background-image (aqua stripes) lies below the cell borders.
See also the attachment.
In Safari background-images are sized to the cell's interior, exclusive of the cell border.
--
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/20240813/66d21511/attachment.htm>
More information about the webkit-unassigned
mailing list