A PoC using @jar...@chromium.org idea to fix b/40057398#78 .
Since it hardcodes font style it still may look bad in some scenarios. Idea is to inherit font size (and alignment?) while pinning the font itself.
Since we use popover - site using autofill is safe from resizing, when autofill shows suggestion.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
select::-internal-select-autofill-preview[popover] {To understand: The font is fixed, but we don't impact the dimensions of html elements, meaning the only UX impact is different font, but actually consistent font with the rest of Autofill, correct?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
To understand: The font is fixed, but we don't impact the dimensions of html elements, meaning the only UX impact is different font, but actually consistent font with the rest of Autofill, correct?
Exactly - text is rendered on the invisible overlay / popup. It will not cause the site to resize to accomodate it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |