Technical info for pphtml.
- There is a valid CSS construction of .class1.class2 that pphtml does
not handle correctly. That definition means "an element with both class1 and class2" as in
<hr class='class1 green class2' />.
Currently, that construction will show up as "defined but not used".