Bug 205899

Summary: background: linear-gradient() can't be applied properly in tbody element
Product: WebKit Reporter: luo4188
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Minor CC: simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 13   
Hardware: Mac   
OS: Unspecified   
Attachments:
Description Flags
the rule is applied to each row. it should be applied to the whole tbody element none

Description luo4188 2020-01-07 19:39:07 PST
Created attachment 387061 [details]
the rule is applied to each row. it should be applied to the whole tbody element

Hi,
we just found an issue that the css rule "background: linear-gradient()" can't be applied properly in tbody element correctly.

in chrome or firefox, the rule is applied correctly. but in safari(ios or macOS or WKwebview), it is applied to each row instead of the whole element.

a screenshot of safari in ios is attached.

Cheers
Comment 1 Radar WebKit Bug Importer 2020-01-09 10:36:03 PST
<rdar://problem/58448473>