From 24f4388b5b96ce937c9d377144825a6c0c0c6317 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 2 Jan 2017 19:34:04 -0800 Subject: [PATCH] Add spec links for table properties --- components/style/properties/longhand/table.mako.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/style/properties/longhand/table.mako.rs b/components/style/properties/longhand/table.mako.rs index a83d25c7c29..36e2216ef62 100644 --- a/components/style/properties/longhand/table.mako.rs +++ b/components/style/properties/longhand/table.mako.rs @@ -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")}