<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>3279</bug_id>
          
          <creation_ts>2005-06-05 15:36:13 -0700</creation_ts>
          <short_desc>CSS1: Text-decoration blink is not supported</short_desc>
          <delta_ts>2010-08-25 20:06:08 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>412</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Chris Petersen">c.petersen87</reporter>
          <assigned_to name="Dave Hyatt">hyatt</assigned_to>
          <cc>aha</cc>
    
    <cc>hiroykam</cc>
    
    <cc>joone</cc>
    
    <cc>laurie</cc>
    
    <cc>sullivan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>10758</commentid>
    <comment_count>0</comment_count>
    <who name="Chris Petersen">c.petersen87</who>
    <bug_when>2005-06-05 15:36:13 -0700</bug_when>
    <thetext>Expected Results: The text-decoration property allows text to be decorated through one of five 
properties: underline, overline, line-through, blink, or the default, none. They should be all supported.

What I got: Safari 2.0 (v412) supports all expect for (Text-decoration: blink).


Steps to reproduce:

1) Open attached filed called &quot;test_blink.html&quot; in Safari 2.0 (v412) under 10.4.1(8B15).
2) The first sentence uses { text-decoration: blink } put Safari doesn&apos;t apply this rule.


Note: Firefox 1.0.4 will render this paragraph correctly with  { text-decoration: blink }</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10759</commentid>
    <comment_count>1</comment_count>
      <attachid>2112</attachid>
    <who name="Chris Petersen">c.petersen87</who>
    <bug_when>2005-06-05 15:38:25 -0700</bug_when>
    <thetext>Created attachment 2112
Testcase that contains { text-decoration: blink }</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10760</commentid>
    <comment_count>2</comment_count>
      <attachid>2113</attachid>
    <who name="Chris Petersen">c.petersen87</who>
    <bug_when>2005-06-05 15:42:42 -0700</bug_when>
    <thetext>Created attachment 2113
Improved test case that uses { text-decoration: blink }</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>10801</commentid>
    <comment_count>3</comment_count>
    <who name="Chris Petersen">c.petersen87</who>
    <bug_when>2005-06-07 11:15:34 -0700</bug_when>
    <thetext>Apple Bug : &lt;rdar://problem/4141171&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>11245</commentid>
    <comment_count>4</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2005-06-09 21:43:21 -0700</bug_when>
    <thetext>The CSS specification says that user agents are free to ignore blink.  We should think carefully about 
whether or not we actually want to implement this.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>12806</commentid>
    <comment_count>5</comment_count>
    <who name="John Sullivan">sullivan</who>
    <bug_when>2005-06-21 11:22:33 -0700</bug_when>
    <thetext>We made a deliberate decision not to implement blink, though if there were compelling evidence that we 
should implement it our minds could be changed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14641</commentid>
    <comment_count>6</comment_count>
    <who name="Jens Ayton">jens.ayton</who>
    <bug_when>2005-07-14 04:31:50 -0700</bug_when>
    <thetext>A possible solution would be to allow blink if marked !important. Not that I’m a fan…</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18726</commentid>
    <comment_count>7</comment_count>
    <who name="Joost de Valk (AlthA)">joost</who>
    <bug_when>2005-09-04 23:00:28 -0700</bug_when>
    <thetext>IMHO, this should be a wontfix. Not many people will bother not having blink, and the ones who do 
probably won&apos;t even notice :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>26805</commentid>
    <comment_count>8</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2005-12-27 14:09:37 -0800</bug_when>
    <thetext>I would agree.  I don&apos;t think we ever have plans to support blink.  Thanks for the bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>87818</commentid>
    <comment_count>9</comment_count>
    <who name="Hiroyuki Kamisaka">hiroykam</who>
    <bug_when>2008-08-04 18:49:39 -0700</bug_when>
    <thetext>WebKit is also used on Android as its one of component.
If Android is adopted as one of the platform of Japanese carrier, The WebView
class (which is based on WebKit technology) will be used to create html mail app (viewer).

In Japan, as the greeting mail, we often use blinking string. Then the 
blinking string is realized by &lt;blink&gt; tag.

Therefore, if it is concluded as &quot;WONTFIX&quot;, it becomes the restriction for 
Android platform.

So, please reconsinder to support &lt;blink&gt; tag on Webkit!!!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>122325</commentid>
    <comment_count>10</comment_count>
    <who name="Laurie Denness">laurie</who>
    <bug_when>2009-05-21 05:04:02 -0700</bug_when>
    <thetext>You should definitely re-consider this. There are perfectly legitimate uses for blinking text, and I may have to re-consider using a Webkit based browser for our application if you will not implement a perfectly reasonable CSS property. Which would be a shame because Webkit is the only browser that doesn&apos;t leak memory like a sieve in our use case. 

See http://www.flickr.com/photos/lozzd/3210502566/

The &quot;CRITICAL&quot; and &quot;DOWN&quot; (not displayed in the picture) on this monitoring system display blinks to attract attention. Using a Webkit based browser, it is static. </thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>2112</attachid>
            <date>2005-06-05 15:38:25 -0700</date>
            <delta_ts>2005-06-05 15:41:04 -0700</delta_ts>
            <desc>Testcase that contains { text-decoration: blink }</desc>
            <filename>test_blink.html</filename>
            <type>text/html</type>
            <size>855</size>
            <attacher name="Chris Petersen">c.petersen87</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiINICAgICAgICAiaHR0cDovL3d3dy53My5vcmcvVFIvMTk5OS9SRUMtaHRtbDQwMS0xOTk5
MTIyNC9sb29zZS5kdGQiPg08aHRtbD4NPGhlYWQ+DQk8dGl0bGU+VW50aXRsZWQ8L3RpdGxlPg08
c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0jb25lIHsgdGV4dC1kZWNvcmF0aW9uOiBibGluayB9DSN0
d28geyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZSB9DSN0aHJlZSB7IHRleHQtZGVjb3JhdGlv
bjogb3ZlcmxpbmUgfQ0jZm91ciB7IHRleHQtZGVjb3JhdGlvbjogbGluZS10aHJvdWdoIH0NI2Zp
dmUgeyB0ZXh0LWRlY29yYXRpb246IG5vbmUgfQ08L3N0eWxlPg08L2hlYWQ+DTwvaGVhZD4NPHAg
aWQ9Im9uZSI+VGhpcyBwYXJhZ3JhcGggc2hvdWxkIGJsaW5rIHNpbmNlIGl0IHVzZXMgdGV4dC1k
ZWNvcmF0aW9uOiBibGluazwvcD4gDTxwIGlkPSJ0d28iPlRoaXMgcGFyYWdyYXBoIHNob3VsZCBi
bGluayBzaW5jZSBpdCB1c2VzIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lPC9wPiANPHAgaWQ9
InRocmVlIj5UaGlzIHBhcmFncmFwaCBzaG91bGQgYmxpbmsgc2luY2UgaXQgdXNlcyB0ZXh0LWRl
Y29yYXRpb246IG92ZXJsaW5lPC9wPiANPHAgaWQ9ImZvdXIiPlRoaXMgcGFyYWdyYXBoIHNob3Vs
ZCBibGluayBzaW5jZSBpdCB1c2VzIHRleHQtZGVjb3JhdGlvbjogbGluZS10aHJvdWdoPC9wPiAN
PHAgaWQ9ImZpdmUiPlRoaXMgcGFyYWdyYXBoIHNob3VsZCBibGluayBzaW5jZSBpdCB1c2VzIHRl
eHQtZGVjb3JhdGlvbjogbm9uZTwvcD4gDTwvYm9keT4NPC9odG1sPg08L2JvZHk+DTwvaHRtbD4N
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>2113</attachid>
            <date>2005-06-05 15:42:42 -0700</date>
            <delta_ts>2005-06-05 15:42:42 -0700</delta_ts>
            <desc>Improved test case that uses { text-decoration: blink }</desc>
            <filename>test_blink.html</filename>
            <type>text/html</type>
            <size>767</size>
            <attacher name="Chris Petersen">c.petersen87</attacher>
            
              <data encoding="base64">PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMDEgVHJhbnNpdGlvbmFs
Ly9FTiINICAgICAgICAiaHR0cDovL3d3dy53My5vcmcvVFIvMTk5OS9SRUMtaHRtbDQwMS0xOTk5
MTIyNC9sb29zZS5kdGQiPg08aHRtbD4NPGhlYWQ+DQk8dGl0bGU+VW50aXRsZWQ8L3RpdGxlPg08
c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0jb25lIHsgdGV4dC1kZWNvcmF0aW9uOiBibGluayB9DSN0
d28geyB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZSB9DSN0aHJlZSB7IHRleHQtZGVjb3JhdGlv
bjogb3ZlcmxpbmUgfQ0jZm91ciB7IHRleHQtZGVjb3JhdGlvbjogbGluZS10aHJvdWdoIH0NI2Zp
dmUgeyB0ZXh0LWRlY29yYXRpb246IG5vbmUgfQ08L3N0eWxlPg08L2hlYWQ+DTwvaGVhZD4NPHAg
aWQ9Im9uZSI+VGhpcyBwYXJhZ3JhcGggc2hvdWxkIGJsaW5rIHNpbmNlIGl0IHVzZXMgdGV4dC1k
ZWNvcmF0aW9uOiBibGluazwvcD4gDTxwIGlkPSJ0d28iPlRoaXMgcGFyYWdyYXBoIHVzZXMgdGV4
dC1kZWNvcmF0aW9uOiB1bmRlcmxpbmU8L3A+IA08cCBpZD0idGhyZWUiPlRoaXMgcGFyYWdyYXBo
IHVzZXMgdGV4dC1kZWNvcmF0aW9uOiBvdmVybGluZTwvcD4gDTxwIGlkPSJmb3VyIj5UaGlzIHBh
cmFncmFwaCB1c2VzIHRleHQtZGVjb3JhdGlvbjogbGluZS10aHJvdWdoPC9wPiANPHAgaWQ9ImZp
dmUiPlRoaXMgcGFyYWdyYXBoIHVzZXMgdGV4dC1kZWNvcmF0aW9uOiBub25lPC9wPiANPC9ib2R5
Pg08L2h0bWw+DTwvYm9keT4NPC9odG1sPg0=
</data>

          </attachment>
      

    </bug>

</bugzilla>