implement HTMLOptionsCollection and add related items to HTMLSelectElement

This commit is contained in:
Alexandrov Sergey 2016-09-22 21:10:38 +03:00
parent 6bda471007
commit cf284cc035
6 changed files with 277 additions and 38 deletions

View file

@ -324,6 +324,7 @@ pub mod htmlobjectelement;
pub mod htmlolistelement;
pub mod htmloptgroupelement;
pub mod htmloptionelement;
pub mod htmloptionscollection;
pub mod htmloutputelement;
pub mod htmlparagraphelement;
pub mod htmlparamelement;