The xbl:content element allows copying elements which are descendant elements from the bound node. The selectors work as if applied to an XML document rooted at the bound node.
You would think that the implementation of the fr:link-select1 component could simply copy the nested xf:label element as follows:
But this doesn't work properly because the CSS selector xf|label actually returns all descendant label elements, including the xf:label element under xf:itemset.
The recommend way to express this is as follows:
The :root pseudo-class refers to the bound element (here fr:link-select1). The > combinator "describes a childhood relationship between two elements", like the XPath / axis. So the result is equivalent to the XPath: