aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_includes/accessibility/background.html
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2018-02-26 18:19:08 -0500
committerAndrew Manning <tamanning@zoho.com>2018-02-26 19:48:15 -0500
commit1035c453ea6468de13db8eb04fbb55d38347ff2a (patch)
tree6334368706467665fa7a5f5d75efd1dce886620e /library/font_awesome/src/_includes/accessibility/background.html
parent45e0fc6802b360710becf7ddaf6aed6a9de1d876 (diff)
parentfe7fba4789fac2024c4e8e711e2f8a2492c683bd (diff)
downloadvolse-hubzilla-1035c453ea6468de13db8eb04fbb55d38347ff2a.tar.gz
volse-hubzilla-1035c453ea6468de13db8eb04fbb55d38347ff2a.tar.bz2
volse-hubzilla-1035c453ea6468de13db8eb04fbb55d38347ff2a.zip
Merge branch 'dev' into oauth2
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>