Pass through the srcset attribute from feed content.
This implies some measure of support for the sizes attribute, which is required when using NNNNw specifiers. It can be used for art direction, but I don't know how commonly that's actually done. It may be possible to coerce the value to auto.
Prerequisite: teach feedparser how to resolve relative URIs within the srcset attribute.
Motivation: /feed/666/ has broken src attributes (such as in /article/281222/).
Pass through the
srcsetattribute from feed content.This implies some measure of support for the
sizesattribute, which is required when usingNNNNwspecifiers. It can be used for art direction, but I don't know how commonly that's actually done. It may be possible to coerce the value toauto.Prerequisite: teach feedparser how to resolve relative URIs within the
srcsetattribute.Motivation:
/feed/666/has brokensrcattributes (such as in/article/281222/).