diff options
author | bors-servo <release+servo@mozilla.com> | 2013-08-07 10:09:59 -0700 |
---|---|---|
committer | bors-servo <release+servo@mozilla.com> | 2013-08-07 10:09:59 -0700 |
commit | 79bf91999d46fd154fa95ec8b96a946743f300ff (patch) | |
tree | 3b0352c1f7eb8bef864012b276d44b12794d6744 /src/components/script/dom/bindings/codegen/HTMLSpanElement.webidl | |
parent | b017785aad93171cf199c286dd30dceff46372eb (diff) | |
parent | b5adb37bd2983cc5c1bca0f1d0f892356742d91e (diff) | |
download | servo-79bf91999d46fd154fa95ec8b96a946743f300ff.tar.gz servo-79bf91999d46fd154fa95ec8b96a946743f300ff.zip |
auto merge of #682 : saneyuki/servo/span-webidl, r=jdm
Diffstat (limited to 'src/components/script/dom/bindings/codegen/HTMLSpanElement.webidl')
-rw-r--r-- | src/components/script/dom/bindings/codegen/HTMLSpanElement.webidl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/script/dom/bindings/codegen/HTMLSpanElement.webidl b/src/components/script/dom/bindings/codegen/HTMLSpanElement.webidl new file mode 100644 index 00000000000..43a2d97f200 --- /dev/null +++ b/src/components/script/dom/bindings/codegen/HTMLSpanElement.webidl @@ -0,0 +1,15 @@ +/* -*- 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/#the-span-element + * + * © 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. + */ + +// http://www.whatwg.org/specs/web-apps/current-work/#the-span-element +interface HTMLSpanElement : HTMLElement {}; |