Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="UTF-8"?>
<title>Class selectors in an XML namespace</title>
<link rel="author" href="mailto:masonf@chromium.org" />
<body>
<p>The .class selector should work in any namespace. Both boxes should be green.</p>
<Boxes xmlns="http://foo">
<box>.classname selector</box>
<box>*[class~="classname"] selector</box>
</Boxes>
<style>
box {background:green;}
</style>
</body>
</html>