googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

360° Photos for Web Not Accessible #293

Open BMC-Jake opened 6 years ago

BMC-Jake commented 6 years ago

We have a 360° image embedded on our page: https://www.bmc.org/obstetrics/expectant-parents/labor-delivery

The iFrame is generated without a title attribute and violates accesibility guidelines: https://www.w3.org/TR/WCAG20-TECHS/H64

The JavaScript API used to generate the iFrame on load does not allow for a title attribute to be added.

Is there an accessible / compliant way to implement a 360° Photos for Web? site-improve-360-issue