Parse sizes attribute values.

This commit is contained in:
Rakhi Sharma 2017-09-21 07:07:51 +00:00 committed by Josh Matthews
parent 8397c5b0a2
commit c31b0e4bd2
7 changed files with 179 additions and 1 deletions

View file

@ -15,6 +15,10 @@ pub mod area {
pub use dom::htmlareaelement::{Area, Shape};
}
pub mod sizes {
pub use dom::htmlimageelement::{parse_a_sizes_attribute, Size};
}
pub mod size_of {
use dom::characterdata::CharacterData;
use dom::element::Element;