Bug 103244

Summary: Some shorthands are not reconstructed in StylePropertySet::getPropertyValue()
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: bendean837, bfulgham, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 103245, 110698, 110816, 110903, 111011, 111018    
Bug Blocks:    

Description Alexander Pavlov (apavlov) 2012-11-26 05:04:56 PST
The shorthands that lack the reconstruction code:

border-image
-webkit-columns
-webkit-column-rule
-webkit-margin-collapse
-webkit-marquee
-webkit-text-stroke
Comment 1 Brent Fulgham 2022-07-13 11:50:49 PDT
It looks like these are done:
-webkit-columns
-webkit-column-rule
-webkit-margin-collapse
-webkit-marquee
-webkit-text-stroke

It doesn't look like border-image was done.
Comment 2 Brent Fulgham 2022-07-13 11:54:00 PDT
I don't believe further action is needed here after the CSS parser redesign.