R
rez
It seems that at least Mozilla (version 1.2.1) does not honor the
DOMException standard. I am doing appendChild to put a div into a
span. And it works! This is not correct html 4.01 transitional,
which is the document type I am using. A div inside a span is not
allowed, and mozilla does not display it neatly anyway.
Is there any way to change that, and get a DOMException raised?
Thank you in advance for your help.
DOMException standard. I am doing appendChild to put a div into a
span. And it works! This is not correct html 4.01 transitional,
which is the document type I am using. A div inside a span is not
allowed, and mozilla does not display it neatly anyway.
Is there any way to change that, and get a DOMException raised?
Thank you in advance for your help.