Skip to content
  • Daniel Boles's avatar
    CssSelector: Fix warning for bad pseudo-class name · 11f81e77
    Daniel Boles authored
    It was "Missing name of pseudo-class", but the real problem is exactly
    the opposite: we /have/ been given a name, but it is not a valid one.
    Change it to "Invalid name of pseudo-class" to minimise confusion.
    11f81e77