You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like empty properties are (generally? often?) handled as non-existent. Example in which I noticed this is Martijn's h-card with <a href="" class="u-url u-uid p-name"><span class="p-given-name">Martijn</span> <span class="p-family-name">van der Ven</span></a>, which gets parsed as url: ["Martijn van der Ven", …], uid: ["Martijn van der Ven"] instead of correctly resolving the url to the current page.
(This was noticed using microformats-node, but happens using the -shiv chrome extension as well)
The text was updated successfully, but these errors were encountered:
It seems like empty properties are (generally? often?) handled as non-existent. Example in which I noticed this is Martijn's h-card with
<a href="" class="u-url u-uid p-name"><span class="p-given-name">Martijn</span> <span class="p-family-name">van der Ven</span></a>
, which gets parsed asurl: ["Martijn van der Ven", …], uid: ["Martijn van der Ven"]
instead of correctly resolving the url to the current page.(This was noticed using microformats-node, but happens using the -shiv chrome extension as well)
The text was updated successfully, but these errors were encountered: