Published onDecember 2, 2024What is Caret Browsing?webweb-accessibilityA blinking cursor will guide you.
Published onJune 2, 2024How to Describe <frame> and <iframe> Tags to Screen Readersweb-accessibilityhtmlAdd a `title` attribute to `<frame>` and `<iframe>`.
Published onMay 16, 2024Fixing the `Buttons do not have an accessible name` Issueweb-accessibilityhtmlAdd an `aria-label` attribute or an `alt` attribute.
Published onFebruary 11, 2024What is Focus in Web Accessibility?HTMLWeb-AccessibilityKnowing how to remove(?) focus can improve web accessibility.
Published onFebruary 9, 2024The difference between `<button>` tag and `<div>` tagHTMLWeb-AccessibilityThe key difference is that the <button> tag has semantic meaning.
Published onFebruary 4, 2024Web Content and Prevention of Photosensitive SeizuresWeb-AccessibilityPorygon is a very scary Pokémon.
Published onFebruary 3, 2024Improving Web Accessibility with the IR TechniqueWeb-AccessibilityCSSCreate a blind class to hide unnecessary text.
Published onJanuary 5, 2024What is `role="img"` in an SVG tag?svgweb-accessibility`role="img"` in an SVG tag marks it as an image for accessibility.