W3C logoWeb Accessibility Initiative (WAI)         logo

WAI: Strategies, guidelines, resources to make the Web accessible to people with disabilities

Technique List

Techniques used to satisfy 1.3.1 (Info and Relationships
Technique Technology Implementations
Using semantic elements to mark up structure General 12
Using text to convey information that is conveyed by variations in presentation of text General 3
Using semantic markup whenever color cues are used General 4
Separating information and structure from presentation to enable different presentations General 10
Using caption elements to associate data table captions with data tables (X)HTML 2
Using h1-h6 to identify headings (X)HTML 12
Using label elements to associate text labels with form controls (X)HTML 8
Using ol, ul and dl for lists (X)HTML 10
Using semantic markup to mark emphasized or special text (X)HTML 7
Using table markup to present tabular information (X)HTML 7
Using the scope attribute to associate header cells and data cells in data tables (X)HTML 2
Using the title attribute to identify form controls when the label element cannot be used (X)HTML 3
Providing a description for groups of form controls using fieldset and legend elements (X)HTML 5
Using the summary attribute of the table element to give an overview of data tables (X)HTML 1
Grouping form controls with FIELDSET and LEGEND (X)HTML 5
Using OPTGROUP to group OPTION elements inside a SELECT (X)HTML 1
Using functions of the Document Object Model (DOM) to add content to a page Script 2