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
Using the jQuery plugin, if this tag is present: <audio src="/path/to/some.mp3"> then I get this error:
<audio src="/path/to/some.mp3">
Uncaught Error: Element "AUDIO" does not have either property: href, src, action, cite
src is a valid attribute for audio, so is it reasonable to add audio: src to Uri.domAttributes?
audio: src
The text was updated successfully, but these errors were encountered:
Yes, <audio> and <video> may have a src as well. good catch!
<audio>
<video>
Care to add them to the source and send a PR?
Sorry, something went wrong.
PR merged, thx
No branches or pull requests
Using the jQuery plugin, if this tag is present:
<audio src="/path/to/some.mp3">
then I get this error:
src is a valid attribute for audio, so is it reasonable to add
audio: src
to Uri.domAttributes?The text was updated successfully, but these errors were encountered: