Dual Listbox

Screenshot of a page that uses dynamic updates with a select box and go button
Figure 1 Example of webpage where dynamic update happens when user selects an option from the dropdown and submit it via Go button

Dynamic updates are changes that happen when users interact with any interactive element on a webpage. These changes SHOULD be available for all users. Though it is visible for users who can see the page, assistive technology users need to be notified of these changes. Through appropriate use of ARIA live regions, this CAN be achieved.

NOTE:

  • New to accessibility or uncertain of requirements, it will be helpful to review all sections below.
  • Already familiar with requirements, skip to the “Working Example” section for sample HTML, CSS and JavaScript (when needed), along with a working demo.