Skip to content
  • Benjamin Otte's avatar
    cssselector: Make specificity handling a vfunc · 06b0b47d
    Benjamin Otte authored
    The new region selector tracks more than just one soimple selector, so
    it requires some more advanced specificity tracking.
    
    Technically, this is still not correct, because it will report the same
    specificity for
      tab:sorted
    and
      tab:sorted:sorted
    (and the second selector will be printed as the first) but this is
    regions, so meh.
    06b0b47d