<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://umn0mtkzgkj46tygt32g.julianrbryant.com/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml">
 <head>
  <title>Starts-with attribute selector with empty value</title>
  <style type="text/css"><![CDATA[
p { color: lime; }
p[class^=""] { color: red; }
]]></style>
  <link rel="author" title="Lachlan Hunt" href="https://umnc5fkdgh4d6m4r.julianrbryant.com/about/contact"/>
  <link rel="help" href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/css3-selectors/#selectors"/> <!-- bogus link to make sure it gets found -->
  <link rel="match" href="css3-modsel-184-ref.xht"/>
 </head>
 <body>
<p class="">This text should be green.</p>
<p>This text should be green.</p>
</body>
</html>