Web Designers should all be using this idea by now: Font Icons.
somerandomdude.com
Web Designers should all be using this idea by now: Font Icons.
1–10 of 78 posts
Re: Web Designers should all be using this idea by now: Font Icons.
#2Re: Web Designers should all be using this idea by now: Font Icons.
#3Re: Web Designers should all be using this idea by now: Font Icons.
#4Re: Web Designers should all be using this idea by now: Font Icons.
#5Re: Web Designers should all be using this idea by now: Font Icons.
#6Re: Web Designers should all be using this idea by now: Font Icons.
#7Re: Web Designers should all be using this idea by now: Font Icons.
#8UPDATE: Further digging seems to validate that most modern screen readers do ignore pseudo elements. So, there's no doubt that this solution is promising. However, as with anything, your user agent baseline should be considered before using it. Saying that everyone should be using this right now probably isn't a reliable blanket recommendation.
Re: Web Designers should all be using this idea by now: Font Icons.
#9I can't find the information, but my understanding is that this approach isn't good from an accessibility standpoint because a screenreader still interprets the icons as their corresponding character and reads that character. As a result, instead of ignoring a checkmark icon, it would try to pronounce it as a single letter. UPDATE: Further digging seems to validate that most modern screen readers do ignore pseudo ele…
edit: fuller thought.
Re: Web Designers should all be using this idea by now: Font Icons.
#10I can't find the information, but my understanding is that this approach isn't good from an accessibility standpoint because a screenreader still interprets the icons as their corresponding character and reads that character. As a result, instead of ignoring a checkmark icon, it would try to pronounce it as a single letter. UPDATE: Further digging seems to validate that most modern screen readers do ignore pseudo ele…
See aria-hidden:
http://www.w3.org/TR/wai-aria/states_and_properties#aria-hid...
Authors MAY, with caution, use aria-hidden to hide visibly rendered content from assistive technologies only if the act of hiding this content is intended to improve the experience for users of assistive technologies by removing redundant or extraneous content. Authors using aria-hidden to hide visible content from screen readers MUST ensure that identical or equivalent meaning and functionality is exposed to assistive technologies.