Index: trunk/resources/data/validator/combinations.mapcss
===================================================================
--- trunk/resources/data/validator/combinations.mapcss	(revision 16775)
+++ trunk/resources/data/validator/combinations.mapcss	(revision 16777)
@@ -765,8 +765,10 @@
 
 /* #17296, If the value of fixme is only an osm key, it is often a leftover from a time when the object didn't have this key. The fixme was forgotten to remove when the key was added. Or the value of fixme should be described better what exactly needs to be fixed. */
-*[fixme][count(split(" ", tag("fixme"))) == 1][tag(tag("fixme")) != "none"] {
+*[fixme][count(split(" ", tag("fixme"))) == 1][tag(tag("fixme")) != "none"],
+*[FIXME][count(split(" ", tag("FIXME"))) == 1][tag(tag("FIXME")) != "none"] {
   throwWarning: tr("{0} together with {1}. Is the fixme fixed?", "{0.tag}", "{0.value}");
   group: tr("suspicious tag combination");
   assertMatch: "way name=\"Florist Gump\" fixme=name";
+  assertMatch: "way name=\"Florist Gump\" FIXME=name";
   assertNoMatch: "way fixme=name";
   assertNoMatch: "way name=\"Florist Gump\"";
