Re: document[id] and document.id to <element id="id"> matching

On Thu, Jun 4, 2009 at 6:49 AM, Michael A. Puls II <shadow2531@gmail.com> wrote:
> --------
> In IE, document.id matches <iframe id="id" name="non-empty> (where non-empty
> is any non-empty value and not necessarily the same value as the id
> attribute).

But, I think in IE7 (as opposed to IE8), <iframe id="id" name="">
matches but <iframe id="id" name> does not

-- 
Michael

Received on Thursday, 4 June 2009 10:56:06 UTC