summaryrefslogtreecommitdiff
path: root/dom/webidl
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-07 09:10:56 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-07 18:33:23 -0500
commitfaba3194ec7c9526bd912e7eef50cfb1fe656fd9 (patch)
tree9d0f870d382acab08d48996d2e47d0c0db0fff21 /dom/webidl
parent9c3ba221663d405e27572ef89f362816687d6fe4 (diff)
downloaduxp-faba3194ec7c9526bd912e7eef50cfb1fe656fd9.tar.gz
Bug 1322938 - Put <dialog> element behind preference.
Tag mcp-graveyard/UXP#1343
Diffstat (limited to 'dom/webidl')
-rw-r--r--dom/webidl/HTMLDialogElement.webidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/webidl/HTMLDialogElement.webidl b/dom/webidl/HTMLDialogElement.webidl
index f4aa8484ab..b6cdbacf68 100644
--- a/dom/webidl/HTMLDialogElement.webidl
+++ b/dom/webidl/HTMLDialogElement.webidl
@@ -11,6 +11,7 @@
* and create derivative works of this document.
*/
+[Pref="dom.dialog_element.enabled"]
interface HTMLDialogElement : HTMLElement {
[SetterThrows] attribute boolean open;
attribute DOMString returnValue;