For analyzing which divs specifically are affected it would be helpful if a full css selector to the div that has changed could be included in the output.
Something like body > div > div.foobar > div > span:nth-child(10)
It makes finding the affected elements much easier.
Yeah, this is not really useful without that. It makes a very pretty gif of flashing green lines but I have no clue what selectors they are so it's not much good.
For analyzing which divs specifically are affected it would be helpful if a full css selector to the div that has changed could be included in the output.
Something like
body > div > div.foobar > div > span:nth-child(10)
It makes finding the affected elements much easier.