mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
Automatic update from web-platform-testsAdd interfaces/css-device-adapt.idl (#12911) -- wpt-commits: df85a790e03ad6ff7430b90fa7a50baea4e8e86c wpt-pr: 12911 --HG-- extra : rebase_source : f61a526b4a60551c380918623895f200ab14952a extra : source : af72430d508a643fdb1589a506c100b2859a7c73
13 lines
427 B
Text
13 lines
427 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into reffy-reports
|
|
// (https://github.com/tidoust/reffy-reports)
|
|
// Source: CSS Device Adaptation Module Level 1 (https://drafts.csswg.org/css-device-adapt/)
|
|
|
|
partial interface CSSRule {
|
|
const unsigned short VIEWPORT_RULE = 15;
|
|
};
|
|
|
|
[Exposed=Window]
|
|
interface CSSViewportRule : CSSRule {
|
|
readonly attribute CSSStyleDeclaration style;
|
|
};
|