From 038163ac977248ad457ea30639f4f5eebeb68ef8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 22 Mar 2021 11:39:57 +0530 Subject: [PATCH] Add a reference to the spec used to develop the fast CSS tranformer --- src/calibre/srv/fast_css_transform.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/srv/fast_css_transform.cpp b/src/calibre/srv/fast_css_transform.cpp index 3fae1a81b3..4b6afb0a80 100644 --- a/src/calibre/srv/fast_css_transform.cpp +++ b/src/calibre/srv/fast_css_transform.cpp @@ -5,6 +5,8 @@ * Distributed under terms of the GPL3 license. */ +// See https://www.w3.org/TR/css-syntax-3 + #define PY_SSIZE_T_CLEAN #define UNICODE #define _UNICODE