Index: trunk/resources/data/validator/deprecated.mapcss
===================================================================
--- trunk/resources/data/validator/deprecated.mapcss	(revision 17567)
+++ trunk/resources/data/validator/deprecated.mapcss	(revision 17593)
@@ -1473,6 +1473,6 @@
 /* #17504 */
 *[is_in],
-node[/^is_in:.*$/],
-way[/^is_in:.*$/] {
+node[/^is_in:$/],
+way[/^is_in:$/] {
   throwWarning: tr("{0} is deprecated", "{0.key}");
   group: tr("deprecated tagging");
Index: trunk/resources/data/validator/unnecessary.mapcss
===================================================================
--- trunk/resources/data/validator/unnecessary.mapcss	(revision 17567)
+++ trunk/resources/data/validator/unnecessary.mapcss	(revision 17593)
@@ -155,5 +155,7 @@
 
 /* #2760 */
-*[/^(gpx|gpxx|gpxd):/] {
+*[/^gpx:/],
+*[/^gpxx:/],
+*[/^gpxd:/] {
   throwWarning: tr("{0} should not be uploaded", "{0.key}");
   group: tr("unnecessary tag");
