What is the meaning of the 'aria-describedby' property?

Rinkal Bhanderi picture Rinkal Bhanderi · Jan 3, 2011 · Viewed 42.3k times · Source

The following HTML is inserted by the jQuery Grid plugin:

<td role="gridcell" style="" aria-describedby="list_createdBy">Sam</td>

What is the meaning of the 'aria-describedby' property?

Answer

Quentin picture Quentin · Jan 3, 2011

This is described in the aria specification. It gives the id of an element that provides some additional information about the current element that some users might need.