voxpelli / webpage-webmentions

A hosted Disqus-like comment service that enables WebMention receiving on any kind of site
https://webmention.herokuapp.com/
MIT License
73 stars 14 forks source link

Implied p-name issues #75

Open EdwardHinkle opened 6 years ago

EdwardHinkle commented 6 years ago

A site using webmention.herokuapp.com (https://www.rosemaryorchard.com/microblog/2018-07-09-1816) got a webmention that used an implied p-name and it's all jumbled.

According to https://github.com/microformats/microformats2-parsing/issues/6 p-name is no longer supposed to have such strong implied attributes when it doesn't exist on a page.

jeremycherfas commented 5 years ago

Just to +1 this, I had the same effect with a webmention from https://www.zylstra.org/blog/2019/05/7080/

voxpelli commented 5 years ago

👍 Would anyone by any chance know whether this is an issue with the node library that I’m using or with my code in itself?

jeremycherfas commented 5 years ago

I think it has to do with the JS parser, but I am just repeating what I heard in IRC.

voxpelli commented 5 years ago

Sounds like it could be related to https://github.com/glennjones/microformat-shiv/issues/34 that @sknebel reported