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

Fixes #14587

(cherry picked from commit ce50178430)
This commit is contained in:
Scott González 2015-09-18 11:19:59 -04:00
parent e000aaac52
commit 0cc39f2b10

View File

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