Index: trunk/data/validator/combinations.mapcss
===================================================================
--- trunk/data/validator/combinations.mapcss	(revision 14909)
+++ trunk/data/validator/combinations.mapcss	(revision 14910)
@@ -559,5 +559,5 @@
 
 /* #17391 */
-way[highway=pedestrian][width][width<2] {
+way[highway=pedestrian][width][width<3] {
   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
   suggestAlternative: "highway=footway";
@@ -566,5 +566,5 @@
   assertMatch: "way highway=pedestrian width=0.8";
   assertMatch: "way highway=pedestrian width=1";
-  assertNoMatch: "way highway=pedestrian width=2";
+  assertNoMatch: "way highway=pedestrian width=3";
   assertNoMatch: "way highway=pedestrian width=5.5";
 }
