Add custom element registry

This commit is contained in:
Connor Brewster 2017-05-11 12:47:27 -06:00
parent bdf4135b6a
commit e21e64a33c
7 changed files with 469 additions and 0 deletions

View file

@ -255,6 +255,7 @@ pub mod cssstylerule;
pub mod cssstylesheet;
pub mod csssupportsrule;
pub mod cssviewportrule;
pub mod customelementregistry;
pub mod customevent;
pub mod dedicatedworkerglobalscope;
pub mod dissimilaroriginlocation;