It is possible—indeed, in some senses, it is the point of this test page—that IE/Win may crash or act in peculiar ways on this page.
div
with an id
that has a value of namedItem
. It may cause conflicts with IE/Win's document.namedItem
.
The following problems are known in IE/Win:
document.all.namedItem
via scripting in IE/Win will return an object corresponding to the ID'ed element. This could cause severe problems for scripts that rely on the document.all.namedItem
method that usually exists.JS test-- fails if the result is '[object]'.