Author: dodgy
Description:
If you're viewing the feed in a website that uses white text color, the text is
unreadable because it's white on white.
When specifying a background color, one should always set a text color, or
completely remove colors.
WRONG: style="background-color: white;" (background color specified without text
color)
WRONG: style="color: black;" (text color specified without background color)
RIGHT: style="background-color: white; color: black"
RIGHT: style=""
Solution 1: completely remove all colors from the RSS feed
Solution 2: If specifying a background color, a text color should also be specified
Version: unspecified
Severity: normal
URL: http://en.wikipedia.org/w/index.php?title=MediaWiki&action=history&feed=rss