Parse srcset attribute

This commit is contained in:
Neha 2017-09-29 10:31:11 +00:00 committed by Josh Matthews
parent 77afc3f33a
commit 1f1ca3ac8d
4 changed files with 280 additions and 2 deletions

View file

@ -62,3 +62,7 @@ pub mod size_of {
size_of::<Text>()
}
}
pub mod srcset {
pub use dom::htmlimageelement::{parse_a_srcset_attribute, ImageSource, Descriptor};
}