Adam Raine
Adam Raine
This was added in 4.10.0: https://github.com/dequelabs/axe-core/releases/tag/v4.10.0 https://dequeuniversity.com/rules/axe/4.10/summary-name We should verify it is relevant with internal a11y folks.
Closes https://github.com/GoogleChrome/lighthouse/issues/16201
Closes https://github.com/GoogleChrome/lighthouse/issues/15739
https://github.com/patrickhulce/third-party-web/releases/tag/v0.25.0 https://github.com/patrickhulce/third-party-web/releases/tag/v0.26.0
Prior work: https://github.com/GoogleChrome/lighthouse/pull/12770 The new `Scripts` gatherer makes this much easier, but there are some obstacles related to the debugger domain being enabled on multiple gatherers. This would open the...
From https://github.com/GoogleChrome/lighthouse/pull/13260 And https://github.com/GoogleChrome/lighthouse/pull/13419 Adding flow assets to save as HTML doubles the bundle size. We should load those resources async. For now there is no button to save flow...
We should have a smoke test that tests Lighthouse on a page with a very strict CSP `default-src 'none'` to make sure a CSP doesn't block Lighthouse from running. Some...
From https://github.com/GoogleChrome/lighthouse/pull/14717: > This PR has become a bit of a rabbit hole. While I do think it would be good to land this in the long term, it opens...
https://github.com/GoogleChrome/lighthouse/pull/14690#discussion_r1086098980