mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
style: Use cbindgen for border-style and outline-style.
I'm pretty sure the FIXME I left in the outline-style code is a bug, but I want to clean this up further and I didn't want to fix it without adding a test. Differential Revision: https://phabricator.services.mozilla.com/D12859
This commit is contained in:
parent
fd73f1665a
commit
efecd06a28
5 changed files with 80 additions and 95 deletions
|
@ -78,13 +78,14 @@ ${helpers.single_keyword(
|
|||
extra_prefixes="moz:layout.css.column-span.enabled",
|
||||
)}
|
||||
|
||||
${helpers.single_keyword(
|
||||
${helpers.predefined_type(
|
||||
"column-rule-style",
|
||||
"none hidden dotted dashed solid double groove ridge inset outset",
|
||||
"BorderStyle",
|
||||
"computed::BorderStyle::None",
|
||||
needs_context=False,
|
||||
initial_specified_value="specified::BorderStyle::None",
|
||||
products="gecko",
|
||||
extra_prefixes="moz",
|
||||
gecko_enum_prefix="StyleBorderStyle",
|
||||
gecko_inexhaustive=True,
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule-style",
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue