What fresh hell is THIS now? - Patrick Lauke
<img ... alt="Profile image of so and so">
as an issue.
alt="profile of so and so"
but I can’t think of any barriers created by including the word “image”
alt=""
unless there is added value in stating that it's the profile picture of that person
[schoeyfield] I think Jason’s
I’m not sure there is value in “profile image of so and so” in comparison to just alt=“[person’s name]”
Makes a lot of sense. Consider that the screen reader pretty much says “IMAGE: Santa Claus”.
list-style: none
or display: inline-block
do not read as lists to VoiceOver in Safari (http://www.456bereastreet.com/archive/201109/screen_readers_list_items_and_list-stylenone/). Is there a workaround that preserves the screen readers ability to read it as a list while still allowing me to style it without the bullets?
role="list"
on the list will preserve the list semantics while still allowing the css