Skip to content

Commit

Permalink
Add css-device-adapt idl file
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bjerring committed Mar 2, 2018
1 parent a7fa11a commit 03ee78f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions interfaces/css-device-adapt.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
partial interface CSSRule {
const unsigned short VIEWPORT_RULE = 15;
};

[Exposed=Window]
interface CSSViewportRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
};

0 comments on commit 03ee78f

Please sign in to comment.