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: | CSS | Assignee: | 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 |
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" 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bruno Abinader (history only)
Errata: Double value is supported, only "wavy" left.
Bruno Abinader (history only)
I erroneously presumed that "dashed" and "dotted" styles were supported, but layout test results from bug 94094 says the contrary.
Bruno Abinader (history only)
Bug 96408 is going to provide implementation for "dashed" and "dotted" values.
Bruno Abinader (history only)
"Wavy" style has been implemented as platform-independent in bug 92868.
Bruno Abinader (history only)
FYI: This issue is now handled in http://crbug.com/229574