#gRegorLoveThe 'html' value keeps it, the 'value' doesn't
#gRegorLove"Proposal 2: Drop both <script> and <style> elements completely when parsing any property (except for e-* HTML values, which preserve all markup)."
tantek, [jeremycherfas], [colinwalker], [manton] and [kevinmarks] joined the channel
tantek, [cleverdevil], gRegorLove, JonathanNeal, KartikPrabhu, [eddie] and hober joined the channel
#ben_thatmustbeme'137 examples, 42 failures' and i think many of the failures are dt- related
#ben_thatmustbemethere are definitely other issues as well, like the backcompat list doesn't actually list hitem hfeed or hnews, but they are all used, so i don't know what properties to parse for
#gRegorLove'adr' as property and root mf1 takes me a while to understand each time I think about it.
#gRegorLoveIt's always an mf1 root, sometimes also an mf1 property of h-card
#ben_thatmustbemeMicroformats parsers SHOULD detect classic properties only if a classic root class name is found and parse them as microformats2 properties.
#gRegorLoveIt took me a while to get that right in my latest PR. I know you're not wanting to look at other parsers, but the backcompat() method might help.
#ben_thatmustbemethe h-card should have a value of "Aaron Pareki" since it has a name:
#ben_thatmustbemewow, okay, yeah, definitely was comparing the output of the example you gave me gRegorLove to parse results from pin13 without actually really looking at it