What the best way to have an abbreviation in a link? eg
<a href="#" title="Examples of CSS designs."><abbr title="Cascading Style Sheets" lang="en-gb">CSS</abbr>Playground</a>
jay5r
1:57 pm on Jun 19, 2008 (gmt 0)
As long as it's properly nested, I don't think it matters which comes first.
D_Blackwell
2:48 am on Jun 27, 2008 (gmt 0)
Wouldn't this be <acronym> rather than <abbr>? IE6 doesn't support <abbr>, so still safer to user <acronym> I think.
appi2
4:09 am on Jun 27, 2008 (gmt 0)
ahh thanks missed the replies, yeah it is an acronym, doh.
Its the double tool tip you get when you do the above, hover over playground and you get the title, hover over CSS you get the acronym ,it just seemed wrong.