[Webkit-unassigned] [Bug 94112] New: [cg] Add support for text decoration "wavy" style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 07:49:10 PDT 2012


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

           Summary: [cg] Add support for text decoration "wavy" style
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bruno.abinader at basyskom.com
        Depends on: 90958,93863
            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" were already supported on CG due to previous usage on "border-style" property:
http://www.w3.org/TR/css3-background/#the-border-style

This bug intends to provide CG platform support for "wavy" value (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