mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-14 13:15:14 +03:00
Treat UIHTMLInput as the stable HTML/CSS host while keeping its native control as an anonymous implementation detail. Prevent author CSS from matching internal control widgets, avoiding duplicated backgrounds and other styles. Keep valid input types such as email intact for attribute selectors while falling back to compatible native implementations. Synchronize the internal control with the host content box after layout, including flex sizing, and preserve intrinsic measurement for size and font changes. Preserve input state across dynamic type changes and make hidden transitions reversible. Also fix border-radius calculations and add regressions for CSS ownership, anonymous widget isolation, dynamic type changes, input sizing, and the Causality newsletter form.