Yes, it is a corner case, but you can use the descendant combinator together with the Universal selector to skip over a generation of elements. The example given above (DIV * P) selects DIV-DIV-P and others, but not DIV-P. It is certainly not a common selector syntax, nor is it really the best way to achieve the same results. Consider it a curiosity.