mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
script: Move HTML DOM interfaces to script/dom/html/
(#39046)
See #38901. Testing: Refactor Fixes: Partially #38901 Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
ec1b9b2480
commit
c92cd9e624
142 changed files with 546 additions and 533 deletions
|
@ -20,12 +20,12 @@ use crate::dom::bindings::str::{DOMString, USVString};
|
|||
use crate::dom::blob::Blob;
|
||||
use crate::dom::file::File;
|
||||
use crate::dom::globalscope::GlobalScope;
|
||||
use crate::dom::htmlbuttonelement::HTMLButtonElement;
|
||||
use crate::dom::htmlelement::HTMLElement;
|
||||
use crate::dom::htmlformelement::{
|
||||
use crate::dom::html::htmlbuttonelement::HTMLButtonElement;
|
||||
use crate::dom::html::htmlelement::HTMLElement;
|
||||
use crate::dom::html::htmlformelement::{
|
||||
FormDatum, FormDatumValue, FormSubmitterElement, HTMLFormElement,
|
||||
};
|
||||
use crate::dom::htmlinputelement::HTMLInputElement;
|
||||
use crate::dom::html::htmlinputelement::HTMLInputElement;
|
||||
use crate::script_runtime::CanGc;
|
||||
|
||||
#[dom_struct]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue