Tommy interviewed by the Web Standards Group

Published on Tuesday, April 26th, 2005

Tommy has been asked the famous Ten questions by the WSG. Although I don’t necessarily agree a 100% with all of what Tommy says (for instance, about the benefits of, or lack of, using XHTML), he’s full of knowledge and it is a very good read.

Regarding coding semantically correct and using a strict doctype, be it HTML or XHTML, we’re definitely on the same page.

But when it comes to using the ABBR or the ACRONYM element for abbreviations, I think the discussion about different layers of presentation is far more important.
Personally, I use the ACRONYM element because I want the IE users to able to see it as well.

All in all, I recommend reading the interview.

4 comments

  • Faruk Ates
    April 26th, 2005 at 16:35

    I’m pretty sure that you can still style ABBR elements for IE users, it just doesn’t have any native styling attached to it. I haven’t tried this out though, so I may just be going out on a limb here (incorrectly, at that). :)

    I use them both, myself. ABBR for something that is only an abbreviation (such as Mass. for Massachusetts), and ACRONYM for every initialism. This is how the online dictionary explains the two terms, and while ABBR can, indeed, also be used for initialisms, I prefer keeping the two separated, if only for my own sake (consistancy).

  • Robert - author
    April 26th, 2005 at 16:44

    Faruk,

    I haven’t got it to work for ABBR elements, neither styling-wise nor the title attribute (in IE, of course).

  • Tommy Olsson
    April 26th, 2005 at 19:05

    Unless I’m mistaken, Microsoft deliberately refuse to support the ABBR element type. You can’t style it and it doesn’t show an title attribute set for it.

  • Robert - author
    April 26th, 2005 at 19:57

    Thank you, Microsoft.
    Isn’t that great and also an attitude that helps the web to evolve…

Share your thoughts:

HTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> . If you want to display code examples, please remember to write &lt; for < and &gt; for >.

Comment preview

Top results