mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implements simple discrete animatable properties
This commit is contained in:
parent
fecfd306c5
commit
917dbdfdbd
17 changed files with 56 additions and 65 deletions
|
@ -7,7 +7,7 @@
|
|||
<% data.new_style_struct("Table", inherited=False) %>
|
||||
|
||||
${helpers.single_keyword("table-layout", "auto fixed",
|
||||
gecko_ffi_name="mLayoutStrategy", animation_value_type="none",
|
||||
gecko_ffi_name="mLayoutStrategy", animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-tables/#propdef-table-layout")}
|
||||
|
||||
<%helpers:longhand name="-x-span" products="gecko"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue