Index: /trunk/data/validator/deprecated.mapcss
===================================================================
--- /trunk/data/validator/deprecated.mapcss	(revision 10229)
+++ /trunk/data/validator/deprecated.mapcss	(revision 10230)
@@ -842,2 +842,9 @@
   fixAdd: "service=drive-through";
 }
+
+/* #12771 */
+way[highway=service][service][service !~ /^(alley|drive-through|driveway|emergency_access|parking_aisle|rest_area)$/],
+way[railway=rail][service][service !~ /^(crossover|siding|spur|yard)$/],
+way[waterway=canal][service][service !~ /^(irrigation|transportation|water_power)$/] {
+  throwWarning: tr("The key {0} has an uncommon value.", "{1.key}");
+}
