frame-title
Frames must have an accessible name
Impact: serious · Pages with issue: 1
Selector: iframe
<iframe frameborder="0" height="640" scrolling="no" src="https://ec.europa.eu/eurostat/cache/interactive-publications/migration/2025/06/index.html" width="100%"></iframe>
Fix any of the following:
Element has no title attribute
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element's default semantics were not overridden with role="none" or role="presentation"
image-alt
Images must have alternative text
Impact: critical · Pages with issue: 1
Selector: iframe, #estatLogo
<img translate="logoestat" class="img-fluid" src="img/logo.png" id="estatLogo">
Fix any of the following:
Element does not have an alt attribute
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"
link-name
Links must have discernible text
Impact: serious · Pages with issue: 1
Selector: iframe, #logo-desktop
<a id="logo-desktop" href="https://ec.europa.eu/eurostat" target="_top">
<img translate="logoestat" class="img-fluid" src="img/logo.png" id="estatLogo">
</a>
Fix all of the following:
Element is in tab order and does not have accessible text
Fix any of the following:
Element does not have text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute