<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>CSS 2.1 Test Suite: Testing first letter styles</title> | |
<link rel="help" href="http://www.w3.org/TR/CSS21/...#..."/> | |
<style type="text/css"> | |
a | |
{ | |
color: blue; | |
} | |
p:first-letter | |
{ | |
font-weight: bold; | |
} | |
</style> | |
</head> | |
<body> | |
<p><a href="test.html">First</a> letter should be bold and blue</p> | |
<p>Here the first letter should be bold and black, but with Safari build 416.13 it is blue. See bug #6170.</p> | |
</body> | |
</html> |