Web Accessibility Standards as presented by SUNY Electronic & Information Technology (EIT) Accessibility, annotated by SLS:
Page Structure:
Navigation:
Links:
Miscellaneous:
Web Accessibility Standards as presented by SUNY Electronic & Information Technology (EIT) Accessibility:
Color checking:
Web Accessibility Standards as presented by SUNY Electronic & Information Technology (EIT) Accessibility
Provide meaningful alt text for all images, except cases described below:
In addition:
Formulas:
Related Links:
Web Accessibility Standards as presented by SUNY Electronic & Information Technology (EIT) Accessibility with explanations from SLS:
If you're using a table for layout, you should add role="presentation" to the table code, Don't use <caption> or <th> code because the system will think that this is a data table. You can just put the title above the table using regular <p></p> tags.
Resources:
Web Accessibility Standards as presented by SUNY Electronic & Information Technology (EIT) Accessibility:
While checking content for accessibility, it makes sense to also check to make sure that you've set your content up within the standards of responsive design. A page or element that's been designed responsively will scale appropriately for whatever device is used to view it. Platforms like Springshare use code that does this for you, but if you add content incorrectly, that can break the built-in responsiveness. For example, if you add an image that has a hard-coded width dimension, it won't scale down properly if someone looks at that content on a phone.
Best practices for responsive design include:
Resources: