Index: trunk/data/validator/deprecated.mapcss
===================================================================
--- trunk/data/validator/deprecated.mapcss	(revision 9054)
+++ trunk/data/validator/deprecated.mapcss	(revision 9088)
@@ -240,4 +240,13 @@
   throwWarning: tr("{0}={1} is unspecific. Instead of ''{1}'' please give more information about what exactly should be fixed.", "{0.key}", "{0.value}");
   assertMatch: "way fixme=yes";
+}
+
+*[name][name=~/^(?i)fixme$/] {
+  throwWarning: tr("Wrong usage of {0} tag. Remove {1}, because it is clear that the name is missing even without an additional tag.", "{0.key}", "{0.tag}");
+  fixRemove: "name";
+  assertMatch: "node name=fixme";
+  assertMatch: "node name=Fixme";
+  assertMatch: "node name=FIXME";
+  assertNoMatch: "node name=valid name";
 }
 
