#KartikPrabhugRegorLove: yeah mf2py simply replaces the class now too
#KartikPrabhutantek: would be great if backcompats had examples of expected output
#KartikPrabhutantek: Zegnat: however multiple properties "fn" and "url" all map to the same "h-item" right?
#tantekKartikPrabhu: TBH a lot of that is for backward compat with very old examples
#tantekso it is likely worth re-researching actual usage
#KartikPrabhuok hreview is the only very complicated one so would be good to simplify it
#ZegnatHard to say without looking at old usage, KartikPrabhu. If there is presedence for multiple fn’s meaning multiple items, then no. But I would think multiple items just hard require the `item` class to have been used in the mf1.
#KartikPrabhufor example what happens to <span class="fn">Thing being reviewed</span> <a class="url" href="example.com">URL</a> ?
#Loqi[kartikprabhu] Proposal for properties that need to be nested in other things for backcompat maybe use the following example from `hreview["url"]`
## old format
```json
"url": [
"p-item",
"h-item",
"u-url"
...
[snarfed], barpthewire and [eddie] joined the channel
#gRegorLoveKartikPrabhu: tantek is suggesting we verify there's current examples of hreview published that way (without the 'item' intervening). If not, we probably don't need to worry about it.