Index: trunk/data/validator/combinations.mapcss
===================================================================
--- trunk/data/validator/combinations.mapcss	(revision 15401)
+++ trunk/data/validator/combinations.mapcss	(revision 15402)
@@ -616,9 +616,9 @@
 }
 
-/* #17973 */
-way[highway=path    ][foot][foot!=no      ][!segregated][bicycle][bicycle!=no]!.unpaved_surface,
-way[highway=footway ][bicycle][bicycle!=no][!segregated]!.unpaved_surface,
-way[highway=cycleway][foot][foot!=no      ][!segregated]!.unpaved_surface {
-  throwWarning: tr("Combined foot- and cycleway without {1}.", "{3.key}");
+/* #17973, #18183 */
+way[highway=path    ][foot][foot!=no      ][foot!=use_sidepath   ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath]!.unpaved_surface,
+way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated]!.unpaved_surface,
+way[highway=cycleway][foot][foot!=no      ][foot!=use_sidepath   ][!segregated]!.unpaved_surface {
+  throwWarning: tr("Combined foot- and cycleway without {1}.", "{4.key}");
   group: tr("missing tag");
 }
