Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  > I have not thought about the <map> element for decades now. But it seems it
  > is still supported! That's what I love about HTML.
Good thing you had no hard dependency on <blink>!


Nothing a little CSS can't fix:

  blink {
   text-decoration: blink;
   animation: blink 1s steps(5, start) infinite;
   -webkit-animation: blink 1s steps(5, start) infinite;
  }
  @keyframes blink { to { visibility: hidden } }
  @-webkit-keyframes blink { to { visibility: hidden } }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: