| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-29 | 486 Bytes | |
| v3.0.1 source code.tar.gz | 2026-07-29 | 574.8 kB | |
| v3.0.1 source code.zip | 2026-07-29 | 2.6 MB | |
| Totals: 3 Items | 3.1 MB | 2 | |
- Improved performance of selector matching on deeply nested elements and on stray end tags.
- Fixed element handlers never running for SVG and MathML integration-point elements when the preceding tag matched no selector.
- Fixed attribute selectors with an uppercase attribute name:
[HREF]silently matched nothing and[HREF=x]was rejected as a namespaced selector. - Fixed
:nth-of-type()counting custom elements spelled with different ASCII case as distinct types.