<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="super.css" type="text/css"?>
<!-- compliance patch for microsoft browsers -->
<!--[if lt IE 7]>
<html:script src="../ie7-standard.js" type="text/javascript"></html:script>
<html:script src="../ie7-css3.js" type="text/javascript"></html:script>
<![endif]-->
<!-- dean.edwards/2004 -->
<!-- keeping code tidy! -->
<my:root xmlns:html="http://www.w3.org/1999/xhtml" xmlns:my="http://dean.edwards.name/space" xml:lang="en">:root
	<!-- margin fix -->
	<my:tag>:root>my|tag:first-child</my:tag>
	<my:tag>(my|tag)<my:red>my|tag>my|red</my:red></my:tag>

	<!-- for the browser -->
	<html:title>superstylin'</html:title>

	<!-- namespace|selector test -->
	<my:tag>(my|*)</my:tag>

	<!-- [attr="value"] test -->
	<my:tag id="test">[id=test]</my:tag>
	<my:tag class="test">[class=test]</my:tag>
	<!-- [attr] test -->
	<my:tag anything="something">[anything]</my:tag>
	<my:tag test="value1">my|tag[test="value1"]</my:tag>
	<my:tag test="value2">[test=value2]</my:tag>
	<my:tag test="value1 value2 value3">[test~="value3"]</my:tag>
	<my:tag test="value5 value6 value7">([test~="value4"])</my:tag>

	<!-- :hover test -->
	<my:menu>my|menu:hover</my:menu>
	<my:menu>my|menu:hover</my:menu>
	<my:menu>my|menu:hover</my:menu>
	<!-- :active test -->
	<my:x-menu>my|x-menu:active</my:x-menu>
	<my:x-menu>my|x-menu:active</my:x-menu>
	<my:x-menu>my|x-menu:active</my:x-menu>
	<my:x-menu>my|x-menu:active</my:x-menu>

	<!-- :first/last-child test -->
	<my:parent>(my|parent)
		<my:child>my|child:first-child</my:child>
		<my:child>overlooked middle-child</my:child>
		<my:child>my|child:last-child</my:child>
	</my:parent>

	<!-- sibling+selector test -->
	<my:brother>(my|brother)</my:brother>
	<my:sister>my|brother+my|sister</my:sister>
	<my:sister>my|brother~my|sister</my:sister>
	<my:brother>(my|brother)</my:brother>

	<!-- parent>child test -->
	<my:first>(my|first)
		<my:second>(my|second)
			<my:third>my|first&gt;my|second&gt;my|third
				<my:fourth>(my|fourth)</my:fourth>
			</my:third>
		</my:second>
		<my:dummy>(my|dummy)
			<my:second>(my|second)
				<my:third>(my|third)</my:third>
			</my:second>
		</my:dummy>
	</my:first>
</my:root>
