From ce4709d6a7fdbceff5e4e9351cd11255e2fff894 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Wed, 22 Jul 2015 10:52:04 -0700 Subject: [PATCH] Remove the last few TRs. --- components/script/dom/webidls/EventListener.webidl | 6 +----- components/script/dom/webidls/EventTarget.webidl | 6 +----- components/script/dom/webidls/NodeIterator.webidl | 6 +----- python/tidy.py | 1 - 4 files changed, 3 insertions(+), 16 deletions(-) diff --git a/components/script/dom/webidls/EventListener.webidl b/components/script/dom/webidls/EventListener.webidl index 05e1684d31e..82fe3205d12 100644 --- a/components/script/dom/webidls/EventListener.webidl +++ b/components/script/dom/webidls/EventListener.webidl @@ -3,11 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. * - * The origin of this IDL file is - * http://www.w3.org/TR/2012/WD-dom-20120105/ - * - * Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C - * liability, trademark and document use rules apply. + * https://dom.spec.whatwg.org/#callbackdef-eventlistener */ callback interface EventListener { diff --git a/components/script/dom/webidls/EventTarget.webidl b/components/script/dom/webidls/EventTarget.webidl index 897756fa273..c5c2150574c 100644 --- a/components/script/dom/webidls/EventTarget.webidl +++ b/components/script/dom/webidls/EventTarget.webidl @@ -3,11 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. * - * The origin of this IDL file is - * http://www.w3.org/TR/2012/WD-dom-20120105/ - * - * Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C - * liability, trademark and document use rules apply. + * https://dom.spec.whatwg.org/#interface-eventtarget */ interface EventTarget { diff --git a/components/script/dom/webidls/NodeIterator.webidl b/components/script/dom/webidls/NodeIterator.webidl index 73a28040715..598efdbe456 100644 --- a/components/script/dom/webidls/NodeIterator.webidl +++ b/components/script/dom/webidls/NodeIterator.webidl @@ -3,11 +3,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. * - * The origin of this IDL file is - * http://www.w3.org/TR/2012/WD-dom-20120105/ - * - * Copyright © 2012 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C - * liability, trademark and document use rules apply. + * https://dom.spec.whatwg.org/#nodeiterator */ // Import from http://hg.mozilla.org/mozilla-central/raw-file/a5a720259d79/dom/webidl/NodeIterator.webidl diff --git a/python/tidy.py b/python/tidy.py index 61b2bff45c3..617caf04631 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -179,7 +179,6 @@ def check_webidl_spec(contents): "//dev.w3.org/csswg", "//dev.w3.org/fxtf", "//dvcs.w3.org/hg", - "//www.w3.org/TR", "//dom.spec.whatwg.org", "//domparsing.spec.whatwg.org", "//encoding.spec.whatwg.org",