Click to See Complete Forum and Search --> : Which element?


Mr Initial Man
09-12-2006, 01:31 PM
<acronym>HTML</acronym> <acronym>CSS</acronym>
<acronym>HTML</acronym> <abbr>CSS</abbr>
<abbr>HTML</abbr> <acronym>CSS</acronym>
<abbr>HTML</abbr> <abbr>CSS</abbr>


Which pair is semantically correct?

ray326
09-12-2006, 01:39 PM
I'd say #1 but there's been a LOT of discussion on this arcane matter. Abbreviations are shortend forms of words (e.g. Mr., Mrs., dept., etc.), not just sets of first characters.

kiwibrit
09-12-2006, 03:20 PM
FWIW, I'd say 4.

Mr Initial Man
09-14-2006, 10:42 AM
I think I see why XHTML 2.0 dumps the <acronym> element.