# Accessibility Standards

Feathery adheres to best-practice accessibility standards set by [Web Content Accessibility Guidelines 2.0+](https://www.w3.org/TR/WCAG22/). Feathery forms include default features such as:

* Field descriptions will be linked to the field so they're readable by screenreaders
* If you're using separate text element labels, Feathery lets you set aria labels on fields as a fallback

However, note that a number of accessibility practices need to be implemented by the user. For example, you should make sure:

* Your form colors have sufficient contrast
* Your font sizes are large enough
* Etc.
