RESOLVED FIXED 94111
[wx] Add support for text decoration "wavy" style
https://bugs.webkit.org/show_bug.cgi?id=94111
Summary [wx] Add support for text decoration "wavy" style
Bruno Abinader (history only)
Reported 2012-08-15 07:45:49 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 Wx due to previous usage on "border-style" property: http://www.w3.org/TR/css3-background/#the-border-style This bug intends to provide Wx platform support for "wavy" value (already parsed for "text-decoration-style" in bug 90958).
Attachments
Bruno Abinader (history only)
Comment 1 2013-03-31 13:51:54 PDT
Fixed in bug 92868. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.