Bug 17886 - ER: Implement text-decoration: blink as defined in CSS 2.1
Summary: ER: Implement text-decoration: blink as defined in CSS 2.1
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Enhancement
Assignee: Nobody
URL: http://www.w3.org/TR/CSS21/text.html#...
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2008-03-16 17:37 PDT by cliff goolsby
Modified: 2008-03-17 19:19 PDT (History)
2 users (show)

See Also:


Attachments
test case (75 bytes, text/html)
2008-03-16 23:52 PDT, Robert Blaut
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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".