[Webkit-unassigned] [Bug 17886] New: Failure to display blinking character specified by a CSS property.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 16 17:37:06 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17886

           Summary: Failure to display blinking character specified by a CSS
                    property.
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gools99 at comcast.net


While testing a web page, found that a blinking cursor, set as one of the
properies in a CSS page, remains static (i.e., it doesn't blink). Found correct
blinking action when using Mozilla Firefox v2.0.0.2.

CSS entry:

p:first-letter {
        font-weight:bold;
        font-family:"Times New Roman", Times, serif;
        font-size:xx-large;
        color:#666666;
        font-style: oblique;
        text-decoration: blink underline overline;
        background-color: #CCCCCC;
        float: left;
}

See property "text-decoration," above.  It was found that 'Underline' and
'overline' work as expected, but the 'blink' option is seemingly ignored by
Webkit.app.


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



More information about the webkit-unassigned mailing list