aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-18 13:29:08 +0900
committerGitHub <noreply@github.com>2021-08-18 13:29:08 +0900
commit4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436 (patch)
tree35dc50407ca179b89280ff8614aadfd241dad06a /files/ja/web
parentfec78d0bd88f64228f2a1cb2412c68d937e3b1b8 (diff)
downloadtranslated-content-4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436.tar.gz
translated-content-4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436.tar.bz2
translated-content-4eaca34cf2eea3b021dfe6aa7e0ccada55c7f436.zip
orphaned/Web/API/NavigatorID を廃止 (#2013)
* orphaned/Web/API/NavigatorID を廃止 - orphaned/Web/API/NavigatorID を削除 - orphaned/Web/API/NavigatorID のメンバーを Web/API/Navigator へ移行 - 各メンバーの文書を 2021/08/10 時点の英語版に同期 * Update _redirects.txt * Update _redirects.txt
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/api/navigator/appcodename/index.html44
-rw-r--r--files/ja/web/api/navigator/appname/index.html46
-rw-r--r--files/ja/web/api/navigator/appversion/index.html50
-rw-r--r--files/ja/web/api/navigator/platform/index.html45
-rw-r--r--files/ja/web/api/navigator/product/index.html45
-rw-r--r--files/ja/web/api/navigator/useragent/index.html67
6 files changed, 297 insertions, 0 deletions
diff --git a/files/ja/web/api/navigator/appcodename/index.html b/files/ja/web/api/navigator/appcodename/index.html
new file mode 100644
index 0000000000..befb274cb5
--- /dev/null
+++ b/files/ja/web/api/navigator/appcodename/index.html
@@ -0,0 +1,44 @@
+---
+title: Navigator.appCodeName
+slug: Web/API/Navigator/appCodeName
+tags:
+ - API
+ - Deprecated
+ - HTML DOM
+ - Navigator
+ - Property
+ - Reference
+browser-compat: api.Navigator.appCodeName
+translation_of: Web/API/NavigatorID/appCodeName
+original_slug: Web/API/NavigatorID/appCodeName
+---
+<div>{{APIRef("HTML DOM")}} {{Deprecated_Header}}</div>
+
+<p><strong><code>Navigator.appCodeName</code></strong> プロパティの値は、どのブラウザーでも常に "<code>Mozilla</code>" です。このプロパティは互換性のためだけに維持されています。</p>
+
+<div class="note"><strong>メモ:</strong> このプロパティが実際の製品名を返すことを期待しないでください。どのブラウザーもこのプロパティの値として "<code>Mozilla</code>" を返します。
+</div>
+
+<h2 id="Syntax">構文</h2>
+
+<pre class="brush: js"><em>codeName</em> = navigator.appCodeName
+</pre>
+
+<h3 id="Value">値</h3>
+
+<p>"<code>Mozilla</code>" という文字列です。</p>
+
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>
+
+<h2 id="See_also">関連情報</h2>
+
+<ul>
+ <li>{{domxref("Navigator.appName")}}</li>
+ <li>{{domxref("Navigator.product")}}</li>
+</ul>
diff --git a/files/ja/web/api/navigator/appname/index.html b/files/ja/web/api/navigator/appname/index.html
new file mode 100644
index 0000000000..0ecf702fba
--- /dev/null
+++ b/files/ja/web/api/navigator/appname/index.html
@@ -0,0 +1,46 @@
+---
+title: Navigator.appName
+slug: Web/API/Navigator/appName
+tags:
+ - API
+ - Deprecated
+ - HTML DOM
+ - Navigator
+ - Property
+ - Reference
+browser-compat: api.Navigator.appName
+translation_of: Web/API/NavigatorID/appName
+original_slug: Web/API/NavigatorID/appName
+---
+<div>{{APIRef("HTML DOM")}} {{Deprecated_Header}}</div>
+
+<p><strong><code>Navigator.appName</code></strong> プロパティの値は、どのブラウザーでも常に "<code>Netscape</code>" です。このプロパティは互換性ためだけに維持されています。</p>
+
+<div class="notecard note">
+ <h4>メモ</h4>
+ <p>このプロパティが実際のブラウザー名を返すことを期待しないでください。どのブラウザーもこのプロパティの値として "<code>Netscape</code>" を返します。</p>
+</div>
+
+<h2 id="Syntax">構文</h2>
+
+<pre class="brush: js"><var>appName</var> = navigator.appName
+</pre>
+
+<h3 id="Value">値</h3>
+
+<p>文字列 "<code>Netscape</code>" です。</p>
+
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>
+
+<h2 id="See_also">関連情報</h2>
+
+<ul>
+ <li>{{domxref("Navigator.appCodeName")}}</li>
+ <li>{{domxref("Navigator.product")}}</li>
+</ul>
diff --git a/files/ja/web/api/navigator/appversion/index.html b/files/ja/web/api/navigator/appversion/index.html
new file mode 100644
index 0000000000..d3908733b7
--- /dev/null
+++ b/files/ja/web/api/navigator/appversion/index.html
@@ -0,0 +1,50 @@
+---
+title: Navigator.appVersion
+slug: Web/API/Navigator/appVersion
+tags:
+ - API
+ - Deprecated
+ - Navigator
+ - Property
+ - Reference
+ - appVersion
+browser-compat: api.Navigator.appVersion
+translation_of: Web/API/NavigatorID/appVersion
+original_slug: Web/API/NavigatorID/appVersion
+---
+<p>{{APIRef("HTML DOM")}} {{Deprecated_Header}}</p>
+
+<p>"<code>4.0</code>" またはそのブラウザーのバージョン情報を表す文字列のどちらかを返します。</p>
+
+<div class="notecard note">
+ <h4>メモ</h4>
+ <p>このプロパティがブラウザーの正しいバージョンを返すことを期待しないでください。</p>
+</div>
+
+<h2 id="Syntax">構文</h2>
+
+<pre class="brush: js">window.navigator.appVersion
+</pre>
+
+<h3 id="Returned_value">値</h3>
+
+<p>"<code>4.0</code>" またはそのブラウザーのバージョン情報を表す文字列のどちらかです。</p>
+
+<h2 id="Example">例</h2>
+
+<pre class="brush: js">alert("このブラウザーのバージョンは " + navigator.appVersion + " と報告されています。");
+</pre>
+
+<h2 id="Notes">注</h2>
+
+<p><code>window.navigator.userAgent</code> プロパティもバージョン番号を含んでいる場合がありますが ("<code>Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010725 Netscape 6/6.1</code>" など)、ユーザーエージェント文字列を変更したり、他のブラウザー、プラットフォーム、ユーザーエージェントに「偽装」したり、ブラウザーベンダー自身がこれらのプロパティに無頓着であったりすることを意識しておいてください。</p>
+
+<p><code>window.navigator.appVersion</code>, <code>window.navigator.appName</code>, <code>window.navigator.userAgent</code> の各プロパティは、「ブラウザー推定」 (browser sniffing) コード、すなわち使用しているブラウザーを検出し、それに従ってページを調整しようとするスクリプトで使われてきました。これにより、一部のウェブサイトから拒否されないようにするために、ブラウザーがこれらのプロパティで偽の情報を返さなければならないという現在の状況が発生したのです。</p>
+
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>
diff --git a/files/ja/web/api/navigator/platform/index.html b/files/ja/web/api/navigator/platform/index.html
new file mode 100644
index 0000000000..c0e4620269
--- /dev/null
+++ b/files/ja/web/api/navigator/platform/index.html
@@ -0,0 +1,45 @@
+---
+title: Navigator.platform
+slug: Web/API/Navigator/platform
+tags:
+ - API
+ - Deprecated
+ - HTML DOM
+ - Navigator
+ - Property
+ - Reference
+ - platform
+browser-compat: api.Navigator.platform
+translation_of: Web/API/NavigatorID/platform
+original_slug: Web/API/NavigatorID/platform
+---
+<p>{{ APIRef("HTML DOM") }} {{Deprecated_Header}}</p>
+
+<p>ブラウザーのプラットフォームを表す文字列を返します。仕様書ではブラウザーが常に空文字列を返すことを許可していますので、信頼できる答えを得るためにこのプロパティを頼らないようにしてください。</p>
+
+<h2 id="Syntax">構文</h2>
+
+<pre class="brush: js"><em>platform</em> = navigator.platform
+</pre>
+
+<h3 id="Value">値</h3>
+
+<p>ブラウザーを実行しているプラットフォームを識別する {{domxref("DOMString")}}、あるいはブラウザーがプラットフォームの識別を断わった (または識別できない) 場合は空文字列になります。<code>platform</code> は空文字列か、ブラウザーを実行しているプラットフォームを表す文字列でなければなりません。</p>
+
+<p>例: "<code>MacIntel</code>", "<code>Win32</code>", "<code>FreeBSD i386</code>", "<code>WebTV OS</code>"</p>
+
+<h2 id="Example">例</h2>
+
+<pre class="brush: js">console.log(navigator.platform);</pre>
+
+<h2 id="Usage_notes">使用上のメモ</h2>
+
+<p>Chrome、Edge、Firefox 63 以降を含むほとんどのブラウザーは、64 ビット版の Windows で実行していても <code>"Win32"</code> を返します。 Internet Explorer やバージョン 63 より前の Firefox は <code>"Win64"</code> を返します。</p>
+
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>
diff --git a/files/ja/web/api/navigator/product/index.html b/files/ja/web/api/navigator/product/index.html
new file mode 100644
index 0000000000..d1f5b35941
--- /dev/null
+++ b/files/ja/web/api/navigator/product/index.html
@@ -0,0 +1,45 @@
+---
+title: Navigator.product
+slug: Web/API/Navigator/product
+tags:
+ - API
+ - Deprecated
+ - Navigator
+ - Property
+ - Reference
+browser-compat: api.Navigator.product
+translation_of: Web/API/NavigatorID/product
+original_slug: Web/API/NavigatorID/product
+---
+<div>{{APIRef("HTML DOM")}} {{Deprecated_Header}}</div>
+
+<p><strong><code>Navigator.product</code></strong> プロパティの値は、どのブラウザーでも常に "<code>Gecko</code>" です。このプロパティは互換性のためだけに維持されています。</p>
+
+
+<div class="notecard note">
+ <p>このプロパティが実際の製品名を返すことを期待しないでください。どのブラウザーもこのプロパティの値として "<code>Gecko</code>" を返します。</p>
+</div>
+
+<h2 id="Syntax">構文</h2>
+
+<pre class="brush: js"><em>productName</em> = navigator.product
+</pre>
+
+<h3 id="Value">値</h3>
+
+<p>文字列 "<code>Gecko</code>" です。</p>
+
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>
+
+<h2 id="See_also">関連情報</h2>
+
+<ul>
+ <li>{{domxref("Navigator.appCodeName")}}</li>
+ <li>{{domxref("Navigator.appName")}}</li>
+</ul>
diff --git a/files/ja/web/api/navigator/useragent/index.html b/files/ja/web/api/navigator/useragent/index.html
new file mode 100644
index 0000000000..d02c88de43
--- /dev/null
+++ b/files/ja/web/api/navigator/useragent/index.html
@@ -0,0 +1,67 @@
+---
+title: Navigator.userAgent
+slug: Web/API/Navigator/userAgent
+tags:
+ - API
+ - Navigator
+ - Property
+ - Read-only
+ - Reference
+browser-compat: api.Navigator.userAgent
+translation_of: Web/API/NavigatorID/userAgent
+original_slug: Web/API/NavigatorID/userAgent
+---
+<p>{{ApiRef("HTML DOM")}}</p>
+
+<p><code><strong>NavigatorID.userAgent</strong></code> は読み取り専用のプロパティで、現在のブラウザーのユーザーエージェント文字列を返します。</p>
+
+<div class="note">
+<p>仕様書では、ブラウザーがこのフィールドを介して提供する情報をできるだけ少なくすることを求めています。このプロパティの値は、同じブラウザーの将来のバージョンでも同じままであると仮定してはいけません。まったく使用しないようにしたり、ブラウザーの現在のバージョンと過去のバージョンのためだけに使用するようにしてください。新しいブラウザーは、古いブラウザーと同じ UA、またはその一部を使い始めるかもしれません。ブラウザーエージェントが本当にこのプロパティによって広告されたものであるという保証は本当にありません。<br>
+<br>
+また、ブラウザーのユーザーはこのフィールドの値を変更することができることを覚えておいてください (UA なりすまし)。</p>
+</div>
+
+<p>ユーザーエージェント文字列の検出に基づくブラウザーの識別は<strong>信頼性が低く</strong>、ユーザーエージェント文字列はユーザーが設定可能なので<strong>推奨されません</strong>。例えば、以下のようになります。</p>
+
+<ul>
+ <li>Firefox では、 about:config の "general.useragent.override" 設定を使うことができます。いくつかの Firefox の拡張や多機能バーでも設定可能です。</li>
+ <li>Opera 6 以降では、メニューからブラウザー識別文字列を設定できます。</li>
+ <li>Microsoft Internet Explorer では、 Windows レジストリーを使用します。</li>
+ <li>Safari と iCab は、メニューから、ブラウザーユーザエージェントを定義済みの Internet Explorer、または、 Netscape の文字列に変更できます。</li>
+</ul>
+
+<h2 id="Syntax">構文</h2>
+
+<pre class="brush: js">var <var>ua</var> = navigator.userAgent;
+</pre>
+
+<h3 id="Value">値</h3>
+
+<p>{{domxref("DOMString")}} で、ブラウザーが {{Glossary("HTTP")}} ヘッダーで提供する完全なユーザーエージェント文字列と、 {{domxref("Navigator")}} オブジェクト上のメソッドやその他の関連メソッドへのレスポンスを指定します。</p>
+
+<p>ユーザーエージェント文字列は形式的な構造に基づいて構築されており、いくつかの情報に分解することができます。これらの情報の各部分は、ユーザ-が設定可能な他の Navigator のプロパティから来ています。Gecko ベースのブラウザは以下の一般的な構造に準拠しています。</p>
+
+<pre class="brush: js">userAgent = appCodeName/appVersion number (Platform; Security; OS-or-CPU;
+Localization; rv: revision-version-number) product/productSub
+Application-Name Application-Name-version
+</pre>
+
+<h2 id="Example">例</h2>
+
+<pre class="brush:js">alert(window.navigator.userAgent)
+// alerts "Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010725 Netscape6/6.1"
+</pre>
+
+<h2 id="Specifications">仕様書</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">ブラウザーの互換性</h2>
+
+<p>{{Compat}}</p>
+
+<h2 id="See_also">関連情報</h2>
+
+<ul>
+ <li>{{httpheader("User-Agent")}} HTTP ヘッダー</li>
+</ul>