mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Parse srcset attribute
This commit is contained in:
parent
77afc3f33a
commit
1f1ca3ac8d
4 changed files with 280 additions and 2 deletions
|
@ -62,3 +62,7 @@ pub mod size_of {
|
|||
size_of::<Text>()
|
||||
}
|
||||
}
|
||||
|
||||
pub mod srcset {
|
||||
pub use dom::htmlimageelement::{parse_a_srcset_attribute, ImageSource, Descriptor};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue