IE 6 pseudo elements bug - HTML 4.01 Strict

Examples

Example 1 - :first-letter pseudo element

Broken Example

p.broken:first-letter{font-size: x-large; font-weight: bold;}

Working Example

p.working:first-letter {font-size: x-large; font-weight: bold;}

Example 2 - :first-line pseudo element

Broken Example

p.broken:first-line{font-size: x-large; font-weight: bold;}

Working Example

p.working:first-line {font-size: x-large; font-weight: bold;}

Valid HTML 4.01 Strict