diff options
author | Mohamed Albashir <mohamedalbashir@localhost.localdomain> | 2016-03-18 17:32:48 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-03-31 18:17:30 -0400 |
commit | b7a57ef4875a205254be64ae092eeedf6680d2b9 (patch) | |
tree | 03100c61e9b3aaef888bb7d1826543ac42822efc /python/tidy.py | |
parent | e551ea73226404152e02c3445f4f91e639bf66ce (diff) | |
download | servo-b7a57ef4875a205254be64ae092eeedf6680d2b9.tar.gz servo-b7a57ef4875a205254be64ae092eeedf6680d2b9.zip |
Initial steps for CSSOM API
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index d67c01b335e..0e1536fb81c 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -475,6 +475,7 @@ def check_webidl_spec(file_name, contents): "//dvcs.w3.org/hg", "//dom.spec.whatwg.org", "//domparsing.spec.whatwg.org", + "//drafts.csswg.org/cssom", "//drafts.fxtf.org", "//encoding.spec.whatwg.org", "//html.spec.whatwg.org", |