mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add CSSGroupingRule.{cssRules, insertRule(), deleteRule()}
This commit is contained in:
parent
cada5d7c03
commit
a9cd17ae96
4 changed files with 50 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue