Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 662 Bytes

File metadata and controls

executable file
·
20 lines (15 loc) · 662 Bytes
title Programmatic Label
key programmatic-label
unambiguous true
objective true
input_aspects
DOM tree

Element L is a programmatic label of target element T if either:

  • T is a labeled control of L; or
  • L is referenced by ID in the aria-labelledby attribute of T.

For more details, see examples of programmatic label.

Note: a given element may have more than one programmatic label.