1

Topic: Bug: srcset attribute not allowed on source tags

In addition to `img`, `source` should also support this attribute:

Patch: https://github.com/fossar/HTMLawed/pull/15/commits/7d9aaee4ed5fa18637ac37de24362e0aca990a19.patch

2

Re: Bug: srcset attribute not allowed on source tags

MDN docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#srcset

3

Re: Bug: srcset attribute not allowed on source tags

Thanks for noting this issue and suggesting the simple fix. I will update htmLawed in a day or so.