mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implemention of HTMLMainElement
This commit is contained in:
parent
284ad5ee8e
commit
faf53fd05c
9 changed files with 40 additions and 0 deletions
9
src/components/script/dom/htmlmainelement.rs
Normal file
9
src/components/script/dom/htmlmainelement.rs
Normal 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 HTMLMainElement {
|
||||
htmlelement: HTMLElement
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue