Images
All images must include alt text. Be sure to follow these directions for each image you include on the page.
...
WCAG AA suggests that Headers only be placed in order. This means that when creating headers and sub headers do not skip from H1 to H3, they should be placed in sequence so that assistive devices or users do not think they have missed some content on the page.
Tables
Tables should include a Caption. You will need to use the Source Editor in order to add a caption to a table. This acts like a label on a form field to describe what is in the table.
- In the page editor click the "<>" button on the far right of the toolbar, just beneath your user profile picture.
- Locate the start of your table on the page by looking for the "<table>" tag
just after the table tag add a caption line like the following
Code Block <table class="wrapped"> <caption>Data Table that shows Dates and Users</caption> ...</table>
This will then display a header above the table which is used by assistive devices and is a visual indication of what is presented in the table.
Link Text
Be sure that if you are including a link that the link is not just labeled "here" or "click here." Link text should describe the link that it is associated with.
...
Be sure that any embeded videos, or audio have captions or transcripts of what is included. More details about captions is located on Answers.
Any Embedded content (using iFrames or Forms) Scripts should also be compliant. This includes video embeds and survey forms.