mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Autocomplete: Use a div instead of a span for the live region
Fixes #14587
This commit is contained in:
@@ -329,7 +329,7 @@ $.widget( "ui.autocomplete", {
|
||||
}
|
||||
} );
|
||||
|
||||
this.liveRegion = $( "<span>", {
|
||||
this.liveRegion = $( "<div>", {
|
||||
role: "status",
|
||||
"aria-live": "assertive",
|
||||
"aria-relevant": "additions"
|
||||
|
||||
Reference in New Issue
Block a user