<html xmlns="https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml">
 <head>
  <title>Namespaced attribute selectors</title>
  <style type="text/css"><![CDATA[
 tests, tests * { display: block; color: red; }
 testA[*|attribute] { color: green; }
 testB[*|attribute="pass"] { color: green; }
 testC[*|attribute~="pass"] { color: green; }
 testD[*|attribute^="pass"] { color: green; }
 testE[*|attribute*="pass"] { color: green; }
 testF[*|attribute$="pass"] { color: green; }
 testG[*|attribute|="pass"] { color: green; }
]]></style>
  <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/>
  <link rel="help" href="https://un5gmtkzgkj46tygt32g.julianrbryant.com/TR/css3-selectors/#selectors"/> <!-- bogus link to make sure it gets found -->
  <link rel="match" href="reference/seven-green-divs.xht"/>
  <meta name="flags" content=" namespace" />
 </head>
 <body>
  <tests xmlns="https://umn5f0agx1fvjyc2pp854jr.julianrbryant.com/" xmlns:test="https://umn5f0agx1fvjyc2pp854jr.julianrbryant.com/">
   <testA test:attribute="pass">This should be green.</testA>
   <testB test:attribute="pass">This should be green.</testB>
   <testC test:attribute="pass">This should be green.</testC>
   <testD test:attribute="pass">This should be green.</testD>
   <testE test:attribute="pass">This should be green.</testE>
   <testF test:attribute="pass">This should be green.</testF>
   <testG test:attribute="pass">This should be green.</testG>
  </tests>
</body>
</html>