aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/CSSViewportRule.webidl
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2023-06-30 16:20:59 +0200
committerMartin Robinson <mrobinson@igalia.com>2023-06-30 16:28:21 +0200
commit349edff768bbf972435542fa3829e0b01dc72d40 (patch)
tree3d203589fe4ede758348ab8075d70c3ebc7d6746 /components/script/dom/webidls/CSSViewportRule.webidl
parent7412e28349237055652a08a2216043d0993a3cea (diff)
downloadservo-349edff768bbf972435542fa3829e0b01dc72d40.tar.gz
servo-349edff768bbf972435542fa3829e0b01dc72d40.zip
It was removed from the spec and it's disabled everywhere.
This also removes the meta viewport support (which was implemented on top), but that also had a single test and is disabled everywhere, so I'm not too concerned, it can be implemented again if / when needed.
Diffstat (limited to 'components/script/dom/webidls/CSSViewportRule.webidl')
-rw-r--r--components/script/dom/webidls/CSSViewportRule.webidl9
1 files changed, 0 insertions, 9 deletions
diff --git a/components/script/dom/webidls/CSSViewportRule.webidl b/components/script/dom/webidls/CSSViewportRule.webidl
deleted file mode 100644
index e53b0461358..00000000000
--- a/components/script/dom/webidls/CSSViewportRule.webidl
+++ /dev/null
@@ -1,9 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-
-// https://drafts.csswg.org/css-device-adapt/#css-viewport-rule-interface
-[Exposed=Window]
-interface CSSViewportRule : CSSRule {
- // readonly attribute CSSStyleDeclaration style;
-};