Open mathiasbynens opened 11 years ago
Oh... That'd be a bit harder now that it's css only.
It’d be impossible using only CSS, as there’s no way to select text nodes without referring to a wrapper element.
can try color: transparent;
but IE6 support =(
@bravedick Wouldn’t that also apply to text in <input>
s?
I guess blink lovers would love blinking blocks. Also, pink bold comic sans.
input {color: #000 !important}
=)
@mathiasbynens http://codepen.io/anon/pen/ibKrg
@bravedick haha!
@bravedick Blinks in Firefox.
@bravedick :+1:
Can't you just blink input { animation: none; }
or something?
Gecko and Presto only support text blink because it’s really a text-decoration feature. Inputs and other elements shouldn’t blink — only text nodes should.
E.g.
<blink>foo<input></blink>