From 55cd32bfaf9ed5bc5418751369e46fa1d7f098e8 Mon Sep 17 00:00:00 2001 From: Jesse Hallett Date: Mon, 6 Jan 2014 10:50:22 -0800 Subject: Moves rule files to src/ --- guidelines/wikipedia/imageAlt.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 guidelines/wikipedia/imageAlt.js (limited to 'guidelines/wikipedia/imageAlt.js') diff --git a/guidelines/wikipedia/imageAlt.js b/guidelines/wikipedia/imageAlt.js deleted file mode 100644 index c54244d..0000000 --- a/guidelines/wikipedia/imageAlt.js +++ /dev/null @@ -1,8 +0,0 @@ -exports.name = "Images should include an alt attribute"; -exports.description = "Images should include an alt attribute, even an empty one, that acts as a substitute for the image (for non-visual users)."; - -exports.rule = function(report) { - $5('#mw-content-text img:not([alt])').each(function(i, img) { - report.warning("Image has no alt attribute.", img); - }); -}; -- cgit v1.2.3