You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do this: :focus:not(:focus-visible) { outline: none } : Gets rid of the annoying outline for mouse users but preserves it for keyboard users, and is ignored by browsers that don’t support :focus-visible.
Color
Type source
<h1>
per page:focus
statesFrom Accessibility According to People with Disabilities
:hover
states. (Autism, ADHD)Hiding Stuff
Images
alt=""
attribute for decorative, unimportant images.role="img"
andaria-label="<the alt-text>"
for SVGMisc
<html lang="en">
<article>
,<aside>
,<nav>
,<section>
, etc.:focus:not(:focus-visible) { outline: none }
: Gets rid of the annoying outline for mouse users but preserves it for keyboard users, and is ignored by browsers that don’t support :focus-visible.👉 web.dev/measure is helpful!
The text was updated successfully, but these errors were encountered: