aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/navigatorid/appcodename/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/navigatorid/appcodename/index.html')
-rw-r--r--files/ja/web/api/navigatorid/appcodename/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/files/ja/web/api/navigatorid/appcodename/index.html b/files/ja/web/api/navigatorid/appcodename/index.html
deleted file mode 100644
index 42f0aaccbc..0000000000
--- a/files/ja/web/api/navigatorid/appcodename/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
----
-title: window.navigator.appCodeName
-slug: Web/API/NavigatorID/appCodeName
-tags:
- - DOM
- - DOM_0
- - Gecko
- - Gecko DOM Reference
-translation_of: Web/API/NavigatorID/appCodeName
----
-<div>
- {{ApiRef}}</div>
-<h2 id="Summary" name="Summary">概要</h2>
-<p>現在のブラウザの内部 "コード" ネームを返します。</p>
-<h2 id="Syntax" name="Syntax">構文</h2>
-<pre class="syntaxbox"><code>codeName = window.navigator.appCodeName</code></pre>
-<ul>
- <li><code>codeName</code> : ブラウザの内部名を表す文字列</li>
-</ul>
-<h2 id="Example" name="Example">例</h2>
-<pre class="brush:js">console.log(window.navigator.appCodeName);
-</pre>
-<h2 id="Notes" name="Notes">注記</h2>
-<p>Mozilla、Netscape 6、IE5 は全て、内部名に "Mozilla" を用いています。</p>
-<h2 id="Specification" name="Specification">仕様</h2>
-<p>{{DOM0()}}</p>