aria-controls - Accessibility | MDN (2024)

The global aria-controls property identifies the element (or elements) whose contents or presence are controlled by the element on which this attribute is set.

Description

When an interactive widget or element, be it a combobox, tab, button, etc., is used to adjust or modify another element or component in a document or application, the aria-controls attribute can be used to programmatically associate the corresponding element or elements with the controlling element. The aria-controls attribute identifies the element (or elements) whose contents or presence are controlled by the element on which the attribute is set, regardless of what type of interaction initiates the impacted behavior.

A combobox element has aria-controls set to a value that refers to the element that serves as the popup. The aria-controls only needs to be set when the popup is visible, but it is valid and easier to program to reference an element that is not visible.

Other examples of controls include:

  • The button parts of an accordion widget that toggle the visibility of their associated panel content. Each button may have an aria-controls specified, referencing the ID of the element containing the content associated with the invoking control.
  • An element with a role of scrollbar: the scrollbar requires an aria-controls attribute referencing the ID of the element it controls.
  • A group of tabs that each display a different tab panel: each element with role="tab" has an aria-controls attribute referencing its associated tabpanel.

Example

In this tabs example, each tab controls one tabpanel:

html

<div class="tab-interface"> <div role="tablist" aria-label="Sample Tabs"> <span role="tab" aria-selected="true" aria-controls="panel-1" id="tab-1" tabindex="0"> First Tab </span> <span role="tab" aria-selected="false" aria-controls="panel-2" id="tab-2" tabindex="-1"> Second Tab </span> <span role="tab" aria-selected="false" aria-controls="panel-3" id="tab-3" tabindex="-1"> Third Tab </span> </div> <div id="panel-1" role="tabpanel" tabindex="0" aria-labelledby="tab-1"> <p>Content for the first panel</p> </div> <div id="panel-2" role="tabpanel" tabindex="0" aria-labelledby="tab-2" class="display-none"> <p>Content for the second panel</p> </div> <div id="panel-3" role="tabpanel" tabindex="0" aria-labelledby="tab-3" class="display-none"> <p>Content for the third panel</p> </div></div>

Note: ARIA only modifies the accessibility tree for an element, identifying how assistive technology can present the content to users. ARIA doesn't change any implicit functionality or styling.

Values

id list

A space-separated list of one or more ID values referencing the elements being controlled by the current element

Associated interfaces

Element.ariaControlsElements

The ariaControlsElements property is part of each element's interface. Its value is a list of Elements corresponding to the ID values specified in the aria-controls attribute.

Associated roles

Used in ALL roles.

Specifications

Specification
Accessible Rich Internet Applications (WAI-ARIA)
# aria-controls

See also

aria-controls - Accessibility | MDN (2024)
Top Articles
Should You Choose a New Domain Extension for Your Website?
Can You Learn Another Language While Sleeping? The Shocking Results Of Subliminal Language Learning — Sololingual
Sombouns Asian Market - Murfreesboro, TN
Carmel.clay Schools Calendar
The 10 Craigslist Guys You’ll Live With in DC
Auto Wheels & Tires near Cleveland, OH - craigslist
Sp Lorex Irvine Ca
Notorious CT After-Hours Club Raided, Nets 3 Arrests, More To Come, Police Say
9Anime.tol
Cvs Pcr Appointment
Pawn Shops In Sylva Nc
Engr 2300 Osu
Main
South Bend Weather Underground
ZQuiet Anti-Snoring Mouthpiece Review 2024 - Sleep Doctor
Workday Okta Nordstrom
The Trek Nation - The Ultimate Computer
al infinito y mas alla traduccion
DIY Car Window Tinting: A How-To Guide
Missouri Highway Patrol Crash
Toyota Auris gebraucht kaufen bei AutoScout24
Cellabsorbv
Katmoie
Craigslist Alo
Imx.to Vlyaskovets
Craigslist Panama City Fl
Montefiore Email Outlook Login
Noaa Weather Seward
Standard Page Field
Ruth 1 Esv
Amy Riley Electric Video
Retiree Aon Com Att Login
Perfil del docente policial colombiano en la educación virtual: competencias tecnológicas y su utilización
Rural King Chick Policy
Newadvent Org
Jasmine9966
Uncover The Truth: Camilla Araujo Leaked Content Revealed
Wicked Local Plymouth Police Log 2022
Cobb County - New Georgia Encyclopedia
Rex Parker 10/8/22
Antiterrorism Level 1 Pretest Answers
Craigslist Wilmington Nc Free Stuff
Igumdrop Deepfake
Facebook Levels Fyi
Egusd Lunch Menu
Aveda Caramel Toner Formula
Ph034 Pill Pink
Appian Community
15 Easy Y2K Painting Ideas That Wow: Get Creative
Armslist Dayton
Associate Resources Aces-How To Create An Account And How Its Features Work
Latest Posts
Article information

Author: Aron Pacocha

Last Updated:

Views: 6053

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Aron Pacocha

Birthday: 1999-08-12

Address: 3808 Moen Corner, Gorczanyport, FL 67364-2074

Phone: +393457723392

Job: Retail Consultant

Hobby: Jewelry making, Cooking, Gaming, Reading, Juggling, Cabaret, Origami

Introduction: My name is Aron Pacocha, I am a happy, tasty, innocent, proud, talented, courageous, magnificent person who loves writing and wants to share my knowledge and understanding with you.