mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
script: Move CSS DOM interfaces to script/dom/css/ (#40241)
Moves interfaces defined by the CSS spec to the `script/dom/css/` module from `script/dom/`. Testing: Just a refactor shouldn't need any testing Fixes: Partially #38901 Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>
This commit is contained in:
@@ -25,15 +25,17 @@ use crate::dom::bindings::inheritance::Castable;
|
||||
use crate::dom::bindings::root::{DomRoot, MutNullableDom};
|
||||
use crate::dom::bindings::str::DOMString;
|
||||
use crate::dom::csp::{CspReporting, InlineCheckType};
|
||||
use crate::dom::cssstylesheet::CSSStyleSheet;
|
||||
use crate::dom::css::cssstylesheet::CSSStyleSheet;
|
||||
use crate::dom::css::stylesheet::StyleSheet as DOMStyleSheet;
|
||||
use crate::dom::css::stylesheetcontentscache::{
|
||||
StylesheetContentsCache, StylesheetContentsCacheKey,
|
||||
};
|
||||
use crate::dom::document::Document;
|
||||
use crate::dom::documentorshadowroot::StylesheetSource;
|
||||
use crate::dom::element::{AttributeMutation, Element, ElementCreator};
|
||||
use crate::dom::html::htmlelement::HTMLElement;
|
||||
use crate::dom::medialist::MediaList;
|
||||
use crate::dom::node::{BindContext, ChildrenMutation, Node, NodeTraits, UnbindContext};
|
||||
use crate::dom::stylesheet::StyleSheet as DOMStyleSheet;
|
||||
use crate::dom::stylesheetcontentscache::{StylesheetContentsCache, StylesheetContentsCacheKey};
|
||||
use crate::dom::virtualmethods::VirtualMethods;
|
||||
use crate::script_runtime::CanGc;
|
||||
use crate::stylesheet_loader::{ElementStylesheetLoader, StylesheetOwner};
|
||||
|
||||
Reference in New Issue
Block a user