mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Autocomplete: Use a div
instead of a span
for the live region
Fixes #14587
(cherry picked from commit ce50178430
)
This commit is contained in:
parent
e000aaac52
commit
0cc39f2b10
@ -309,7 +309,7 @@ $.widget( "ui.autocomplete", {
|
||||
}
|
||||
});
|
||||
|
||||
this.liveRegion = $( "<span>", {
|
||||
this.liveRegion = $( "<div>", {
|
||||
role: "status",
|
||||
"aria-live": "assertive",
|
||||
"aria-relevant": "additions"
|
||||
|
Loading…
Reference in New Issue
Block a user