aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/screen/mozenabled/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/screen/mozenabled/index.html')
-rw-r--r--files/ja/web/api/screen/mozenabled/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ja/web/api/screen/mozenabled/index.html b/files/ja/web/api/screen/mozenabled/index.html
new file mode 100644
index 0000000000..dede4f120f
--- /dev/null
+++ b/files/ja/web/api/screen/mozenabled/index.html
@@ -0,0 +1,30 @@
+---
+title: Screen.mozEnabled
+slug: Web/API/Screen/mozEnabled
+tags:
+ - API
+ - 'API:Mozilla Extensions'
+ - DOM
+ - Deprecated
+ - Non-standard
+ - Property
+ - Reference
+translation_of: Web/API/Screen/mozEnabled
+---
+<p>{{APIRef("CSSOM")}}{{Non-standard_Header}}{{Deprecated_Header}}</p>
+
+<p>これは論理値で、端末の画面を制御します。 <code>false</code> に設定すると画面をオフにします。</p>
+
+<h2 id="Syntax" name="Syntax">構文</h2>
+
+<pre class="syntaxbox notranslate">let <var>screenEnabled</var> = window.screen.mozEnabled</pre>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<p>仕様書の一部ではありません。</p>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+
+<div class="hidden">このページの互換性一覧表は構造化データから生成されています。データに協力していただけるのであれば、 <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックアウトしてプルリクエストを送信してください。</div>
+
+<p>{{Compat("api.Screen.mozEnabled")}}</p>