Add spec links for table properties

This commit is contained in:
Manish Goregaokar 2017-01-02 19:34:04 -08:00
parent 7238cfb349
commit 24f4388b5b

View file

@ -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")}