Intentional overflow #6“Responsive quality is not a final polish. It is part of the product architecture.”— QA Engineering Team
Focus issue #1 No visible focus indicator The button receives keyboard focus, but outline, shadow and visual state changes are removed. Invisible focus
Focus issue #2 Indicator is only 1px thick A visible outline exists, but it is thinner than the audit’s configured 2px minimum. Thin focus outline
Focus issue #3 Low-contrast focus indicator The white outline has very little contrast against the nearly white surrounding surface. Weak contrast
Focus issue #4 Focus outline clipped by overflow The parent uses overflow:hidden, while the indicator is rendered outside the button. Clipped outline
Focus issue #5 Focused control is obscured A separate high-z-index layer covers the middle of this button and its focus state. Covered focus
Focus issue #6 Fake button cannot receive focus This element has role=”button” but no tabindex, so Playwright should fail to focus it. Non-focusable button
Focus issue #7 Background-only focus change The focused background changes only slightly, with no outline, shadow or border thickness. Background only
Focus issue #8 Underline-only focus treatment This link removes its outline and adds only a thin underline, exposing a limitation in the current detector. Underline-only focus