Index: trunk/data/validator/deprecated.mapcss
===================================================================
--- trunk/data/validator/deprecated.mapcss	(revision 8192)
+++ trunk/data/validator/deprecated.mapcss	(revision 8204)
@@ -437,4 +437,12 @@
   throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
 }
+*[/:color/]{
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: ":colour";
+}
+*[/color:/] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "colour:";
+}
 
 /* see #11234 */
@@ -445,5 +453,19 @@
 /* see #11330 */
 *[/^.$/],
-*[/^..$/][!to] {
+node[/^..$/],
+way[/^..$/],
+relation[/^..$/][!to] {
   throwWarning: tr("uncommon short key");
 }
+
+/* see #11344 */
+*[tower=air_to_ground] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "tower=transition";
+  fixAdd: "tower=transition";
+}
+*[pole=air_to_ground] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "pole=transition";
+  fixAdd: "pole=transition";
+}
