https://bugzilla.wikimedia.org/show_bug.cgi?id=57394

--- Comment #2 from Inez KorczyƄski <i...@wikia-inc.com> ---
(In reply to comment #1)
> This seems to be a bug in domino. It should not confuse the data attribute
> with
> the .data node object member.

I don't think it's a domino (or domino only) problem, try in a browser:
element = document.createElement('object');
element.setAttribute('data','123');
console.log(element.data);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to