html Selector BugThis text will be green if the rule has been applied.
* html #testElement {
color: #00cc00;
}
Because the html element is the root of the document and has no parent, standards-compliant browsers will not apply this rule (so the text in the example block should be red in compliant browsers).