Index: /trunk/data/validator/combinations.mapcss
===================================================================
--- /trunk/data/validator/combinations.mapcss	(revision 15721)
+++ /trunk/data/validator/combinations.mapcss	(revision 15722)
@@ -313,4 +313,10 @@
 }
 
+/* {0.tag} together with {1.tag} and {2.key}, #18471 */
+way[highway=~/^(cycleway|footway|path)$/][segregated=no][sidewalk =~/^(left|right|both)$/] {
+  throwWarning: tr("{0} together with {1} and {2}", "{0.tag}", "{1.tag}", "{2.key}");
+  group: tr("suspicious tag combination");
+}
+
 /* #11127, #13727 */
 way[waterway][bridge=yes][waterway!=weir] {
Index: /trunk/data/validator/deprecated.mapcss
===================================================================
--- /trunk/data/validator/deprecated.mapcss	(revision 15721)
+++ /trunk/data/validator/deprecated.mapcss	(revision 15722)
@@ -1887,2 +1887,7 @@
   group: tr("deprecated tagging");
 }
+
+node[segregated][segregated!=yes][segregated!=no],
+way[segregated ][segregated!=yes][segregated!=no] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+}
