aria-describedby
Summary
Sets or retrieves a list of elements that describe the current object.
Applies to |
---|
<element aria-describedby="p" ...>
Property values
Type: String
A space-separated list of id property values.
Notes
This property defines element relationships and associations that cannot be readily determined from the document structure. The aria-describedby property is intended to provide additional information which some users might need, and supplements the basic information provided by label. If more than one id property is specified, all elements are combined together to create a single description.
Note For cross-browser compatibility, always use the WAI-ARIA attribute syntax to access and modify ARIA properties, for example object.setAttribute("aria-valuenow", newValue)
.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
See also
Related pages
- Accessible Rich Internet Applications (ARIA)Accessible Rich Internet Applications (ARIA)
Reference
- aria-controlsaria-controls
- aria-flowtoaria-flowto
- aria-labelledbyaria-labelledby
- aria-ownsaria-owns
- aria-posinsetaria-posinset
- aria-setsizearia-setsize
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]