RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate Iframe Elements With Equal Accessible Name Check” evaluates whether there are any pair of <iframe>
elements that share the same accessible name but point to different content.
I found 1 pair of <iframe>
elements with the same accessible name.
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.