mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Model HTML images as replaced UIHTMLWidget elements with independent loading, sizing, and rendering behavior. Resolve auto margins according to each element's formatting context, including normal-flow blocks, positioned elements, flex items, and grid items. Preserve intrinsic sizing for block-level images with width:auto and constrain them through CSS min/max dimensions. Correct absolute-positioned containing-block coordinates and rich-text handling of atomic inline elements. Add regression coverage for centered images, deferred image loading, grid margins, positioned elements, and document flow after image loading. Document the remaining work required for dynamically changing non-atomic inline elements. Avoid saving eeiv configuration during destruction (fixes window state saving).