Re: Mutations from Parser handled after DOMContentLoaded?

2015-07-06 Thread Zibi Braniecki
On Monday, July 6, 2015 at 12:48:33 PM UTC-7, smaug wrote: I don't know what have a MO set on the document during readyState=loading actually means. Document has three loading states - loading, interactive, complete[0]. I'm initializing MO during loading stage, so that I have a chance to

Re: Mutations from Parser handled after DOMContentLoaded?

2015-07-06 Thread smaug
On 07/06/2015 10:33 PM, Zibi Braniecki wrote: Hi all, I have a question about MO behavior. From what I understand, MutationObserver API is designed in a way that is supposed to guarantee two things that I need: 1) That if I have a MO set on the document during readyState=loading, then all

Mutations from Parser handled after DOMContentLoaded?

2015-07-06 Thread Zibi Braniecki
Hi all, I have a question about MO behavior. From what I understand, MutationObserver API is designed in a way that is supposed to guarantee two things that I need: 1) That if I have a MO set on the document during readyState=loading, then all consequent elements injected by Parser into DOM

Re: Mutations from Parser handled after DOMContentLoaded?

2015-07-06 Thread Zibi Braniecki
We took it to the stre... IRC, and in result of that I filed to bugs: 1) https://www.w3.org/Bugs/Public/show_bug.cgi?id=28920 2) https://bugzilla.mozilla.org/show_bug.cgi?id=1180927 zb. ___ dev-platform mailing list dev-platform@lists.mozilla.org