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
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
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_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