Bug 17886

Summary: ER: Implement text-decoration: blink as defined in CSS 2.1
Product: WebKit Reporter: cliff goolsby <gools99>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Enhancement CC: mrowe, webkit
Priority: P4 Keywords: HasReduction, InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.w3.org/TR/CSS21/text.html#propdef-text-decoration
Attachments:
Description Flags
test case none

Description cliff goolsby 2008-03-16 17:37:05 PDT
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.
Comment 1 Robert Blaut 2008-03-16 23:47:32 PDT
Confirmed as an enhancement request, but I'm not sure about priority of the bug.

"blink
Text blinks (alternates between visible and invisible). Conforming user agents may simply not blink the text. Note that not blinking the text is one technique to satisfy checkpoint 3.3 of WAI-UAAG." 
Comment 2 Robert Blaut 2008-03-16 23:52:27 PDT
Created attachment 19826 [details]
test case
Comment 3 Robert Blaut 2008-03-16 23:53:47 PDT
blink for text-decoration is already implemented in Gecko and Presto.
Comment 4 Mark Rowe (bdash) 2008-03-17 15:18:32 PDT
<rdar://problem/5803687>
Comment 5 Mark Rowe (bdash) 2008-03-17 19:19:08 PDT
We have no intention of supporting this.  As noted in comment  #1, "Conforming user agents may simply not blink the text".