Skip to content
New issue

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

Html5 audio and video tag #323

Closed
wants to merge 8 commits into from
Closed

Html5 audio and video tag #323

wants to merge 8 commits into from

Conversation

ArneBab
Copy link
Contributor

@ArneBab ArneBab commented Dec 16, 2014

support for the HTML5 audio and video tag. Pull-request created to track progress.

@ArneBab
Copy link
Contributor Author

ArneBab commented Dec 16, 2014

-nextgens- what #323 does is to allow both audio and video tags (not in a way that's consistent with the rest of the code) without any filtering
-nextgens- which is 1) a bad idea and 2) not done like it should

emptyStringArray,
new String[] { "src", "poster" },
emptyStringArray,
new String[] {"preload", "loop", "controls"}));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong, preload is not a "Boolean attribute" (in the sense of 879cb91, e.g. attribute x only valid without value (<tag …="…" x>) or with value equal to the attribute name (<tag …="…" x="x">). preload="preload" is not even valid.

@Thynix
Copy link
Contributor

Thynix commented Dec 17, 2014

You have rescued these from bitrot for review! Thank you!

@ArneBab
Copy link
Contributor Author

ArneBab commented Jul 18, 2020

close because there‘s already better code in now.

@ArneBab ArneBab closed this Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants