barpthewire, [xavierroy], KartikPrabhu, [jeremycherfas], [chrisaldrich], GWG, tglobe, nitot, nitot_, [davidmead], [jgmac1106], gRegorLove and barpthewire1 joined the channel
#gRegorLove[cjwillcock], reading your starting-with-wordpress notes. microformats2 parsers are backwards compatible, so a microformats1 hentry will be upgraded to h-entry. That's what you're seeing on indiewebify.me
#gRegorLoveI don't know if you've seen this yet, but pin13.net will show you the parsed output. pin13.net/mf2 will let you do direct HTML input, too.
#gRegorLoveIf your page has mf2, the parser *should* ignore mf1 properties within it. Backcompat parsing only happens if it's an mf1 root.
KartikPrabhu and [cjwillcock] joined the channel
#[cjwillcock][gregorlove] Thank you. If you are familiar with the indieweb/wordpress-uf2 plugin, it's putting an h-entry on <body>, and moving hentry to <body> as well. I will need to do my own testing, but in your view, might it be better to leave hentry as-is and only add the h-entry?
#sknebelno, it has to put both on the same element
#gRegorLoveWhich element they appear on isn't too important, but yes it's important they appear on the same element if you're using both. I'm not too familiar with wordpress-uf2
#gRegorLoveThe backcompat parsing rules would treat a .hentry found *inside* an .h-entry as a child microformat and use the backcompat parsing on that child .hentry
#gRegorLoveThe parsed author property there looks good.
#[cjwillcock]Right, in this case I modified the the wordpress-uf2 plugin to include my u-photo in the vcard context that the theme uses
#[cjwillcock]and as you or sknebel said, u-photo is not a requirement -more of a snapshot of what was once a suggested way to go
#[cjwillcock]I think I'll go back to my starting-with-WP work, and try to emphasis the indiewebify.me 'full green' much less so - well something to think about as I get back there
#gRegorLove.u-photo in an .h-card is still recommended, if you're showing a photo
#gRegorLoveThe `author vcard` at the top of the post is being parsed as a child microformat and a bit incorrectly
#gRegorLoveOkay, sounds good. Feel free to ask any questions :)
#[cjwillcock]yes, I don't want to misquote - it was that the h-card is not necessary there, as a simple <a class='u-author' href="..."> would do