[jacky]The parser's being written in Rust atm! I'm working on a patch for the one already existing but to meaningfully contribute to it, I needed to read the spec
[tantek]1feel free to add to that issue, or if you think <picture> should be considered separately, open a new issue with similar structure to that one
[jacky]Hm. I think for me, I'd use that to produce the `<picture>` tag (for now) on my site but keeping an inline <img> that has all of the actual mf2 info for now
[tantek]1I think the challenge has been so far figuring out what is the expected / desired publisher use of srcset and microformats, and then designing for that (with specific use-cases), rather than how *could* publishers use srcset and attempting to design something abstractly.
[jacky]I think the most prevalent one for me would be Microsub clients using the proper image for the viewport they have (even on native or mobile devices, having a lower setting could be used for a toggle to do a 'data saving' mode)