No files found.
+22 −56
block.rs
components/layout/block.rs
+2 −1
fragment.rs
components/layout/fragment.rs
+200 −37
table.rs
components/layout/table.rs
+29 −20
table_row.rs
components/layout/table_row.rs
+22 −18
table_rowgroup.rs
components/layout/table_rowgroup.rs
+60 −32
table_wrapper.rs
components/layout/table_wrapper.rs
+2 −2
wrapper.rs
components/layout/wrapper.rs
+10 −0
element.rs
components/script/dom/element.rs
+11 −0
htmltableelement.rs
components/script/dom/htmltableelement.rs
+2 −0
CSSStyleDeclaration.webidl
...onents/script/dom/webidls/CSSStyleDeclaration.webidl
+1 −0
Cargo.lock
components/servo/Cargo.lock
+1 −0
Cargo.toml
components/style/Cargo.toml
+18 −1
legacy.rs
components/style/legacy.rs
+1 −0
lib.rs
components/style/lib.rs
+83 −0
properties.mako.rs
components/style/properties.mako.rs
+13 −9
selector_matching.rs
components/style/selector_matching.rs
+4 −0
basic.list
tests/ref/basic.list
+33 −0
border_spacing_a.html
tests/ref/border_spacing_a.html
+35 −0
border_spacing_auto_layout_a.html
tests/ref/border_spacing_auto_layout_a.html
+36 −0
border_spacing_fixed_layout_a.html
tests/ref/border_spacing_fixed_layout_a.html
+39 −0
border_spacing_ref.html
tests/ref/border_spacing_ref.html
+1 −0
float_table_a.html
tests/ref/float_table_a.html
+30 −0
legacy_cellspacing_attribute_a.html
tests/ref/legacy_cellspacing_attribute_a.html
+1 −0
table_colspan_fixed_a.html
tests/ref/table_colspan_fixed_a.html
+1 −0
table_expansion_to_fit_a.html
tests/ref/table_expansion_to_fit_a.html
+33 −32
table_padding_a.html
tests/ref/table_padding_a.html