borders and outlines on elements when parent element has a negative text-indentThe example below demonstrates IE8 RC1s inability to correctly position borders and outlines on elements whose parent has a negative text-indent and then 'pushed back' by using a padding-left of the same value.
I have attempted to display the different properties that are affected by this bug
border-bottom with value border-bottom : 1px solid #B3B3B3 and no text-decorationborder-bottom color change to #90Foutline with value 5px solid black and background:#999In conclusion, the border and outline properties are affected by this bug; neither background values (as demonstrated on the :active state) nor text-decoration values are affected.