mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove unused code for parsing a sizes
attribute.
We have `SourceSizeList` in components/style/values/specified/source_size_list.rs which does the job and is tested via WPT in Gecko.
This commit is contained in:
parent
8e5c853fca
commit
36495d677f
6 changed files with 0 additions and 174 deletions
|
@ -15,10 +15,6 @@ 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