Index: trunk/resources/data/validator/deprecated.mapcss
===================================================================
--- trunk/resources/data/validator/deprecated.mapcss	(revision 18547)
+++ trunk/resources/data/validator/deprecated.mapcss	(revision 18552)
@@ -2400,3 +2400,10 @@
 }
 
+/* Replaced by type=connectivity */
+*[type="turnlanes:turns"] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "type=connectivity";
+  group: tr("deprecated tagging");
+}
+
 /* When tags are deprecated they should be added to ignoretags.cfg too. */
Index: trunk/resources/data/validator/highway.mapcss
===================================================================
--- trunk/resources/data/validator/highway.mapcss	(revision 18547)
+++ trunk/resources/data/validator/highway.mapcss	(revision 18552)
@@ -208,2 +208,10 @@
   assertNoMatch: "way highway=trunk";
 }
+
+/* #21396 comment 39 */
+*[surface=~/^paving_stones:(\d+)$/] {
+  throwWarning: tr("{0} with trailing number", "paving_stones");
+  group: tr("questionable value (ending with a number)");
+  suggestAlternative: "paving_stones:length";
+  suggestAlternative: "paving_stones:width";
+}
Index: trunk/resources/data/validator/ignoretags.cfg
===================================================================
--- trunk/resources/data/validator/ignoretags.cfg	(revision 18547)
+++ trunk/resources/data/validator/ignoretags.cfg	(revision 18552)
@@ -104,4 +104,5 @@
 E:interval
 E:maxspeed
+E:maxspeed:type
 E:maxstay
 E:maxweight:signed
@@ -732,28 +733,56 @@
 E:voltage-low
 E:toilet
+K:type=turnlanes:turns
+K:surface=paving_stones:30
 ;
 ; Tags not yet decided (to remove from this section when added or moved up when deprecated) 
-; see josm tickets: 17770 15309 15774 16315 16658 16793 19982
-;
-K:service=irrigation
-K:man_made=tunnel
+; see josm tickets: 17770 15309 15774 16315 16658 16793 19982 21396
+;
+K:advertising=board
 K:amenity=childcare
-K:landuse=logging
-K:indoor=wall
-K:indoor=room
-K:indoor=corridor
-K:highway=corridor
+K:amenity=loading_dock
+K:amenity=parcel_locker
+K:amenity=payment_terminal
+K:barrier=sliding_gate
+K:boundary=forest_compartment
+K:craft=grinding_mill
 K:crossing=zebra
+K:emergency=access_point
+K:golf=cartpath
+K:healthcare:speciality=general
 K:healthcare=alternative
+K:healthcare=centre
+K:healthcare=clinic
 K:healthcare=dentist
 K:healthcare=doctor
 K:healthcare=hospital
 K:healthcare=pharmacy
-K:healthcare=clinic
-K:healthcare=centre
 K:healthcare=physiotherapist
 K:healthcare=yes
-K:golf=cartpath
+K:hedge=hedge_bank
+K:highway=corridor
+K:historic=bomb_crater
+K:indoor=area
+K:indoor=corridor
+K:indoor=room
+K:indoor=wall
+K:landuse=logging
+; See #21964/#21907 for WIP patch for leisure=sports_hall
+K:leisure=sports_hall
+K:man_made=courtyard
+K:man_made=gantry
+K:man_made=tunnel
 K:man_made=water_tap
+K:military=trench
+K:natural=crevasse
+K:path=crossing
+K:railway=proposed
 K:railway=tram_crossing
 K:railway=tram_level_crossing
+K:road_marking=solid_stop_line
+K:service=irrigation
+
+; These tags should probably have better software support, but maybe they can be in the appropriate section in this file.
+; Examples: oneway:moped and cycleway:right:oneway.
+F::oneway
+S:oneway:
