12.4.2. Matching Descendants, Children, and Siblings
An element name A followed by another element name
B matches all B elements that
are descendants of A elements. For example, this
rule matches quantity elements that are
descendants of ingredients elements, but not other
ones that appear elsewhere in the document:
ingredients quantity {font-size: medium}