Index: /trunk/data/validator/deprecated.mapcss
===================================================================
--- /trunk/data/validator/deprecated.mapcss	(revision 10915)
+++ /trunk/data/validator/deprecated.mapcss	(revision 10916)
@@ -15,9 +15,13 @@
 }
   
-*[highway=ford] {
+node[highway=ford] {
   throwWarning: tr("{0} is deprecated", "{0.tag}");
   suggestAlternative: "ford=yes";
   fixRemove: "highway";
   fixAdd: "ford=yes";
+}
+way[highway=ford] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "highway=* + ford=yes";
 }
   
