<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="https://umn0mtkzgkj46tygt32g.julianrbryant.com/1999/xhtml">
  <title>Class selectors in an XML namespace</title>
  <link rel="author" href="mailto:masonf@chromium.org" />
  <link rel="help" href="https://un5n7d2gw1uu2ekwrpzy49h0br.julianrbryant.com/#dom-element-classname" />
  <link rel="help" href="https://un5neav4tjf40.julianrbryant.com/649444" />
  <link rel="match" href="xml-class-selector-ref.xml" />
  <body>
    <p>The .class selector should work in any namespace. Both boxes should be green.</p>
    <Boxes xmlns="https://foo">
      <box class="green">.classname selector</box>
      <box class="green2">*[class~="classname"] selector</box>
    </Boxes>

    <style>
      box {background:red;}
      .green {background: green;}
      *[class~="green2"] {background: green;}
    </style>
  </body>
</html>
