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).
[attr^=""], [attr$=""], and [attr*=""] to match nothing when the value is empty, per CSS