mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move LengthOrPercentageOrAuto to style::attr.
This commit is contained in:
parent
1bc94c132e
commit
06a1d04ca6
10 changed files with 17 additions and 21 deletions
|
@ -24,8 +24,7 @@ use dom::node::{Node, document_from_node, window_from_node};
|
|||
use dom::virtualmethods::VirtualMethods;
|
||||
use std::cell::Cell;
|
||||
use string_cache::Atom;
|
||||
use style::attr::parse_unsigned_integer;
|
||||
use util::str::LengthOrPercentageOrAuto;
|
||||
use style::attr::{LengthOrPercentageOrAuto, parse_unsigned_integer};
|
||||
|
||||
#[dom_struct]
|
||||
pub struct HTMLTableElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue