Skip to content

Fixes for elements with missing attributes (#118) #119

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

Merged
merged 3 commits into from
May 24, 2017
Merged

Fixes for elements with missing attributes (#118) #119

merged 3 commits into from
May 24, 2017

Conversation

aaronpk
Copy link
Member

@aaronpk aaronpk commented May 24, 2017

there were no tests for missing attributes, so this adds a few, and fixes the parse to test for the presence of attributes rather than the incorrect check getAttribute('href') !== null (getAttribute never returns null)

aaronpk added 3 commits May 24, 2017 11:04
there were no tests for missing attributes, so this adds a few, and fixes the parse to test for the presence of attributes rather than the incorrect check `getAttribute('href') !== null` (getAttribute never returns null). fixes #118
@aaronpk aaronpk merged commit 26e4ed4 into microformats:master May 24, 2017
@aaronpk aaronpk deleted the issue-118 branch March 4, 2018 16:43
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.

1 participant