Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()}

This commit is contained in:
Manish Goregaokar 2016-11-17 14:34:45 -08:00
parent cada5d7c03
commit a9cd17ae96
4 changed files with 50 additions and 8 deletions

View file

@ -20,6 +20,7 @@ use style::stylesheets::{CssRules, KeyframesRule, Origin};
use style::stylesheets::CssRule as StyleCssRule;
no_jsmanaged_fields!(RulesSource);
no_jsmanaged_fields!(CssRules);
#[dom_struct]
pub struct CSSRuleList {