From 34b3d1cfe2d07cbe6ba9a89d8dd5e40a890fdf49 Mon Sep 17 00:00:00 2001 From: "Adrian D. Alvarez" Date: Wed, 7 Oct 2015 23:37:02 -0400 Subject: [PATCH] Update incorrect message on Deprecated Attributes --- diagnostic.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diagnostic.css b/diagnostic.css index 39839c1..7b66cac 100644 --- a/diagnostic.css +++ b/diagnostic.css @@ -28,12 +28,12 @@ applet:after, basefont:after, center:after, dir:after, font:after, isindex:after content: 'ERROR: Deprecated elements found. They cannot be overridden by user styles' !important; } -/* Deprecated Attributes - cannot be overridden by user styles */ +/* Deprecated Attributes - should not be used anymore */ *[background]:after, *[bgcolor]:after, *[clear]:after, *[color]:after, *[compact]:after, *[noshade]:after, *[nowrap]:after, *[size]:after, *[start]:after, *[bottommargin]:after, *[leftmargin]:after, *[rightmargin]:after, *[topmargin]:after, *[marginheight]:after, *[marginwidth]:after, *[alink]:after, *[link]:after, *[text]:after, *[vlink]:after, *[align]:after, *[valign]:after, *[hspace]:after, *[vspace]:after, *[height]:after, *[width]:after, ul[type]:after, ol[type]:after, li[type]:after { - content: 'ERROR: Deprecated attributes found. They cannot be overridden by user styles' !important; + content: 'ERROR: Deprecated attributes found. They should not be used anymore' !important; } /* Inline frames without title attribute */