Implement HTMLPictureElement interface.

This commit is contained in:
Rakhi Sharma 2018-01-04 11:46:03 +00:00 committed by Josh Matthews
parent faa969a91d
commit d47ce855ce
11 changed files with 51 additions and 31 deletions

View file

@ -348,6 +348,7 @@ pub mod htmloptionscollection;
pub mod htmloutputelement;
pub mod htmlparagraphelement;
pub mod htmlparamelement;
pub mod htmlpictureelement;
pub mod htmlpreelement;
pub mod htmlprogresselement;
pub mod htmlquoteelement;