]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Correction of aria attributes and remove useless attributes 6627/head
authorThomas ZILLIOX <thomas@zilliox.me>
Tue, 16 Jun 2015 15:18:53 +0000 (17:18 +0200)
committerThomas ZILLIOX <thomas@zilliox.me>
Tue, 16 Jun 2015 15:18:53 +0000 (17:18 +0200)
doc/includes/alert/examples_alert_aria_rendered.html

index 2b8a89860e8afeaaa82fbd2dbc0067795897d2eb..207a6cfd0c3b1d8c6be153b9137b54acf8229aa8 100644 (file)
@@ -1,4 +1,4 @@
-<div id="mainAlert1" data-alert class="alert-box" tabindex="0" aria-live="assertive" role="dialogalert">
+<div data-alert class="alert-box" tabindex="0" aria-live="assertive" role="alertdialog">
   Your content goes here
-  <button href="#" tabindex="0" class="close" aria-label="Close Alert">&times;</button>
-</div>
\ No newline at end of file
+  <button tabindex="0" class="close" aria-label="Close Alert">&times;</button>
+</div>