added menu element

This commit is contained in:
Ian 2022-04-18 22:24:17 -04:00
parent 1b342b8ff7
commit 149d484ffb

View file

@ -428,6 +428,11 @@ builder_constructors! {
/// element.
mark {};
/// Build a
/// [`<menu>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu)
/// element.
menu {};
/// Build a
/// [`<q>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/q)
/// element.