Re: Deprecate <acronym>

>
>> <abbr class="initialism">W3C</abbr>
>>
>> abbr.initialism {speak: spell-out; }
>>
>> <abbr class="acronym">RADAR</abbr>
>>
>> abbr.acronym {speak: normal; }
>>
>
> +1 for this methodology. This is exactly what I intended.
>
> How about adding a "type" attribute to the "abbr" element to replace
> your overloading of the "class" attribute?
>

Thank you Noah for pointing out the existence of initialisms.

+1 for <abbr type="initialism">CPU</abbr>.
-Chasen

Received on Sunday, 25 March 2007 23:42:17 UTC