{{! This file is part of pa11y-dashboard. pa11y-dashboard is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. pa11y-dashboard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with pa11y-dashboard. If not, see . }}

View results in browser

pa11y uses HTML_CodeSniffer to find accessibility issues. Use their bookmarklet to view results on the page you are testing.

{{#if mainResult.count.error}}
- Errors ( {{mainResult.count.error}} )
    {{#mainResult.errors}}
  • {{code}} {{count}}

    {{message}}

    {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.errors}}
Back to top
{{else}}

Well done! You have 0 errors.

{{/if}} {{#if mainResult.count.warning}}
+ Warnings ( {{mainResult.count.warning}} )
    {{#mainResult.warnings}}
  • {{code}} {{count}}

    {{message}}

    {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.warnings}}
Back to top
{{else}}

Well done! You have 0 warnings.

{{/if}} {{#if mainResult.count.notice}}
+ Notices ( {{mainResult.count.notice}} )
    {{#mainResult.notices}}
  • {{code}} {{count}}

    {{message}}

    {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.notices}}
Back to top
{{else}}

Well done! You have 0 notices.

{{/if}} {{#if mainResult.ignore.length}}
+ Ignored Rules ( {{mainResult.ignore.length}} )
    {{#mainResult.ignore}}
  • {{name}}

    {{#if description}}

    {{description}}

    {{/if}} {{#unless readonly}} {{#if ../../isTaskPage}}
    {{/if}} {{/unless}}
  • {{/mainResult.ignore}}
Back to top
{{else}}

You have no ignored rules.

{{/if}}