pub fn parse_a_srcset_attribute(input: &str) -> Vec<ImageSource>
Expand description
Parse an srcset
attribute:
https://html.spec.whatwg.org/multipage/#parsing-a-srcset-attribute.
pub fn parse_a_srcset_attribute(input: &str) -> Vec<ImageSource>
Parse an srcset
attribute:
https://html.spec.whatwg.org/multipage/#parsing-a-srcset-attribute.