1
2
3
4
5
6
7
//! 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::*};