Skip to content

2.9.1

Latest

Choose a tag to compare

@facelessuser facelessuser released this 21 Jul 16:56

2.9.1

  • FIX: Correct [attr^=""], [attr$=""], and [attr*=""] to match nothing when the value is empty, per CSS
    Selectors Level 4 substring matching, which previously matched any element merely having the attribute
    (@chuenchen309).