1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>Namespaces and \: in selectors</title>
4 <style type="text/css"><![CDATA[
6 foo\:bar { background: red; color: yellow; }
8 <link rel="first" href="css3-modsel-1.xml" title="Groups of selectors"/>
9 <link rel="prev" href="css3-modsel-181.xml" title="Case sensitivity"/>
10 <link rel="next" href="css3-modsel-183.xml" title="Syntax and parsing of class selectors"/>
11 <link rel="last" href="css3-modsel-d4.xml" title="Dynamic updating of :first-child and :last-child"/>
12 <link rel="up" href="./index.html"/>
13 <link rel="top" href="../../index.html"/>
17 <foo:bar xmlns:foo="http://www.example.org/">
18 This text should be green.