Index: trunk/data/validator/numeric.mapcss
===================================================================
--- trunk/data/validator/numeric.mapcss	(revision 13345)
+++ trunk/data/validator/numeric.mapcss	(revision 13349)
@@ -101,5 +101,5 @@
 }
 
-*[width][width =~ /^[0-9]+,[0-9]+$/] {
+*[width][width =~ /^[0-9]+,[0-9]+( (m|ft))?$/] {
   throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
   fixAdd: concat("width=", replace(tag("width"), ",", "."));
