Bug: Styles ignored for element ABBR

Styles are ignored for the ABBR element (ABBR in HTML 4.0).

Styles:


  ABBR { color: red }

Example:

<ABBR> this should be red </ABBR>