Skip to content

Commit

Permalink
Merge pull request #19 from 06b/master
Browse files Browse the repository at this point in the history
Update incorrect message on Deprecated Attributes
  • Loading branch information
Karl Groves committed Oct 8, 2015
2 parents e8bd757 + 34b3d1c commit 39ede15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diagnostic.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 39ede15

Please sign in to comment.