diff options
author | Benjamin Jones <bjones@galois.com> | 2013-11-04 15:27:10 -0800 |
---|---|---|
committer | Benjamin Jones <bjones@galois.com> | 2013-11-04 15:27:10 -0800 |
commit | 10ed952cfb757727f8ac81ff3ca82fe0b0148085 (patch) | |
tree | 0700787e111e73a28d894e39186a04d6c8159010 | |
parent | 44907b62bd90edbd52811f73647bb6751d0c3b63 (diff) | |
parent | 7e16d9f8be1f3e9282de64456430ab3a4e64e8a2 (diff) |
Merge branch 'master' of github.com:GaloisInc/FiveUI
-rw-r--r-- | guidelines/WCAG-1.0/guideline-5.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guidelines/WCAG-1.0/guideline-5.js b/guidelines/WCAG-1.0/guideline-5.js index c8decd7..e653b5f 100644 --- a/guidelines/WCAG-1.0/guideline-5.js +++ b/guidelines/WCAG-1.0/guideline-5.js @@ -22,7 +22,7 @@ exports.rule = function(report) { report.warning('Table has no caption or title attribute', this); }); - $('table').noAttr('summary').each(function () { + $5('table').noAttr('summary').each(function () { report.warning('Table has no summary attribute', this); }); |