Index: /trunk/data/validator/combinations.mapcss
===================================================================
--- /trunk/data/validator/combinations.mapcss	(revision 15757)
+++ /trunk/data/validator/combinations.mapcss	(revision 15758)
@@ -660,5 +660,5 @@
 /* #18203 */
 way[construction][construction!=yes][construction!=minor][highway][highway!=construction] {
-  throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
+  throwWarning: tr("{0} together with {1}", "{3.tag}", "{0.tag}");
   group: tr("suspicious tag combination");
 }
Index: /trunk/data/validator/deprecated.mapcss
===================================================================
--- /trunk/data/validator/deprecated.mapcss	(revision 15757)
+++ /trunk/data/validator/deprecated.mapcss	(revision 15758)
@@ -1294,5 +1294,5 @@
 }
 
-/* #17786 */
+/* #17786, #18612 */
 *[building=abandoned],
 *[building=address],
@@ -1304,6 +1304,9 @@
 *[building=fixme],
 *[building=occupied],
+*[building=razed] {
+  throwWarning: tr("{0} is not a building type.", "{0.tag}");
+  group: tr("deprecated tagging");
+}
 *[building=other],
-*[building=razed],
 *[building=unclassified],
 *[building=undefined],
@@ -1312,4 +1315,5 @@
   throwWarning: tr("{0} is not a building type.", "{0.tag}");
   group: tr("deprecated tagging");
+  fixAdd: "building=yes";
 }
 
@@ -1892,2 +1896,24 @@
   throwWarning: tr("unusual value of {0}", "{0.key}");
 }
+
+/* #18603 */
+way[bicycle:oneway] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "oneway:bicycle";
+  fixChangeKey: "bicycle:oneway => oneway:bicycle";
+  group: tr("deprecated tagging");
+}
+
+/* #18605 */
+*[building:height] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "height";
+  fixChangeKey: "building:height => height";
+  group: tr("deprecated tagging");
+}
+*[building:min_height] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "min_height";
+  fixChangeKey: "building:min_height => min_height";
+  group: tr("deprecated tagging");
+}
