| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.24.16 source code.tar.gz | 2026-03-08 | 68.6 MB | |
| 0.24.16 source code.zip | 2026-03-08 | 77.5 MB | |
| README.md | 2026-03-08 | 1.6 kB | |
| Totals: 3 Items | 146.1 MB | 0 | |
Major Features
- CSS/Selectors: add Dart-engine support for interactive and form pseudo-classes, including
:hover,:active,:focus,:focus-visible,:focus-within,:enabled,:disabled,:checked,:required,:optional,:placeholder-shown,:valid, and:invalid, with new unit and integration coverage. - Form Controls: add Dart-side
<select>support withvalue/selectedIndex, focus and blur handling,required/multiple/disabledstate, option andoptgrouphandling, and native menu rendering; improve<label>activation and default button/select UA styling.
Bug Fixes
- Rendering/Widget: preserve auto-height shrink-wrap for widget-hosted WebF content inside bounded flex and tooltip layouts; add regression coverage.
- Rendering/Inline: honor
border-radiuswhen painting inline backgrounds for inline spans. - Form Controls: improve checkbox and radio checked-state synchronization across Dart/Blink paths, fix checkbox baseline alignment in inline formatting contexts, restore placeholder color behavior, and tighten default form-control typography and disabled-state styling.
- DOM/Focus: make generic elements focusable via
tabindex, and fix focus/blur state propagation for selector matching and related events. - Selectors/DOM: improve attribute selector and
querySelectorfallback matching for case-insensitive HTML attributes and live form-control values. - Bridge/NativeValue: accept integer tags by coercing them to doubles during native value conversion.