Overrides NodeInterface::getSpecificity
public function getSpecificity() : Specificity { return $this->tree ->getSpecificity() ->plus(new Specificity(0, 0, $this->pseudoElement ? 1 : 0)); }