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

Parser should ignore rel values from HTML tags that don't allow rel values #91

Closed
aaronpk opened this issue Apr 14, 2016 · 1 comment
Closed

Comments

@aaronpk
Copy link
Member

aaronpk commented Apr 14, 2016

Example HTML:

<b href="http://example.com/" rel="test">test</b>

Parsed result: http://pin13.net/mf2/?id=20160414153037030

The parser finds the rel value and adds the href value to the list of rels. However the <b> tag is not a hyperlink, and the href and rel attributes have no meaning defined.

The parser should only use rel values on a, link, and area tags according to the HTML spec. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes

barnabywalters added a commit that referenced this issue Apr 17, 2016
add failing test and fix for #91
@aaronpk
Copy link
Member Author

aaronpk commented Apr 17, 2016

Fixed in #92

@aaronpk aaronpk closed this as completed Apr 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant