Index: /trunk/data/validator/combinations.mapcss
===================================================================
--- /trunk/data/validator/combinations.mapcss	(revision 13400)
+++ /trunk/data/validator/combinations.mapcss	(revision 13401)
@@ -203,12 +203,7 @@
 }
 
-/* {0.tag} together with {1.key}, see #10837, #14034 */
+/* {0.tag} together with {1.key}, see #10837, #14034, #9389, #11977, #13156 */
 *[amenity=vending_machine][shop],
-*[noname?][name] {
-  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
-  group: tr("suspicious tag combination");
-}
-
-/* {0.tag} together with {1.key}, see #9389, #11977, #13156 */
+*[noname?][name],
 way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath],
 way[oneway=yes][/:forward/][!traffic_sign:forward][bicycle:forward!=use_sidepath],
@@ -228,4 +223,10 @@
 way[highway=footway][bicycle=designated] {
   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* {0.key} together with {1.key} (info level) */
+*[addr:street][addr:place] {
+  throwOther: tr("{0} together with {1}", "{0.key}", "{1.key}");
   group: tr("suspicious tag combination");
 }
