Testing IE 8

TEST #1: Unexpected white-space child text node inserted after last child element

There should be no red in the example below.

Test

TEST #2: Pseudo hover transfers to unexpected last child node causing misplaced hover behavior on first child

Hover on the right side of the last elements in all examples below

misplaced hover behavior present with pseduo hover on last child (span:hover)

Test Test Test

misplaced hover behavior present with a:hover on last child

Test Test a:hover


Proper hover behavior when last child a:hover is contained in UL

behavior not present on last child when a:hover is wrapped in a list item

Misplaced hover behavior reappears on last child with pseduo li:hover in UL

misplaced hover behavior reappears on last child with pseduo li:hover in a UL