mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add spec links for inherited_table properties
This commit is contained in:
parent
ff4893e17e
commit
096dca9171
1 changed files with 8 additions and 4 deletions
|
@ -8,15 +8,19 @@
|
||||||
|
|
||||||
${helpers.single_keyword("border-collapse", "separate collapse",
|
${helpers.single_keyword("border-collapse", "separate collapse",
|
||||||
gecko_constant_prefix="NS_STYLE_BORDER",
|
gecko_constant_prefix="NS_STYLE_BORDER",
|
||||||
animatable=False)}
|
animatable=False,
|
||||||
|
spec="https://drafts.csswg.org/css-tables/#propdef-border-collapse")}
|
||||||
${helpers.single_keyword("empty-cells", "show hide",
|
${helpers.single_keyword("empty-cells", "show hide",
|
||||||
gecko_constant_prefix="NS_STYLE_TABLE_EMPTY_CELLS",
|
gecko_constant_prefix="NS_STYLE_TABLE_EMPTY_CELLS",
|
||||||
animatable=False)}
|
animatable=False,
|
||||||
|
spec="https://drafts.csswg.org/css-tables/#propdef-empty-cells")}
|
||||||
${helpers.single_keyword("caption-side", "top bottom",
|
${helpers.single_keyword("caption-side", "top bottom",
|
||||||
extra_gecko_values="right left top-outside bottom-outside",
|
extra_gecko_values="right left top-outside bottom-outside",
|
||||||
animatable=False)}
|
animatable=False,
|
||||||
|
spec="https://drafts.csswg.org/css-tables/#propdef-caption-side")}
|
||||||
|
|
||||||
<%helpers:longhand name="border-spacing" animatable="False">
|
<%helpers:longhand name="border-spacing" animatable="False"
|
||||||
|
spec="https://drafts.csswg.org/css-tables/#propdef-border-spacing">
|
||||||
use app_units::Au;
|
use app_units::Au;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
use style_traits::ToCss;
|
use style_traits::ToCss;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue