RESOLVED WONTFIX 17886
ER: Implement text-decoration: blink as defined in CSS 2.1
https://bugs.webkit.org/show_bug.cgi?id=17886
Summary ER: Implement text-decoration: blink as defined in CSS 2.1
cliff goolsby
Reported 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.
Attachments
test case (75 bytes, text/html)
2008-03-16 23:52 PDT, Robert Blaut
no flags
Robert Blaut
Comment 1 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."
Robert Blaut
Comment 2 2008-03-16 23:52:27 PDT
Created attachment 19826 [details] test case
Robert Blaut
Comment 3 2008-03-16 23:53:47 PDT
blink for text-decoration is already implemented in Gecko and Presto.
Mark Rowe (bdash)
Comment 4 2008-03-17 15:18:32 PDT
Mark Rowe (bdash)
Comment 5 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".
Note You need to log in before you can comment on or make changes to this bug.