| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.24.18 source code.tar.gz | 2026-03-11 | 68.6 MB | |
| 0.24.18 source code.zip | 2026-03-11 | 77.5 MB | |
| README.md | 2026-03-11 | 597 Bytes | |
| Totals: 3 Items | 146.1 MB | 0 | |
Major Features
- Use Cases/CSS: re-enable the selectors showcase in the example app and expand it with
direct-target interactive pseudo-class demos for
:hover,:active,:focus-visible, and:focus-within.
Bug Fixes
- CSS/Selectors: scope document-dispatched interactive pseudo-class state to the stable leaf
target only. This prevents ancestor/descendant false positives for
:hoverand:active, ignores targets without direct interactive pseudo selectors, preserves the deepest target during same-event bubbling, and adds regression coverage.