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
This commit is contained in:
parent
0ff7a16534
commit
ce50178430
@ -329,7 +329,7 @@ $.widget( "ui.autocomplete", {
|
|||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
this.liveRegion = $( "<span>", {
|
this.liveRegion = $( "<div>", {
|
||||||
role: "status",
|
role: "status",
|
||||||
"aria-live": "assertive",
|
"aria-live": "assertive",
|
||||||
"aria-relevant": "additions"
|
"aria-relevant": "additions"
|
||||||
|
Loading…
Reference in New Issue
Block a user