if-empty-trimmed
Syntax
if-empty-trimmed: ["]variable|element selector["];
This works in a similar way to the "if-empty" pseudo-selector, with the difference being that the content is trimmed either side before the condition is checked.
Whitespace remains intact in the variable/element itself. This is only a check that the trimmed contents equates to empty.
See if-empty for examples of use.