From dbb5d11dd3cd760b7e6abd4e5f7ad87c22c7761d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jussi=20R=C3=A4s=C3=A4nen?= Date: Sun, 27 Mar 2016 01:04:32 +0200 Subject: [PATCH] HTML generation with Mako instead of JS --- components/style/properties.html.mako | 55 +++++++-------------------- 1 file changed, 14 insertions(+), 41 deletions(-) diff --git a/components/style/properties.html.mako b/components/style/properties.html.mako index 4785415a0f4..d06524d3e13 100644 --- a/components/style/properties.html.mako +++ b/components/style/properties.html.mako @@ -20,48 +20,21 @@

CSS properties currently supported in Servo

- Loading + + + + + + + % for prop in properties: + + + + + + % endfor +
PropertyFlagShorthand
${prop}${properties[prop]['flag']}${properties[prop]['shorthand']}
- - -