We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libsyn links with allowfullscreen="" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" style="border: none" causes problems for epub rendering
allowfullscreen="" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" style="border: none"
removing it leaves a blank, iframes in epub? See w3c/epub-specs#1061
see also https://stackoverflow.com/questions/38888461/why-does-setting-the-allowfullscreen-attribute-of-an-iframe-doesnt-seem-to-keep
The text was updated successfully, but these errors were encountered:
dullhunk
No branches or pull requests
Libsyn links with
allowfullscreen="" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" style="border: none"
causes problems for epub renderingremoving it leaves a blank, iframes in epub? See w3c/epub-specs#1061
see also https://stackoverflow.com/questions/38888461/why-does-setting-the-allowfullscreen-attribute-of-an-iframe-doesnt-seem-to-keep
The text was updated successfully, but these errors were encountered: