fixes invalid aria-role dialogalert which should be alertdialog
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user