Message from discussion
HTML links are like span tags
X-BeenThere: firebug@googlegroups.com
Received: by 10.150.129.26 with SMTP id b26ls1918ybd.1.p; Fri, 18 Dec 2009
11:12:55 -0800 (PST)
Received: by 10.150.27.31 with SMTP id a31mr1503080yba.14.1261163557604;
Fri, 18 Dec 2009 11:12:37 -0800 (PST)
Received: by 10.100.220.20 with SMTP id s20mr1508659ang.3.1261162998637;
Fri, 18 Dec 2009 11:03:18 -0800 (PST)
Received: by 10.100.220.20 with SMTP id s20mr1508658ang.3.1261162998574;
Fri, 18 Dec 2009 11:03:18 -0800 (PST)
Return-Path: <locol...@gmail.com>
Received: from mail-yx0-f163.google.com (mail-yx0-f163.google.com [209.85.210.163])
by gmr-mx.google.com with ESMTP id 12si431130gxk.14.2009.12.18.11.03.18;
Fri, 18 Dec 2009 11:03:18 -0800 (PST)
Received-SPF: pass (google.com: domain of locol...@gmail.com designates 209.85.210.163 as permitted sender) client-ip=209.85.210.163;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of locol...@gmail.com designates 209.85.210.163 as permitted sender) smtp.mail=locol...@gmail.com
Received: by yxe35 with SMTP id 35so11590592yxe.2
for <firebug@googlegroups.com>; Fri, 18 Dec 2009 11:03:18 -0800 (PST)
MIME-Version: 1.0
Received: by 10.101.17.19 with SMTP id u19mr287952ani.51.1261162998522; Fri,
18 Dec 2009 11:03:18 -0800 (PST)
Date: Fri, 18 Dec 2009 11:03:18 -0800 (PST)
In-Reply-To: <4B18179A.7050707@wp.pl>
X-IP: 200.75.6.3
References: <47dc42d1-23ff-4fc3-a99e-bb3020581605@x5g2000prf.googlegroups.com>
<4B18179A.7050707@wp.pl>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.0.10)
Gecko/2009042315 Firefox/3.0.10,gzip(gfe),gzip(gfe)
Message-ID: <3d31c740-c1f1-4367-81b1-f7b6ee2416ba@o28g2000yqh.googlegroups.com>
Subject: Re: HTML links are like span tags
From: Locoluis <locol...@gmail.com>
To: Firebug <firebug@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Uh...
http://getfirebug.com/tests/issues/2534/test.htm
The <span> is not closed. At line 15 there's </a> where there should
be </span>.
Is that intentional?