diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 19:51:07 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 19:51:07 -0400 |
commit | 1eb5eeb630f46b4474678d3634c70db8c99adf77 (patch) | |
tree | 740d9d8ad2c75a0a9511a22094cd3b8628e1a010 /src/components/script/dom/bindings/codegen/HTMLUnknownElement.webidl | |
parent | 65c993e7e6c7e744a08fcedd63a64d0b43505c1d (diff) | |
download | servo-1eb5eeb630f46b4474678d3634c70db8c99adf77.tar.gz servo-1eb5eeb630f46b4474678d3634c70db8c99adf77.zip |
Generate bindings for HTMLUnknownElement.
Diffstat (limited to 'src/components/script/dom/bindings/codegen/HTMLUnknownElement.webidl')
-rw-r--r-- | src/components/script/dom/bindings/codegen/HTMLUnknownElement.webidl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/components/script/dom/bindings/codegen/HTMLUnknownElement.webidl b/src/components/script/dom/bindings/codegen/HTMLUnknownElement.webidl new file mode 100644 index 00000000000..db1307ae714 --- /dev/null +++ b/src/components/script/dom/bindings/codegen/HTMLUnknownElement.webidl @@ -0,0 +1,16 @@ +/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * 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.whatwg.org/specs/web-apps/current-work/ and + * http://dev.w3.org/csswg/cssom-view/ + * + * © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and + * Opera Software ASA. You are granted a license to use, reproduce + * and create derivative works of this document. + */ + +interface HTMLUnknownElement : HTMLElement { +}; |