- From: Rob <wlkngowl@unix.asb.com>
- Date: Fri, 13 Feb 1998 23:27:51 -0500
- To: "Russell Steven Shawn O'Connor" <roconnor@wronski.math.uwaterloo.ca>
- CC: www-html@w3.org
On 13 Feb 98, "Russell Steven Shawn O'Connor" wrote: > I'm a little unsure of when to use ABBR and when to use ACRONYM. The > specs weren't clear on this. Maybe it was unclear to avoid controversy. In an earlier draft of the HTML 4.0 specs, ACRONYM disappeared entirely, so I changed them all to ABBR with the eventual expectation that AuralCSS would allow for a spellout feature. Since the distinction can often be vague, I prefer sticking with ABBR which (logically) includes acronyms, whereas some people bicker over what is or isn't an acronym. I think ACRONYM exists for legacy reasons. And considering that Netscape 4.0 often coughs up on ABBR or ACRONYM, and that MSIE doesn't yet support it, I've removed some of the markup in "critical" places where the display gets messed up. By the way, a while back (don't rememebr the list archive URL and I'm offline at the moment) I proposed a simple dictionary format that relied on description lists: <HEAD> <LINK Rel="Dictionary" HREF="MyDictionary.html"> [... blah blah blah ... ] <BODY> <P>When publishing <ABBR IDREF=HTML>HTML</ABBR> documents... and in MyDictionary.html: <DL> <DT><ABBR ID=HTML TITLE="Hypertext Markup Language">HTML</ABBR> <DD>Hypertext Markup Language. Created in the early 1990s by Brenners-Lee ... [Pardon any typos in names etc....] Rob ----- "The word to 'kill' ain't dirty | Robert Rothenburg wlkngowl@unix.asb.com I used it in the last line | http://www.asb.com/usr/wlkngowl but use the short word for lovin' | http://www.wusb.org/mutant and Dad you wind up doin' time." | PGP'd mail welcome (ID 0x5D3F2E99)
Received on Friday, 13 February 1998 23:29:03 UTC