Index: trunk/data/validator/combinations.mapcss
===================================================================
--- trunk/data/validator/combinations.mapcss	(revision 14915)
+++ trunk/data/validator/combinations.mapcss	(revision 14943)
@@ -243,12 +243,18 @@
 }
 
-/* {0.tag} together with {1.tag}, see #16861, #16147, #10186 */
+/* {0.tag} together with {1.tag}, see #17542, #16861, #16147, #10186 */
 way[segregated][bicycle=no],
 way[segregated][foot=no],
 way[man_made=pipeline][tunnel=flooded],
-way[waterway=canal][tunnel=yes],
-way[highway=footway][bicycle=designated] {
-  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
-  group: tr("suspicious tag combination");
+way[waterway=canal][tunnel=yes] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+
+way[highway=footway][bicycle=designated],
+way[highway=cycleway][foot=designated] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+  suggestAlternative: "highway=path";
 }
 
