mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Unexpose CSSOM interfaces
This commit is contained in:
parent
67a68bd1f6
commit
71a2b379c8
15 changed files with 14 additions and 27 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://drafts.csswg.org/css-device-adapt/#css-viewport-rule-interface
|
||||
[Exposed=(Window,Worker)]
|
||||
[Exposed=Window]
|
||||
interface CSSViewportRule : CSSRule {
|
||||
// readonly attribute CSSStyleDeclaration style;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue