What are the usability, accessibility, screen-reader, or any other development, functionality, or cross browser issues with <iframe>
?
Is there any alternative for <iframe>
?
And are there any JavaScript/jQuery or server-side techniques which can decrease the usability, accessibility, or screen-reader issues with <iframe>
?
Why has the W3C not included <iframe>
in XHTML Strict, while HTML 5 supports <iframe>
?
update:
I found some good thoughts here also : http://uxexchange.com/questions/1817/iframe-accessibility-and-usability-issues
In general, iFrames are accessible on a screen reader, but a TITLE for the iFrame is recommended. See example of a Google Form iFrame below.
For iframes that have meaningful content, provide a title using the title attribute. For iframes that contain non-readable content, like JavaScript, provide a title to pass automated tests, but be sure to hide the content altogether from screen reader users using aria-hidden="true" .
Accessibility:
Usability:
Other issues:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With