Skip to main content

Search

Sort & Filters

Filters

Content type
Assistive Technologies
DAS Events
Disabilities
Elements
Page Categories
Principles
Self-Paced Trainings
Technologies

82 results for "HTML"

82 results for "HTML"

✎ Technique: Accessible modal dialogs

Page

Modal dialogs can enhance usability by focusing attention on a specific message that requires a user action to continue.

An accessible modal dialog is one where keyboard focus is managed properly, and the correct information is exposed to screen readers.

✎ Technique: Input labels

Page

Descriptive labels help users understand the purpose of a form control. Labels should be associated with their controls so that when the input is focused, the label is announced by screen readers.

Accessible Math

Page
Overview Accessible math is about more than making equations visible on the screen. It requires encoding the structure and meaning of expressions so that screen readers, braille displays, and other assistive technologies can present them accurately and...

Creating Accessible Forms

Page
When creating digital forms or surveys, there are a few considerations to ensure you maintain accessibility for all your users. Several online survey platforms including Qualtrics, Google Forms, and Microsoft Forms have accessibility features built in...

Easy Interaction: Everything Works

Page

For maximum usability, interactive elements must be operable by people who use assistive technology and people who use alternative input devices.

✎ Technique: The main landmark

Page

Landmarks help assistive-technology users navigate to and between areas of a page, and they improve the efficiency of in-page navigation.

The main landmark defines the unique content of the page.

✎ Technique: Describing graphs

Page

Some people understand complex information best when it's presented visually, such as as a chart or diagram, while others find that reading the information suits them better.

Structure

Page

Make sure that the semantic meaning of your content is preserved, even if the visual display changes or the content isn’t visible.

Custom Widgets and Controls

Page

Extending web site and application functionality through custom widgets and controls can significantly improve the user experience for everyone, making complex tasks possible via a web interface without requiring specialist software.

✎ Technique: Readable paragraph text

Page

Paragraphs of text are a fundamental core of web content. It's important to display them in a fashion that is optimally readable to the majority of your audience.

✎ Technique: Building tables

Page

The  element is for data that one might find in a spreadsheet, consisting of rows and columns of cells. It's important to ensure that the editing process allows identifying row and column headers.