San Diego State University – Episode #272
Site Scores:
| Site | Visual | Information | Code | Overall |
|---|---|---|---|---|
| San Diego State University | 79 | 74 | 63 | (216/300) 72% C- |
Today’s Tip:
“display:none;” is not an appropriate way to hide elements from visual view, it also hides them from screen readers. The more appropriate way to hide an element is to move it from visible view and set the overflow to hidden. “text-indent:-99999em;overflow:hidden;” This way the user doesn’t see the item but search engines and screen readers can.
Like what you see? Subscribe to the video blog through RSS, iTunes or sign up to receive email updates when new episodes are posted.
Tags: episode

