https://bugzilla.wikimedia.org/show_bug.cgi?id=48980
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Roan Kattouw <[email protected]> --- It works fine in Chrome, but Firefox does not preserve the order in the attributes array: >>> var div = document.createElement('div') undefined >>> div.innerHTML='<a href="foo" data-parsoid="bar"></a>'; "<a href="foo" data-parsoid="bar"></a>" >>> div.children[0] <a data-parsoid="bar" href="foo"> >>> div.children[0].attributes [data-parsoid="bar", href="foo"] -- 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
