Index: /trunk/data/validator/deprecated.mapcss
===================================================================
--- /trunk/data/validator/deprecated.mapcss	(revision 15308)
+++ /trunk/data/validator/deprecated.mapcss	(revision 15309)
@@ -1256,4 +1256,7 @@
 }
 
+way[building=true],
+way[building=*],
+way[building=Y],
 way[building=y],
 way[building=1] {
@@ -1262,4 +1265,24 @@
   group: tr("misspelled value");
   fixAdd: "building=yes";
+}
+
+/* #17786 */
+*[building=abandoned],
+*[building=address],
+*[building=bing],
+*[building=collapsed],
+*[building=damaged],
+*[building=demolished],
+*[building=disused],
+*[building=fixme],
+*[building=occupied],
+*[building=other],
+*[building=razed],
+*[building=unclassified],
+*[building=undefined],
+*[building=unknown],
+*[building=unidentified] {
+  throwWarning: tr("{0} is not a building type.", "{0.tag}");
+  group: tr("deprecated tagging");
 }
 
