diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-01 04:29:08 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-01 04:29:08 +0530 |
commit | f335586ff538004c708d836876b359704ebed86a (patch) | |
tree | 90df7c2da75cc3775541462bf0c1bb841277b137 /python/tidy.py | |
parent | 7518c4de9317af3a643fc35131e556104b8693fa (diff) | |
parent | b7a57ef4875a205254be64ae092eeedf6680d2b9 (diff) | |
download | servo-f335586ff538004c708d836876b359704ebed86a.tar.gz servo-f335586ff538004c708d836876b359704ebed86a.zip |
Auto merge of #10292 - jdm:cssom, r=jdm
Initial steps for CSSOM
Squashed and rebased #10133.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10292)
<!-- Reviewable:end -->
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 8954201c92f..89b8b6db4e8 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -479,6 +479,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", |