mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Parse sizes attribute values.
This commit is contained in:
parent
8397c5b0a2
commit
c31b0e4bd2
7 changed files with 179 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue