bao-servo-script 0.5.4

A component of the servo web-engine.
Documentation
/* 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 https://mozilla.org/MPL/2.0/. */

pub(crate) mod accessibility_data;
mod animations;
#[allow(clippy::module_inception, reason = "The interface name is Document")]
pub(crate) mod document;
pub(crate) mod document_embedder_controls;
pub(crate) mod document_event_handler;
pub(crate) mod documentfragment;
pub(crate) mod documentorshadowroot;
pub(crate) mod documenttype;
pub(crate) mod focus;
mod iframe_collection;
mod image_animation;
mod interactive_element_command;
mod tree_ordered_index_map;
pub(crate) mod visibilitystateentry;
pub(crate) mod websocket;

pub(crate) use self::document::*;