pub(crate) type HTMLOptionElementOrHTMLOptGroupElement = HTMLOptionElementOrHTMLOptGroupElement<DomTypeHolder>;
Aliased Type§
pub(crate) enum HTMLOptionElementOrHTMLOptGroupElement {
HTMLOptionElement(Root<Dom<HTMLOptionElement>>),
HTMLOptGroupElement(Root<Dom<HTMLOptGroupElement>>),
}