You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a responsibility to the scientific community (as well as to the university and the state of California) to comply with basic web accessibility standards. This means ensuring the site is usable by vision-impaired, hearing-impaired, and motor-impaired users.
37
+
38
+
After making changes, *please* verify that the WAVE report for your new content shows no errors:
39
+
1. Go to https://wave.webaim.org/report#/ions.berkeley.edu.
40
+
1. Navigate to the page you changed.
41
+
1. If there are any errors, fix them.
42
+
43
+
If you made changes to navigation (such as the global menu), please ensure that keyboard accessibility still works. To verify this, instead of using a mouse, use "Tab" on your keyboard to cycle through the page. Ensure that all of the links on the page can be accessed.
44
+
45
+
Some tips to avoid the most common issues:
46
+
1. Use standard Markdown syntax when possible. It's easier to read, easier to edit in the future, and less likely to introduce accessibility problems.
47
+
1. Every image must have "alt" text. This should describe what is in the image. Don't just repeat the figure caption here. Imagine how you would describe the image to someone who cannot see it.
48
+
1. When you must use HTML elements, choose the appropriate tags. Use `<h2>`, `<h3>`, etc. for headings and sub-headings. Use `<figure>` and `<figcaption>` for illustrations. This helps screen readers and other software interpret the page structure in a sensible way.
49
+
1. If you are adding content with sound (such as video), it *must* have captions. Consider using YouTube, which can auto-generate captions.
50
+
51
+
## Details
33
52
34
53
This website is hosted using [GitHub Pages](https://docs.github.com/en/github/working-with-github-pages).
0 commit comments