Bug 94111 - [wx] Add support for text decoration "wavy" style
Summary: [wx] Add support for text decoration "wavy" style
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://dev.w3.org/csswg/css-text-deco...
Keywords:
Depends on: 90958 92868 93863
Blocks: 58491 100546
  Show dependency treegraph
 
Reported: 2012-08-15 07:45 PDT by Bruno Abinader (history only)
Modified: 2013-03-31 13:51 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Abinader (history only) 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).
Comment 1 Bruno Abinader (history only) 2013-03-31 13:51:54 PDT
Fixed in bug 92868. Closing bug.