Bug 246321

Summary: Style invalidation bug with spans in table <col> elements
Product: WebKit Reporter: Andreu Botella <abotella>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case for this bug none

Description Andreu Botella 2022-10-10 22:22:57 PDT
Created attachment 462921 [details]
Test case for this bug

There seems to be a style invalidation bug when a <col> element in table layout has its `span` attribute change. If the col element was setting a background for the cells in the column, the change of the `span` attribute does not reflect in the background of the cells until the background for some of the col elements changes.

This is also a bug in Chromium: https://crbug.com/1373252
Comment 1 Radar WebKit Bug Importer 2022-10-17 22:23:17 PDT
<rdar://problem/101276807>
Comment 2 Andreu Botella 2023-10-31 02:44:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19767