Blink Support(s)
Published 12 years, 3 days pastJust a quick followup to last month’s post about @supports
:
@supports (text-decoration: blink) { #test { color: green; background: yellow; text-decoration: blink; } }
Results in all @supports
-supporting browsers I was able to test: green text on a yellow background, except Firefox 22, which additionally blinks the text. The latest nightly builds of Firefox 23 do not blink the text, thanks to bug 857820.
Discuss.