Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #168 from Financial-Times/update/pa11y_ci
Browse files Browse the repository at this point in the history
[Update] added pa11y rule to check headings
  • Loading branch information
lc512k authored Mar 29, 2017
2 parents 96e3c0d + cff21dc commit 27aae68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/.pa11yci.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const config = {
defaults: {
page: {},
timeout: 50000,
hideElements: 'iframe[src*=google],iframe[src*=proxy]'
hideElements: 'iframe[src*=google],iframe[src*=proxy]',
rules: ['Principle1.Guideline1_3.1_3_1_AAA']
},
urls: []
}
Expand Down

0 comments on commit 27aae68

Please sign in to comment.