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 urns
. It may cause conflicts with IE/Win's document.urns
.
The following problems are known in IE/Win:
document.all.urns
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 document.all.urns
method that usually exists.JS test-- fails if the result is '[object]'.