Accessibility fix per cptvitamin
This commit is contained in:
committed by
E. Kolpakov
parent
42ee0571e7
commit
95c8125609
@@ -4,6 +4,7 @@
|
||||
id="<%= type %>-<%= intent %>"
|
||||
aria-hidden="<% if(obj.shown) { %>false<% } else { %>true<% } %>"
|
||||
aria-labelledby="<%= type %>-<%= intent %>-title"
|
||||
tabindex="-1"
|
||||
<% if (obj.message) { %>aria-describedby="<%= type %>-<%= intent %>-description" <% } %>
|
||||
<% if (obj.actions) { %>role="dialog"<% } %>
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user