Bug 103020

Summary: CSS parser does not support -webkit-mask-size for -webkit-mask shorthand
Product: WebKit Reporter: Dirk Schulze <krit>
Component: CSSAssignee: Dirk Schulze <krit>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, hyatt, macpherson, menard, ojan, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 95389    
Attachments:
Description Flags
Patch hyatt: review+

Description Dirk Schulze 2012-11-21 22:24:27 PST
CSS parser does not support -webkit-mask-size for -webkit-mask shorthand. It doesn't look correct. I would like to fix it, but will wait for comments if there is a reason for it. -webkit-mask-size itself is implemented and seems to work.
Comment 1 Dirk Schulze 2012-11-23 08:46:25 PST
Created attachment 175813 [details]
Patch
Comment 2 Dave Hyatt 2012-11-28 13:56:22 PST
Comment on attachment 175813 [details]
Patch

r=me
Comment 3 Dirk Schulze 2012-11-28 16:12:35 PST
Committed r136072: <http://trac.webkit.org/changeset/136072>