GoogleChrome / GoogleChrome/lighthouse
Lighthouse reports shows iframes don't have a title attribute, but those iframe aren't available in the page source
- Dominant language
- JavaScript
- Stars
- 30.8k
- Forks
- 9.8k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 19
Description
### FAQ
- [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md).
- [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead).
### URL
https://www.adeccousa.com/jobs/quality-inspector-stratham-new-hampshire/?ID=US_EN_99_026456_1879253
### What happened?
When I use Lightouse to check the accessibility of my page, the results show iframes that aren't in the page source. Can you provide info as to how I can view then fix this reported issue?
### What did you expect?
I'm not sure where those iframes are coming from, so I can view the source nor fix them.
### What have you tried?
I explored Google Tag Manager to see what third-party script may be at work here, but that didn't yield any results
### How were you running Lighthouse?
Chrome DevTools
### Lighthouse Version
9.3.0
### Chrome Version
99.0.4844.84
### Node Version
v14.18.2
### OS
Windows 10 Pro (19043.1586)
### Relevant log output
```shell
https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fwww.adeccousa.com%2Fjobs%2Fquality-inspector-stratham-new-hampshire%2F%3FID%3DUS_EN_99_026456_1879253&strategy=desktop&category=accessibility&utm_source=lh-chrome-ext
or elements do not have a title
body.job-details > div#conversion_container > iframe#convframe
<iframe src="https://clickmeter.com/conversion.aspx?id=3EB3D57C9C95454CA2CF7C0BE733C82B" frameborder="0" height="0" width="0" noresize="0" id="convframe" name="convframe" allowtransparency="true" title="Conversion Frame" aria-hidden="true">
body.job-details > div#conversion_container > iframe#convframe
<iframe src="https://www.jometer.com/v2/track?c=3qi1&a=1&r=" frameborder="0" height="0" width="0" noresize="0" id="convframe" name="convframe" allowtransparency="true" title="Conversion Frame" aria-hidden="true">
body.job-details > div#conversion_container > iframe#convframe
<iframe src="https://clickmeter.com/conversion.aspx?id=C9D9D463F4524DB19E0B9DC8ECEB0BBE" frameborder="0" height="0" width="0" noresize="0" id="convframe" name="convframe" allowtransparency="true" title="Conversion Frame" aria-hidden="true">
body.job-details > div#conversion_container > iframe#convframe
<iframe src="https://www.jometer.com/v2/track?c=u8o4&a=1&r=" frameborder="0" height="0" width="0" noresize="0" id="convframe" name="convframe" allowtransparency="true" title="Conversion Frame" aria-hidden="true">
body.job-details > div#conversion_container > iframe#convframe
<iframe src="https://clickmeter.com/conversion.aspx?id=C0664F3ECE3C4B84B48456DF6CD2D019" frameborder="0" height="0" width="0" noresize="0" id="convframe" name="convframe" allowtransparency="true" title="Conversion Frame" aria-hidden="true">
body.job-details > div#conversion_container > iframe#convframe
<iframe src="https://www.jometer.com/v2/track?c=8jr2&a=1&r=" frameborder="0" height="0" width="0" noresize="0" id="convframe" name="convframe" allowtransparency="true" title="Conversion Frame" aria-hidden="true">
```
Contributor guide
Assessment
This issue has not been assessed yet.