mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Address review comments
This commit is contained in:
parent
18742e72fa
commit
95cbf1a885
2 changed files with 16 additions and 12 deletions
|
@ -54,6 +54,7 @@ impl CSSStyleSheetMethods for CSSStyleSheet {
|
|||
// https://drafts.csswg.org/cssom/#dom-cssstylesheet-cssrules
|
||||
fn CssRules(&self) -> Root<CSSRuleList> {
|
||||
// XXXManishearth check origin clean flag
|
||||
// https://github.com/servo/servo/issues/14327
|
||||
self.rulelist()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue