blob: b466176308f7e7688ca0aed832d7de1f98b915bc [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<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>