Index: trunk/data/validator/combinations.mapcss
===================================================================
--- trunk/data/validator/combinations.mapcss	(revision 7228)
+++ trunk/data/validator/combinations.mapcss	(revision 7229)
@@ -3,5 +3,5 @@
  */
 
-/* {0.key} without {1.key} */
+/* {0.key} without {1.key} (warning level) */
 way[junction                   ][!highway],
 *[lanes                        ][!highway],
@@ -83,4 +83,10 @@
 }
 
+/* {0.key} without {1.key} (info level) */
+*[leaf_type ][!leaf_cycle],
+*[leaf_cycle][!leaf_type] {
+  throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
+}
+
 /* {0.key} without {1.tag} */
 *[fence_type                   ][barrier!=fence],
