mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add spec links for table properties
This commit is contained in:
parent
7238cfb349
commit
24f4388b5b
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@
|
|||
<% data.new_style_struct("Table", inherited=False) %>
|
||||
|
||||
${helpers.single_keyword("table-layout", "auto fixed",
|
||||
gecko_ffi_name="mLayoutStrategy", animatable=False)}
|
||||
gecko_ffi_name="mLayoutStrategy", animatable=False,
|
||||
spec="https://drafts.csswg.org/css-tables/#propdef-table-layout")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue