//! Scripting elements
//!
//! In order to create dynamic content and Web applications, HTML supports the
//! use of scripting languages, most prominently JavaScript. Certain elements
//! support this capability.
pub use crate::generated::mdn::scripting::{builders, children, elements::*};