diff options
author | Rogan Creswick <creswick@gmail.com> | 2013-11-04 15:27:00 -0800 |
---|---|---|
committer | Rogan Creswick <creswick@gmail.com> | 2013-11-04 15:27:00 -0800 |
commit | 7e16d9f8be1f3e9282de64456430ab3a4e64e8a2 (patch) | |
tree | 0c210c1b1b9ad91d603d3abb13189bfcaca19526 | |
parent | 2d37f62eaf6c7051445b5873ba2a1b31ead0a6d4 (diff) |
added a $5 where a $ was used
-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); }); |