This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

aria-describedby

Summary

Sets or retrieves a list of elements that describe the current object.

Applies to
### Syntax
<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

See also

Related pages

Attributions