Bug 94114
Summary: | [wince] Add support for text decoration "wavy" style | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bruno Abinader (history only) <bruno.abinader> |
Component: | Layout and Rendering | Assignee: | 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 |
Bruno Abinader (history only)
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 WinCE due to previous usage on "border-style" property:
http://www.w3.org/TR/css3-background/#the-border-style
This bug intends to provide WinCE platform support for "wavy" value (already parsed for "text-decoration-style" in bug 90958).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bruno Abinader (history only)
Fixed in bug 92868. Closing bug.