Skip to content Skip to sidebar Skip to footer
Showing posts with the label Accessibility

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?

If An Html Element Has Role="button" Should It Also Have The Attribute "name"

If a HTML5 element requires a role='button' attribute to secure a success outcome in an ac… Read more If An Html Element Has Role="button" Should It Also Have The Attribute "name"

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?

How Can I Add New Line/linebreak Character In Title Attribute In Html

I am using this Click here When someone hover over it I see all the text in one line. Is there an… Read more How Can I Add New Line/linebreak Character In Title Attribute In Html

How To Add Alt Text To Background Images? Making Background Images Accessible

I have a site that is displaying many of its images as background images using background-size: cov… Read more How To Add Alt Text To Background Images? Making Background Images Accessible

Html Accessibility Error - Label Text Is Empty?

I keep on getting this error even though the line stated to be containing the error doesn't hav… Read more Html Accessibility Error - Label Text Is Empty?

Accessibility: Using Javascript Only Links With Href="#"

I have a react SPA in which I have some links which navigate to other pages or other locations on t… Read more Accessibility: Using Javascript Only Links With Href="#"

Multiple Forms With Input Fields With The Same Name Attribute? Good Or Bad?

Is it an acceptable practice to have multiple HTML forms on a page with input fields that share the… Read more Multiple Forms With Input Fields With The Same Name Attribute? Good Or Bad?