RuleSets of AccessMonitor - the validator of web accessibility practices
The “Missing Iframe Title Check” evaluates whether there is any <iframe>
element without the title
attribute.
I found 1 <iframe>
element without title
.
To address <iframe>
elements without a title
attribute:
<iframe>
element without a title.title
attribute providing an accurate description of the embedded content.title
is unique among other <iframe>
elements in the same page unless both point to the same source.