Issue:
The way we look at selectors is wrong for elements in iframes and causes double counting
violations.
Discussed in #170
Originally posted by juprog June 30, 2021
Hi,
I was trying to compare the html report created, with what the chrome extension shows. And I noticed that it seems that the "counts" are double... It seems that it adds up both the "html" and the "selectors" under each violation to produce a count on the report.
is this correct?
I also tried to use the .WithOutputFile(), and in the json produced, the number of "nodes" is correct (that would be the actual count I am looking for...)
any ideas? or has anyone noticed this?