Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵ | Manish Goregaokar | 2017-01-07 | 1 | -0/+4 |
| | | | | conditionText attribute | ||||
* | Remove and allow some dead code. | Ms2ger | 2016-12-22 | 1 | -9/+1 |
| | |||||
* | script: Add CSSImportRule WebIDL interface. | Emilio Cobos Álvarez | 2016-12-16 | 1 | -0/+4 |
| | |||||
* | Make CSSRule always keep a pointer to its parent stylesheet | Simon Sapin | 2016-11-28 | 1 | -16/+31 |
| | | | | even when the parentStylesheet IDL attribute returns null. | ||||
* | Transitively deparent on removal | Manish Goregaokar | 2016-11-23 | 1 | -4/+16 |
| | | | | Chrome and Firefox do this already, probably a spec oversight | ||||
* | Make parent stylesheet optional for CSSRules | Manish Goregaokar | 2016-11-23 | 1 | -4/+5 |
| | |||||
* | Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and ↵ | Manish Goregaokar | 2016-11-23 | 1 | -0/+3 |
| | | | | CSSKeyframeRule | ||||
* | Add insertRule() and deleteRule() on CSSStyleSheet | Manish Goregaokar | 2016-11-23 | 1 | -0/+6 |
| | |||||
* | Support basic immutable CSSOM | Manish Goregaokar | 2016-11-15 | 1 | -0/+103 |