latest css experiences follow up

In latest css experiences I complained about the unremovable underline of the acronym tag in Moz. Today someone (namely b0at :) enlightened me that this underline is not the expected text-decoration: underline; but a border-bottom. I wonder what the Moz...

This entry was first published on August 08, 2003, 03:17 PM, CET and categorized as Rant.

So far, no comments have been added to this entry. You can add your thoughts to the discussion below.

In latest css experiences I complained about the unremovable underline of the acronym tag in Moz. Today someone (namely b0at :) enlightened me that this underline is not the expected text-decoration: underline; but a border-bottom. I wonder what the Moz devels thought as they decided to use a border-bottom instead of text-decoration: underline; (does acronym really need an underline anyway?) as it can be made look weird too easy via padding-bottom:

This is an example of the eval Moz acronym default style...

Comments

No comments made yet. Will you be the first?