xmlns Attribute SelectorThis text will be green if the rule has been applied.
html[xmlns] #testElement {
color: #00cc00;
}
In order for this filter to work in compliant browsers, there must be a xmlns attribute on the <html> (as would be the case for the HTML code to be XHTML compliant).