Index: trunk/data/validator/deprecated.mapcss
===================================================================
--- trunk/data/validator/deprecated.mapcss	(revision 15488)
+++ trunk/data/validator/deprecated.mapcss	(revision 15496)
@@ -662,6 +662,7 @@
   assertMatch: "way roof:color=red roof:colour=green";
 }
-  /* further more universal checks, no autofix */
-*[/:color/][!building:color][!roof:color] {
+/* further more universal checks, no autofix */
+/* gpxd:color has another warning in unnecessary.mapcss */ 
+*[/:color/][!building:color][!roof:color][!gpxd:color] {
   throwWarning: tr("{0} is deprecated", "{0.key}");
   suggestAlternative: ":colour";
Index: trunk/data/validator/unnecessary.mapcss
===================================================================
--- trunk/data/validator/unnecessary.mapcss	(revision 15488)
+++ trunk/data/validator/unnecessary.mapcss	(revision 15496)
@@ -168,9 +168,10 @@
 
 /* #2760 */
-*[/^gpx:/] {
+*[/^(gpx|gpxx|gpxd):/] {
   throwWarning: tr("{0} should not be uploaded", "{0.key}");
   group: tr("unnecessary tag");
   fixRemove: "{0.key}";
   assertMatch: "node gpx:time=2018-01-01T12:00:00Z";
+  assertMatch: "node gpxd:color=#FF0000";
   assertNoMatch: "node source=gpx:foo";
 }
