RESOLVED WONTFIX 93509
[Skia] Add support for text decoration's "dashed", "dotted" and newly added "double" and "wavy" styles
https://bugs.webkit.org/show_bug.cgi?id=93509
Summary [Skia] Add support for text decoration's "dashed", "dotted" and newly added "...
Bruno Abinader (history only)
Reported 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).
Attachments
Bruno Abinader (history only)
Comment 1 2012-08-12 21:04:05 PDT
Errata: Double value is supported, only "wavy" left.
Bruno Abinader (history only)
Comment 2 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.
Bruno Abinader (history only)
Comment 3 2012-09-11 10:39:22 PDT
Bug 96408 is going to provide implementation for "dashed" and "dotted" values.
Bruno Abinader (history only)
Comment 4 2013-03-31 13:56:09 PDT
"Wavy" style has been implemented as platform-independent in bug 92868.
Bruno Abinader (history only)
Comment 5 2013-05-08 06:08:18 PDT
FYI: This issue is now handled in http://crbug.com/229574
Note You need to log in before you can comment on or make changes to this bug.