diff options
author | Rogan Creswick <creswick@gmail.com> | 2013-06-24 17:49:51 -0700 |
---|---|---|
committer | Rogan Creswick <creswick@gmail.com> | 2013-06-24 17:49:51 -0700 |
commit | ec4915ec0f9d9ae6401ff50ccedb191550de5106 (patch) | |
tree | eab91343d59abd66b63de285612027a650c6613b /exampleData | |
parent | dbc5414793423ae4721e0001979ae21999d5487b (diff) |
clarified the wording in the titleNonEmpty rule
Diffstat (limited to 'exampleData')
-rw-r--r-- | exampleData/ruleSets/accessibility/titleNonEmpty.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleData/ruleSets/accessibility/titleNonEmpty.js b/exampleData/ruleSets/accessibility/titleNonEmpty.js index 27e281f..ff3388e 100644 --- a/exampleData/ruleSets/accessibility/titleNonEmpty.js +++ b/exampleData/ruleSets/accessibility/titleNonEmpty.js @@ -1,6 +1,6 @@ -exports.name = "titleNonEmpty"; +exports.name = "titleExists"; -exports.description = "Title of page is non-empty"; +exports.description = "Title of page should not be empty"; exports.rule = function(report) { if (document.title == '') { |