A sidekick extension that integrates with Sa11y to check the page from an accessibility perspective, and provides suggestions on things that can be improved.
Custom checks can added based on the project and/or block requirements. These can be useful to promote correct usage of blocks or adhere to style guidelines.
This repo contains an example of a custom check which reports if there is more than one Alert block on a page.
- Preview: https://main--franklin-accessibility-mode--usman-khalid.hlx.page/
- Live: https://main--franklin-accessibility-mode--usman-khalid.hlx.live/
npm inpm run lint- Start AEM Proxy:
aem up(opens your browser athttp://localhost:3000) - Open the
franklin-accessibility-modedirectory in your favorite IDE and start coding :)
