Categories
CSS Accessibility HTML Accessibility

WCAG (Level A) BANG for your APP A11Y BUCK

Image source Updated 10 July 2024 Does WCAG 2.2 Level A apply to Native apps? yes, mostly How/where it (non-normatively) applies is detailed in Guidance on Applying WCAG 2 to Non-Web Information and Communications Technologies (WCAG2ICT) Below is what I think is the pertinent information for Level A criteria in an abbreviated form, which is […]

Categories
CSS Accessibility HTML Accessibility

Super short note on CSS text (again)

Why does CSS text get announced by screen readers? Because it’s included as text in the accessibility tree in modern browsers. See the Pen CSS text example by steve faulkner (@stevef) on CodePen. Accessibility Tree Tree of accessible objects that represents the structure of the user interface (UI). Each node in the accessibility tree represents […]

Categories
CSS Accessibility HTML Accessibility

Short note on content-visibility: hidden

content-visibility is a new property defined in the draft CSS Containment Module Level 2 specification. It has been implemented in Chrome 85, you can read about its glory in content-visibility: the new CSS property that boosts your rendering performance What I am interested in is how it is exposed to screen readers and other assistive […]