Index: tests.xml
===================================================================
--- tests.xml	(Revision 12074)
+++ tests.xml	(Arbeitskopie)
@@ -193,6 +193,23 @@
     </maplint:check>
 
 </maplint:test>
+<maplint:test group="main" id="unreviewed_tiger" version="1" severity="notice">
+
+    <maplint:desc xml:lang="en">
+        Highlight unreviewed features from the TIGER import.
+    </maplint:desc>
+
+    <maplint:garmin short="TIGER" icon="Navaid, White"/>
+
+    <maplint:check data="any" type="application/xsl+xml">
+        <xsl:if test="not (tag[@k='validate:unreviewed-tiger' and @v='ignore'])">
+            <xsl:if test="(tag[@k='tiger:reviewed' and @v='no'])">
+                <maplint:result/>
+            </xsl:if>
+        </xsl:if>
+    </maplint:check>
+
+</maplint:test>
 <maplint:test group="relations" id="member-missing" version="1" severity="error">
 
     <maplint:desc xml:lang="en">
Index: tests/main/tiger.xml
===================================================================
--- tests/main/tiger.xml	(Revision 0)
+++ tests/main/tiger.xml	(Revision 0)
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='iso-8859-1' ?>
+<maplint:test group="main" id="unreviewed_tiger" version="1" severity="notice"
+    xmlns:maplint="http://maplint.openstreetmap.org/xml/1.0"
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+    <maplint:desc xml:lang="en">
+        Highlight unreviewed features from the TIGER import.
+    </maplint:desc>
+
+    <maplint:garmin short="TIGER" icon="Navaid, White"/>
+
+    <maplint:check data="any" type="application/xsl+xml">
+        <xsl:if test="not (tag[@k='validate:unreviewed-tiger' and @v='ignore'])">
+            <xsl:if test="(tag[@k='tiger:reviewed' and @v='no'])">
+                <maplint:result />
+            </xsl:if>
+        </xsl:if>
+    </maplint:check>
+
+</maplint:test>
Index: html/member-missing.html
===================================================================
--- html/member-missing.html	(Revision 12074)
+++ html/member-missing.html	(Arbeitskopie)
@@ -6,7 +6,7 @@
     <link rel="stylesheet" type="text/css" href="style.css"/>
   </head>
   <body>
-    <div class="nav"><a href="residential-without-name.html">prev</a>
+    <div class="nav"><a href="unreviewed_tiger.html">prev</a>
 
                 | <a href="index.html">list</a> |
 
Index: html/residential-without-name.html
===================================================================
--- html/residential-without-name.html	(Revision 12074)
+++ html/residential-without-name.html	(Arbeitskopie)
@@ -10,7 +10,7 @@
 
                 | <a href="index.html">list</a> |
 
-                <a href="member-missing.html">next</a></div>
+                <a href="unreviewed_tiger.html">next</a></div>
     <table class="test">
       <tr>
         <th width="52%">Test ID</th>
Index: html/index.html
===================================================================
--- html/index.html	(Revision 12074)
+++ html/index.html	(Arbeitskopie)
@@ -94,12 +94,20 @@
         <td class=""><span class="warning">   </span> warning</td>
       </tr>
       <tr>
+        <td class="">main</td>
+        <td class="">
+          <a href="residential-without-name.html">residential-without-name</a>
+        </td>
+        <td class="">1</td>
+        <td class=""><span class="warning">   </span> warning</td>
+      </tr>
+      <tr>
         <td class="newgroup">main</td>
         <td class="newgroup">
-          <a href="residential-without-name.html">residential-without-name</a>
+          <a href="unreviewed_tiger.html">unreviewed_tiger</a>
         </td>
         <td class="newgroup">1</td>
-        <td class="newgroup"><span class="warning">   </span> warning</td>
+        <td class="newgroup"><span class="notice">   </span> notice</td>
       </tr>
       <tr>
         <td class="newgroup">relations</td>
Index: tests.xsl
===================================================================
--- tests.xsl	(Revision 12074)
+++ tests.xsl	(Arbeitskopie)
@@ -20,6 +20,7 @@
     <maplint:test agent="xsltests" group="main" id="place-of-worship-without-religion" version="1" severity="warning"/>
     <maplint:test agent="xsltests" group="main" id="poi-without-name" version="1" severity="warning"/>
     <maplint:test agent="xsltests" group="main" id="residential-without-name" version="1" severity="warning"/>
+    <maplint:test agent="xsltests" group="main" id="unreviewed_tiger" version="1" severity="notice"/>
     <maplint:test agent="xsltests" group="relations" id="member-missing" version="1" severity="error"/>
     <maplint:test agent="xsltests" group="strict" id="not-in-map_features" version="2" severity="notice"/>
   </xslout:template>
@@ -27,6 +28,7 @@
     <xslout:call-template name="test-base-empty-tag-key-any"/>
     <xslout:call-template name="test-base-empty-tag-value-any"/>
     <xslout:call-template name="test-main-deprecated-tags-any"/>
+    <xslout:call-template name="test-main-unreviewed_tiger-any"/>
   </xslout:template>
   <xslout:template name="call-tests-node">
     <xslout:call-template name="test-base-nodes-on-same-spot-node"/>
@@ -62,6 +64,13 @@
             <maplint:result ref="deprecated-tags">class</maplint:result>
         </xsl:if>
     </xslout:template>
+  <xslout:template name="test-main-unreviewed_tiger-any">
+        <xsl:if xmlns:xsl="http://www.w3.org/1999/XSL/Transform" test="not (tag[@k='validate:unreviewed-tiger' and @v='ignore'])">
+            <xsl:if test="(tag[@k='tiger:reviewed' and @v='no'])">
+                <maplint:result ref="unreviewed_tiger"/>
+            </xsl:if>
+        </xsl:if>
+    </xslout:template>
   <xslout:template name="test-base-nodes-on-same-spot-node">
         <xsl:variable xmlns:xsl="http://www.w3.org/1999/XSL/Transform" name="nodes" select="key('nodesbycoordinates', concat(@lon, ' ', @lat))"/>
         <xsl:variable xmlns:xsl="http://www.w3.org/1999/XSL/Transform" name="nid" select="@id"/>
