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 12, 2024Understanding `tabIndex` in HTMLHTMLControl keyboard focus with 'tabIndex'.
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.