From af8436c9be4c69c07265ab1095f89982b48cdd00 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Mon, 3 Apr 2017 14:35:57 -0500 Subject: Implemented Houdini worklets. --- python/tidy/servo_tidy/tidy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/tidy/servo_tidy/tidy.py') diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index ccca233db9c..b8229e67d96 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -67,6 +67,7 @@ WEBIDL_STANDARDS = [ "//dom.spec.whatwg.org", "//domparsing.spec.whatwg.org", "//drafts.csswg.org", + "//drafts.css-houdini.org", "//drafts.fxtf.org", "//encoding.spec.whatwg.org", "//fetch.spec.whatwg.org", -- cgit v1.2.3