microformats / php-mf2

php-mf2 is a pure, generic microformats-2 parser for PHP. It makes HTML as easy to consume as JSON.
Creative Commons Zero v1.0 Universal
191 stars 38 forks source link

Add img srcset parsing #242

Open gRegorLove opened 2 years ago

gRegorLove commented 2 years ago

Parse img.srcset per parsing issue #7. MicroMicro now supports this, so once we have 2+ implementations and rough consensus, we can update the parsing specification.

(Originally published at: https://gregorlove.com/2022/09/add-img-srcset-parsing/)