#jackyif microformat parsers considered fragments/anchors in the parsing flow
#jackytbh, the more I think about it, this might be an implementation detail that's _outside_ of the scope of the spec
#aaronpki remember some discussion of this wrt the PHP parser. one of the tricks is if you parse only the stuff inside the fragment ID then you lose the ability to associate it with other microformats on the page like an author h-card
#sknebel"To parse an element for class microformats: " [...] "if the element has a non-empty id attribute:
#sknebel id: string value of element's id attribute"
#aaronpkit's more of a consumer question than parser question tho
#jackybut like if I gave a parser the URL "https://jacky.wtf/likes/2020/March#20200301_303", I'd want it to only parse the MF2 found at the element under that bit
#jackyyeah that's what I'm starting to notice, aaronpk
[Murray], [snarfed], [Ana_Rodrigues], jeremycherfas, [cleverdevil] and [tantek] joined the channel
#[tantek]hmm, I'm pretty sure this was an actual issue raised on the mf2 parsing spec and we discussed it during last year's pop-up for mf2 issues
#[tantek]I can't remember the issue number, but I vaguely remember the conclusions that yes we should include 'id' in the parsed result, and that extracting a specific element by 'id' was better handled in Parser APIs, that is, APIs that call parsers or that parsers themselves expose to be called, as an option to only return that "subtree"