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 4.1.2 (Name, Role, Value
Technique Technology Implementations
Creating components using a technology that supports the accessibility API features of the platforms on which the user agents will be run to expose the names and roles, allow user-settable properties to be directly set, and provide notification of changes General 2
Using markup features to expose the name and role, allow user-settable properties to be directly set, and provide notification of changes General 2
Using the accessibility API features of a technology to expose names and roles, to allow user-settable properties to be directly set, and to provide notification of changes General 2
Using HTML according to spec General 7
Using label elements to associate text labels with form controls (X)HTML 8
Using the title attribute to identify form controls when the label element cannot be used (X)HTML 3
Using functions of the Document Object Model (DOM) to add content to a page Script 2