aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2013-11-04 15:27:00 -0800
committerGravatar Rogan Creswick <creswick@gmail.com>2013-11-04 15:27:00 -0800
commit7e16d9f8be1f3e9282de64456430ab3a4e64e8a2 (patch)
tree0c210c1b1b9ad91d603d3abb13189bfcaca19526
parent2d37f62eaf6c7051445b5873ba2a1b31ead0a6d4 (diff)
added a $5 where a $ was used
-rw-r--r--guidelines/WCAG-1.0/guideline-5.js2
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);
});