]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Mentioned `aria-disabled` for links
authorMarius Olbertz <marius.olbertz@gmail.com>
Sun, 13 Dec 2015 22:37:07 +0000 (23:37 +0100)
committerMarius Olbertz <marius.olbertz@gmail.com>
Sun, 13 Dec 2015 22:37:07 +0000 (23:37 +0100)
docs/pages/button.md

index de2481ec1b610884d36b8e92e05505d38ef686df..9a081d1f1645f137043d8500ca00996c77b24a3f 100644 (file)
@@ -49,7 +49,7 @@ Additional classes can be added to your button to change its size and shape.
 Give a button additional meaning by adding a coloring class, or `.disabled` to create a faded appearance.
 
 <div class="primary callout">
-  <p>The <code>.disabled</code> class is a purely visual style, and won't actually disable a control. For <code>&lt;button&gt;</code> elements, you can add the <code>disabled</code> attribute to disable it.</p>
+  <p>The <code>.disabled</code> class is a purely visual style, and won't actually disable a control. For <code>&lt;button&gt;</code> elements, you can add the <code>disabled</code> attribute to disable it. If you want to disable a link, you should add the `aria-disabled` attribute to mark it as disabled for assistive technology.</p>
 </div>
 
 ```html_example