Index: trunk/resources/data/validator/deprecated.mapcss
===================================================================
--- trunk/resources/data/validator/deprecated.mapcss	(revision 16749)
+++ trunk/resources/data/validator/deprecated.mapcss	(revision 16752)
@@ -1997,2 +1997,23 @@
   fixAdd: "shop=lighting";
 }
+
+*[access=customer] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "access=customers";
+  group: tr("deprecated tagging");
+  fixAdd: "access=customers";
+}
+
+*[addr:inclusion=estimated] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "addr:inclusion=estimate";
+  group: tr("deprecated tagging");
+  fixAdd: "addr:inclusion=estimate";
+}
+
+*[building=apartment] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "building=apartments";
+  group: tr("deprecated tagging");
+  fixAdd: "building=apartments";
+}
