Autocomplete: Use a div instead of a span for the live region

Fixes #14587
This commit is contained in:
Scott González 2015-09-18 11:19:59 -04:00
parent 0ff7a16534
commit ce50178430

View File

@ -329,7 +329,7 @@ $.widget( "ui.autocomplete", {
}
} );
this.liveRegion = $( "<span>", {
this.liveRegion = $( "<div>", {
role: "status",
"aria-live": "assertive",
"aria-relevant": "additions"