]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
correcting cheatsheet glyph content to not include a11y-friendly text 8976/head
authorBrian Talbot <brian@fortawesome.com>
Wed, 13 Apr 2016 21:14:25 +0000 (17:14 -0400)
committerBrian Talbot <brian@fortawesome.com>
Wed, 13 Apr 2016 21:14:25 +0000 (17:14 -0400)
src/cheatsheet.html

index 783724bd95551effdbeec2e034ebf3e5151a3afe..d33e22ca4e451d3842a4053fa90cf23dc5bc791f 100644 (file)
@@ -25,7 +25,7 @@ relative_path: ../
     {% for icon in sorted_icons %}
     <div class="col-md-4 col-sm-6 col-lg-3">
       {% if icon.created >= site.fontawesome.major_version %}<small class="text-muted pull-right">{{ icon.created }}</small>{% endif %}
-      <i class="fa fa-fw" aria-hidden="true"><span class="sr-only">Copy to use {{ icon.class }}</span>&#x{{ icon.unicode }}</i>
+      <i class="fa fa-fw" aria-hidden="true" title="Copy to use {{ icon.class }}">&#x{{ icon.unicode }}</i>
       fa-{{ icon.class }}
       {% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}
       <span class="text-muted">[&amp;#x{{ icon.unicode }};]</span>