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

parse poster attribute for video tags #120

Merged
merged 2 commits into from
May 25, 2017
Merged

parse poster attribute for video tags #120

merged 2 commits into from
May 25, 2017

Conversation

aaronpk
Copy link
Member

@aaronpk aaronpk commented May 24, 2017

if there is a poster attribute and no src attribute on a video tag, the poster attribute is used as the value instead.

This test won't pass until after #119 is merged to fix the other getAttribute issues.

Closes #114

Verified

This commit was signed with the committer’s verified signature.
aaronpk Aaron Parecki
if there is a poster attribute and no src attribute on a video tag, the poster attribute is used as the value instead.

This test won't pass until after #119 is merged to fix the other `getAttribute` issues.
@aaronpk aaronpk requested a review from gRegorLove May 24, 2017 18:23
Copy link
Member

@gRegorLove gRegorLove left a comment

Choose a reason for hiding this comment

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

Looks good!

@aaronpk aaronpk merged commit 71a3535 into microformats:master May 25, 2017
@aaronpk aaronpk deleted the issue-114 branch May 25, 2017 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix u- parsing for <video> with poster attribute
2 participants