GoogleChrome / GoogleChrome/lighthouse
Make axe audits 3p filterable
Open
P1.5
report
third-party
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 19
Description
Our 3p filter only works on network resources because we need a url to filter against. but all the axe audits show element results.
we could start collecting node creation stacks and add the domain that created the element to NodeDetails, then filter based on that.
Contributor guide
Assessment
This issue has not been assessed yet.