[Webkit-unassigned] [Bug 93509] New: [Skia] Add support for text decoration "wavy" and "double" styles.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 12:52:38 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93509

           Summary: [Skia] Add support for text decoration "wavy" and
                    "double" styles.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://dev.w3.org/csswg/css3-text/#text-decoration-sty
                    le
        OS/Version: Unspecified
            Status: NEW
          Keywords: WebExposed
          Severity: Enhancement
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bruno.abinader at basyskom.com
        Depends on: 90958
            Blocks: 58491,92868


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list