1 <html xmlns="http://www.w3.org/1999/xhtml">
3 <title>CSS: 1 simple test of namespaces (attributes)</title>
4 <style type="text/css">
5 @namespace html url(http://www.w3.org/1999/xhtml);
6 @namespace test url(http://www.example.org/);
7 html|body { color: red; }
8 [test] { color: green; }
12 <test test="test" xmlns="http://www.example.org/">