Implement HTMLMenuElement

This commit is contained in:
Patrick Shaughnessy 2020-01-22 20:15:42 -05:00
parent 2b77a992db
commit c1a23a85b2
12 changed files with 80 additions and 254 deletions

View file

@ -364,6 +364,7 @@ pub mod htmllielement;
pub mod htmllinkelement;
pub mod htmlmapelement;
pub mod htmlmediaelement;
pub mod htmlmenuelement;
pub mod htmlmetaelement;
pub mod htmlmeterelement;
pub mod htmlmodelement;