Index: trunk/data/validator/deprecated.mapcss
===================================================================
--- trunk/data/validator/deprecated.mapcss	(revision 6548)
+++ trunk/data/validator/deprecated.mapcss	(revision 6605)
@@ -177,2 +177,9 @@
   fixChangeKey: "monitoring:river_level => monitoring:water_level";
 }
+
+/* from http://wiki.openstreetmap.org/wiki/Conditional_restrictions#Deprecated_tags */
+*[/(day|date|hour)_(on|off)/] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "*:conditional";
+  assertMatch: "node day_on=0-12";
+}
