<!DOCTYPE html><html><head>
<title>Starts-with attribute selector with empty value</title>
<style type="text/css">
p { color: lime; }
p[class^=""] { color: red; }
</style>
<link rel="author" title="Lachlan Hunt" href="http://lachy.id.au/about/contact">
<link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors"> <!-- bogus link to make sure it gets found -->
<link rel="match" href="css3-modsel-184-ref.xht">
<meta name="flags" content="">
</head>
<body>
<p class=""><!--Replaced (p) --></p>
<p><!--Replaced (p) --></p>
</body></html>