diff options
-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); }); |