| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.23.11 source code.tar.gz | 2025-12-16 | 65.2 MB | |
| 0.23.11 source code.zip | 2025-12-16 | 73.4 MB | |
| README.md | 2025-12-16 | 908 Bytes | |
| Totals: 3 Items | 138.6 MB | 0 | |
- Features
- CSS Grid: enable grid layout by default and expand support for track sizing and placement, including
repeat()/minmax()/fit-content(), named lines, template areas, andgrid/grid-template/place-*shorthands. - DOM/Bridge: complete the
IntersectionObserverAPI (includingIntersectionObserverEntry) and add v2 properties for richer visibility tracking. - Accessibility: improve semantics for overflow scrolling containers, add ListView a11y coverage, and support
menubar/menuitemroles. - Fixed
- Grid: fix auto-placement and sizing edge cases (reverse line ranges,
justify-content: space-*, auto-fit track collapse, and placement alignment). - Platform/CI: fix iOS source builds and stabilize integration tests/snapshots.
- Accessibility/DOM: improve focusability handling and skip non-semantic container tags during traversal.