Whether this set of HTML restrictions allows nothing.
bool
::emptySet()
public function allowsNothing() : bool { return count($this->elements) === 0 || count($this->elements) === 1 && isset($this->elements['*']) && empty(array_filter($this->elements['*'])); }