aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_includes/accessibility/background.html
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-02-26 11:05:48 +0100
committerMario Vavti <mario@mariovavti.com>2018-02-26 11:05:48 +0100
commita5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 (patch)
treec0ec56a71c8ad04100d4914d14498b154a52e5dd /library/font_awesome/src/_includes/accessibility/background.html
parent4781a8cb6bbd6d0e379b404c455844ddbc7e2812 (diff)
downloadvolse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.gz
volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.bz2
volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.zip
switch to fork-awesome
Diffstat (limited to 'library/font_awesome/src/_includes/accessibility/background.html')
-rw-r--r--library/font_awesome/src/_includes/accessibility/background.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/library/font_awesome/src/_includes/accessibility/background.html b/library/font_awesome/src/_includes/accessibility/background.html
deleted file mode 100644
index da97e4762..000000000
--- a/library/font_awesome/src/_includes/accessibility/background.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<div id="accessibility-background">
- <h4 class="margin-top-none">About Icon Fonts &amp; Accessibility</h4>
- <p>
- Modern versions of assistive technology, like screen readers, will read CSS generated content (how Font Awesome icons are rendered), as well as specific Unicode characters. When reading our default markup for rendering icons, assisistive technology may have the following problems.
- </p>
-
- <ul>
- <li>
- The assistive technology may not find any content to read out to a user
- </li>
- <li>
- The assistive technology may read the unicode equivalent, which could not match up to what the icon means in context, or worse is just plain confusing
- </li>
- </ul>
-</div>