> 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.
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 } }