Code example
- Do not apply
aria-live
the entire contents of the results (unless the returned information is always brief)
- Do not move focus to the search results
- Results use an unordered list
<ul><li>
, reinforcing the number and structure of results for people using a screen reader
- The results summary uses
aria-live="polite"
and aria-atomic="true"
to announce the entire summary on changes