https://bugzilla.wikimedia.org/show_bug.cgi?id=57394
--- Comment #2 from Inez KorczyĆski <[email protected]> --- (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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
