Accessibility

1st January 2018 by Pedr Browne

82 Words / 1 Minute Read

Given the limitations inherent with content derived from markdown, I’ve tried to make this starter as accessible as possible. The site includes a plugin to flag accessibility errors in the D.O.M using accessibilityjs. This is enabled by default in development and will be disabled in all other environments.

Issues

You can add alt text to images defined in Markdown, but at present Gatsby offers no means of associating alt text with images defined in frontmatter. See the issue here


Plugins Used