Commit c2ec7cc6 by Mark Sadecki

fixes invalid aria-role dialogalert which should be alertdialog

parent 4289ecd3
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</span> </span>
</h2> </h2>
</header> </header>
<div role="dialogalert" class="status message" tabindex="-1"> <div role="alertdialog" class="status message" tabindex="-1">
<p class="message-title"></p> <p class="message-title"></p>
</div> </div>
<hr aria-hidden="true" /> <hr aria-hidden="true" />
......
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