J
Jorge
I'm missing the reason to call it a "bug". It is an additional flag in
Microsoft model allowing to lock/unlock "document" object
augmentation.
The "law" we were talking about is that you should not, never ever,
add/use custom properties to host objects, more specifically
to dynamically created DOM element objects.
For example, create a <li> with
e= document.createElement('li');
then attach a custom property :
e.customProperty= whatever;
I wonder, and forgot to ask, if the same rule applies to properties
created by :
e.setAttribute('customProperty', whatever);
I guess you are quoting some resource, but which one?
Tip: copy a sentence and paste it in google (enclosed in
quotes)...
http://www.google.com/search?q="Microsoft+does+not+tolerate+custom"
--Jorge.