aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/cssrule.rs
Commit message (Collapse)AuthorAgeFilesLines
* CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵Manish Goregaokar2017-01-071-0/+4
| | | | conditionText attribute
* Remove and allow some dead code.Ms2ger2016-12-221-9/+1
|
* script: Add CSSImportRule WebIDL interface.Emilio Cobos Álvarez2016-12-161-0/+4
|
* Make CSSRule always keep a pointer to its parent stylesheetSimon Sapin2016-11-281-16/+31
| | | | even when the parentStylesheet IDL attribute returns null.
* Transitively deparent on removalManish Goregaokar2016-11-231-4/+16
| | | | Chrome and Firefox do this already, probably a spec oversight
* Make parent stylesheet optional for CSSRulesManish Goregaokar2016-11-231-4/+5
|
* Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and ↵Manish Goregaokar2016-11-231-0/+3
| | | | CSSKeyframeRule
* Add insertRule() and deleteRule() on CSSStyleSheetManish Goregaokar2016-11-231-0/+6
|
* Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+103