Bug 94112

Summary: [cg] Add support for text decoration "wavy" style
Product: WebKit Reporter: Bruno Abinader (history only) <bruno.abinader>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: lamarque
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://dev.w3.org/csswg/css-text-decor-3/#text-decoration-style-property
Bug Depends on: 90958, 92868, 93863    
Bug Blocks: 58491, 100546    

Description Bruno Abinader (history only) 2012-08-15 07:49:43 PDT
The CSS3 property "text-decoration-style" accepts the following values: "solid | double | dotted | dashed | wavy" as seen on the link below:
http://dev.w3.org/csswg/css3-text/#text-decoration-style

All values except "wavy" were already supported on CG due to previous usage on "border-style" property:
http://www.w3.org/TR/css3-background/#the-border-style

This bug intends to provide CG platform support for "wavy" value (already parsed for "text-decoration-style" in bug 90958).
Comment 1 Bruno Abinader (history only) 2013-03-31 13:52:43 PDT
Fixed in bug 92868. Closing bug.