Commit 95c81256 by Braden MacDonald Committed by E. Kolpakov

Accessibility fix per cptvitamin

parent 42ee0571
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
id="<%= type %>-<%= intent %>" id="<%= type %>-<%= intent %>"
aria-hidden="<% if(obj.shown) { %>false<% } else { %>true<% } %>" aria-hidden="<% if(obj.shown) { %>false<% } else { %>true<% } %>"
aria-labelledby="<%= type %>-<%= intent %>-title" aria-labelledby="<%= type %>-<%= intent %>-title"
tabindex="-1"
<% if (obj.message) { %>aria-describedby="<%= type %>-<%= intent %>-description" <% } %> <% if (obj.message) { %>aria-describedby="<%= type %>-<%= intent %>-description" <% } %>
<% if (obj.actions) { %>role="dialog"<% } %> <% if (obj.actions) { %>role="dialog"<% } %>
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment