You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: