mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove the last few TRs.
This commit is contained in:
parent
970f018dc8
commit
ce4709d6a7
4 changed files with 3 additions and 16 deletions
|
@ -3,11 +3,7 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
* 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/.
|
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* The origin of this IDL file is
|
* https://dom.spec.whatwg.org/#callbackdef-eventlistener
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
callback interface EventListener {
|
callback interface EventListener {
|
||||||
|
|
|
@ -3,11 +3,7 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
* 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/.
|
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* The origin of this IDL file is
|
* https://dom.spec.whatwg.org/#interface-eventtarget
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
interface EventTarget {
|
interface EventTarget {
|
||||||
|
|
|
@ -3,11 +3,7 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
* 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/.
|
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*
|
*
|
||||||
* The origin of this IDL file is
|
* https://dom.spec.whatwg.org/#nodeiterator
|
||||||
* 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.
|
|
||||||
*/
|
*/
|
||||||
// Import from http://hg.mozilla.org/mozilla-central/raw-file/a5a720259d79/dom/webidl/NodeIterator.webidl
|
// Import from http://hg.mozilla.org/mozilla-central/raw-file/a5a720259d79/dom/webidl/NodeIterator.webidl
|
||||||
|
|
||||||
|
|
|
@ -179,7 +179,6 @@ def check_webidl_spec(contents):
|
||||||
"//dev.w3.org/csswg",
|
"//dev.w3.org/csswg",
|
||||||
"//dev.w3.org/fxtf",
|
"//dev.w3.org/fxtf",
|
||||||
"//dvcs.w3.org/hg",
|
"//dvcs.w3.org/hg",
|
||||||
"//www.w3.org/TR",
|
|
||||||
"//dom.spec.whatwg.org",
|
"//dom.spec.whatwg.org",
|
||||||
"//domparsing.spec.whatwg.org",
|
"//domparsing.spec.whatwg.org",
|
||||||
"//encoding.spec.whatwg.org",
|
"//encoding.spec.whatwg.org",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue