RuleSets of AccessMonitor - the validator of web accessibility practices
The “Iframe Elements With Equal Accessible Name Check” evaluates whether multiple <iframe>
elements with the same accessible name (typically provided via the title
attribute) are pointing to the same source (i.e., the src
URL or embedded content).
I found 2 <iframe>
elements with the same accessible name pointing to the same content.
To address <iframe>
elements with the same accessible name pointing to different content:
<iframe>
elements inappropriately sharing the same accessible name.title
attributes to ensure that these are different and describe accurately the <iframe>
elements content.