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
This if-elseif-condition should check hasAttribute('alt') and allow empty values rather than skipping if the alt is empty.
hasAttribute('alt')
Reference: http://pin13.net/mf2/?url=http%3A%2F%2Fmention-tech.appspot.com%2Ftesting.html "mention.tech" appended to end of 'org' and 'name' https://indiewebcamp.com/irc/2016-04-12#t1460485540966
The text was updated successfully, but these errors were encountered:
Added failing test and fix for microformats#89.
7a4357a
Merge pull request #90 from gRegorLove/issue89
0762d6b
Added failing test and fix for #89.
Fixed with #90.
Sorry, something went wrong.
No branches or pull requests
This if-elseif-condition should check
hasAttribute('alt')
and allow empty values rather than skipping if the alt is empty.Reference:
http://pin13.net/mf2/?url=http%3A%2F%2Fmention-tech.appspot.com%2Ftesting.html "mention.tech" appended to end of 'org' and 'name'
https://indiewebcamp.com/irc/2016-04-12#t1460485540966
The text was updated successfully, but these errors were encountered: