Bug 93509

Summary: [Skia] Add support for text decoration's "dashed", "dotted" and newly added "double" and "wavy" styles
Product: WebKit Reporter: Bruno Abinader (history only) <bruno.abinader>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Enhancement CC: lamarque, schenney, syoichi
Priority: P2 Keywords: WebExposed
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: 92868, 93863, 94094, 96408, 104682    
Bug Blocks: 58491, 100546    

Description Bruno Abinader (history only) 2012-08-08 12:53:03 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" and "double were already supported on Skia due to previous usage on "border-style" property:
http://www.w3.org/TR/css3-background/#the-border-style

This bug intends to provide Skia platform support for "wavy" and "double" values (already parsed for "text-decoration-style" in bug 90958).
Comment 1 Bruno Abinader (history only) 2012-08-12 21:04:05 PDT
Errata: Double value is supported, only "wavy" left.
Comment 2 Bruno Abinader (history only) 2012-08-21 10:57:38 PDT
I erroneously presumed that "dashed" and "dotted" styles were supported, but layout test results from bug 94094 says the contrary.
Comment 3 Bruno Abinader (history only) 2012-09-11 10:39:22 PDT
Bug 96408 is going to provide implementation for "dashed" and "dotted" values.
Comment 4 Bruno Abinader (history only) 2013-03-31 13:56:09 PDT
"Wavy" style has been implemented as platform-independent in bug 92868.
Comment 5 Bruno Abinader (history only) 2013-05-08 06:08:18 PDT
FYI: This issue is now handled in http://crbug.com/229574