<?xml version="1.0"?>
<?xml-stylesheet href="xmltypesel_style" type="text/css"?>

<root>
<header>Selectors for strange element names</header>

<elem.with.dot>This should be green (escaped '.' in type selector).</elem.with.dot>

<_elem_with_us>This should be blue (escaped '_' in type selector).</_elem_with_us>

<bad.elem.with.dot>This should NOT be red (unescaped '.' in type selector).</bad.elem.with.dot>

<_second_elem_with_us>This should be purple (unescaped '_' in type selector, OK per CSS2 errata).</_second_elem_with_us>

<elem-with-hyphens>This should be fuchsia (unescaped '-' in type selector).</elem-with-hyphens>

<another-elem-with-hyphens>This should be navy (escaped and unescaped '-' in type selector).</another-elem-with-hyphens>

<para>There are lots more tests to write here...</para>

</root>
