mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Expose interfaces only where they should be. #12415 - Partial
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
//http://dev.w3.org/csswg/cssom/#elementcssinlinestyle
|
||||
|
||||
[NoInterfaceObject, Exposed=(Window,Worker)]
|
||||
[NoInterfaceObject, Exposed=Window]
|
||||
interface ElementCSSInlineStyle {
|
||||
[SameObject/*, PutForwards=cssText*/] readonly attribute CSSStyleDeclaration style;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user