mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move util::logical_geometry to style
This commit is contained in:
parent
63dc161b77
commit
db8d502f41
27 changed files with 32 additions and 34 deletions
|
@ -24,11 +24,11 @@ use std::fmt;
|
|||
use std::iter::{Enumerate, IntoIterator, Peekable};
|
||||
use std::sync::Arc;
|
||||
use style::computed_values::{border_collapse, border_spacing, border_top_style};
|
||||
use style::logical_geometry::{LogicalSize, PhysicalSide, WritingMode};
|
||||
use style::properties::ComputedValues;
|
||||
use style::values::computed::LengthOrPercentageOrAuto;
|
||||
use table::{ColumnComputedInlineSize, ColumnIntrinsicInlineSize, InternalTable, VecExt};
|
||||
use table_cell::{CollapsedBordersForCell, TableCellFlow};
|
||||
use util::logical_geometry::{LogicalSize, PhysicalSide, WritingMode};
|
||||
use util::print_tree::PrintTree;
|
||||
|
||||
/// A single row of a table.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue