Generate bindings for HTMLUnknownElement.

This commit is contained in:
Josh Matthews 2013-08-28 19:51:07 -04:00
parent 65c993e7e6
commit 1eb5eeb630
8 changed files with 35 additions and 3 deletions

View file

@ -0,0 +1,9 @@
/* 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/. */
use dom::htmlelement::HTMLElement;
pub struct HTMLUnknownElement {
parent: HTMLElement
}