Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wai Aria

Html Aria Validation Issues (html5)

I pretty much make sure my website(s) always validates. So today, after changing a certain item on … Read more Html Aria Validation Issues (html5)

Screenreader Shall Read Aria-label And Ignore Label With For Attribute

I am currently working on an html form with proper disability access. I have inputs labelled by lab… Read more Screenreader Shall Read Aria-label And Ignore Label With For Attribute

How To Prevent Windows Narrator From Reading Hidden Html Tags?

I have an HTML page, with multiple hidden elements that become visible only under certain circumsta… Read more How To Prevent Windows Narrator From Reading Hidden Html Tags?

When To Use The Disabled Attribute Vs The Aria-disabled Attribute For Html Elements?

I'm trying to make a form accessible. Should I make my inputs have both disabled and aria-disab… Read more When To Use The Disabled Attribute Vs The Aria-disabled Attribute For Html Elements?