blob: 1a131f2090dfd3ec89ab4a285526c00b86fcada4 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Namespaces and \: in selectors</title>
<style type="text/css"><![CDATA[
p { color: green; }
foo\:bar { background: red; color: yellow; }
]]></style>
<link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
<link rel="prev" href="css3-modsel-181.xml" title="Case sensitivity"/>
<link rel="next" href="css3-modsel-183.xml" title="Syntax and parsing of class selectors"/>
<link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
<link rel="up" href="./index.html"/>
<link rel="top" href="../../index.html"/>
</head>
<body>
<p>
<foo:bar xmlns:foo="http://www.example.org/">
This text should be green.
</foo:bar>
</p>
</body>
</html>