From ec4915ec0f9d9ae6401ff50ccedb191550de5106 Mon Sep 17 00:00:00 2001 From: Rogan Creswick Date: Mon, 24 Jun 2013 17:49:51 -0700 Subject: clarified the wording in the titleNonEmpty rule --- exampleData/ruleSets/accessibility/titleNonEmpty.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exampleData') 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 == '') { -- cgit v1.2.3