h5p / h5p-wordpress-plugin

Adds support for H5P Content in WordPress.
https://wordpress.org/plugins/h5p/
71 stars 74 forks source link

Add title attribute to iframe (improve a11y) #111

Closed otacke closed 4 years ago

otacke commented 4 years ago

It's disputable if single inline iframes should have a title attribute for improving a11y, yet Lighthouse complains. Please cmp. https://web.dev/frame-title/ or https://dequeuniversity.com/rules/axe/3.3/frame-title

This pull request adds the title attribute using the content title to the embedding iframe and to the embed code that can be retrieved. If accepted, this should also be done for the Drupal plugin and the moodle plugin.

otacke commented 4 years ago

Rendered obsolete by HFP-3012.