Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 8022)
+++ trunk/data/defaultpresets.xml	(revision 8023)
@@ -934,5 +934,5 @@
                 <reference ref="surface" />
                 <reference ref="highway_yesno_incline_oneway_lit_width" />
-                <combo key="foot" text="Pedestrians" values="unknown,yes,no" />
+                <combo key="foot" text="Pedestrians" values="yes,no" />
             </optional>
         </item> <!-- Dedicated Cycleway -->
@@ -1085,5 +1085,5 @@
             <key key="highway" value="traffic_signals" />
             <optional text="Optional crossing attributes:">
-                <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" />
+                <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no" />
                 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
                 <check key="button_operated" text="Button operated" />
@@ -1139,5 +1139,5 @@
             <space />
             <key key="highway" value="crossing" />
-            <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" />
+            <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,island,unmarked,no" />
             <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
             <combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
@@ -2197,5 +2197,5 @@
             <key key="railway" value="crossing" />
             <optional>
-                <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals,island,unmarked,no,unknown" />
+                <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals,island,unmarked,no" />
                 <reference ref="supervised" />
                 <check key="horse" text="Cross on horseback" />
@@ -2351,7 +2351,7 @@
             <reference ref="parking_access_fee_operator_surface" />
             <text key="capacity" text="Capacity (overall)" />
-            <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,unknown,1,2,3" />
-            <combo key="capacity:women" text="Spaces for Women" values="yes,no,unknown,1,2,3" />
-            <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,unknown,1,2,3" />
+            <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
+            <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
+            <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
             <label text="See the Wiki for other capacity:[types]=*." />
             <space />
@@ -3578,5 +3578,5 @@
             <key key="leisure" value="sauna" />
             <reference ref="name_operator_oh_wheelchair" />
-            <combo key="access" text="Access" values="yes,permissive,private,unknown" />
+            <combo key="access" text="Access" values="yes,permissive,private" />
             <space />
             <reference ref="contact" />
@@ -4460,7 +4460,7 @@
             <key key="amenity" value="hunting_stand" />
             <combo key="height" text="Height" values="low,half,full,5,10,15,20" values_context="height" />
-            <combo key="shelter" text="Shelter" values="yes,no,unknown" />
-            <combo key="hide" text="Hide" values="yes,no,unknown" />
-            <combo key="lock" text="Lock" values="yes,no,unknown" />
+            <combo key="shelter" text="Shelter" values="yes,no" />
+            <combo key="hide" text="Hide" values="yes,no" />
+            <combo key="lock" text="Lock" values="yes,no" />
         </item> <!-- Hunting Stand -->
         <separator/>
Index: trunk/data/validator/deprecated.mapcss
===================================================================
--- trunk/data/validator/deprecated.mapcss	(revision 8022)
+++ trunk/data/validator/deprecated.mapcss	(revision 8023)
@@ -390,4 +390,4 @@
 *[crossing=unknown],
 *[foot=unknown] {
-  throwOther: tr("Unspecific tag {0}", "{0.tag}");
-}
+  throwWarning: tr("Unspecific tag {0}", "{0.tag}");
+}
