Question 46
What is visually-hidden utility pattern?
It hides text visually while keeping it available to assistive tech, commonly used for icon-only controls.
Question 46
It hides text visually while keeping it available to assistive tech, commonly used for icon-only controls.
Question 47
Fixed heights can cause clipping/overflow bugs across languages, user settings, and responsive contexts.
Question 48
It offsets anchor scrolling so content is not hidden under sticky headers.
Question 49
It creates snapping behavior for carousels/sectioned scrolling but should be used carefully for accessibility and control.
Question 50
initial resets to spec default, unset acts inherited-or-initial, revert returns to prior cascade origin behavior.
Question 51
Repeatedly increasing selector strength to override old rules. Avoid with architecture, layering, and consistent conventions.
Question 52
It gives explicit cascade ordering groups (base/components/utilities), reducing override chaos.
Question 53
Use fluid sizing (clamp) with sensible min/max and maintain adequate contrast/line-height.
Question 54
Use env variables like env(safe-area-inset-bottom) to avoid clipping UI behind notches/system bars.
Question 55
Browser UI chrome can change viewport height dynamically. Prefer modern viewport units (dvh, svh) where supported.
Question 56
Render-blocking CSS delays first paint. Keep critical CSS lean and defer non-critical styles where possible.
Question 57
Purge unused styles, reduce one-off selectors, consolidate tokens, and avoid duplicated utility compositions.
Question 58
Hide navigation/ads, optimize typography/spacing, and ensure links or key data remain readable in print/PDF.
Question 59
It can adapt UI for users who request higher or lower contrast, improving accessibility.
Question 60
Test with zoom, long text, RTL language, reduced motion, dark mode, and narrow viewport edge cases.