|
|
AbbrElement
The abbr element represents an abbreviation or acronym.
Usage
The title attribute should be used to provide an expansion of the abbreviation. If present, the attribute must only contain an expansion of the abbreviation.
Much virtual ink has been spilled debating the difference between acronyms (using the <acronym> element) and abbreviations (using the <abbr> element). In theory, abbreviations are spelled out letter by letter (so "HTTP" is pronounced "H, T, T, P") while acronyms are pronounced as words (so "ASCII" is pronounced "as-kee"). In practice, neither authors nor user agents got the distinction right, and the <acronym> element was simply dropped in HTML 5.
Browser compatibility
| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 |
| appears in DOM | Y | Y | Y | Y | Y | Y |
| applies style | Y | Y | N | Y | Y | Y |
Further reading
Sign in to add a comment
