Given that acronym is removed in HTML 5, how does one get standards support with similar functionality? Every other removed tag looks like CSS can do it, but that one seems to be removed completely…
Given that acronym is removed in HTML 5, how does one get standards support
Share
<abbr>has been repurposed for both abbreviations as well as acronyms:If you want to be specific with your semantics, perhaps adding
class="acronym"would do the trick. I think that’s as far as you can go, although I should add thatclasshas no actual semantic value whatsoever.