diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/gecko_user_agent_strings | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/gecko_user_agent_strings')
-rw-r--r-- | files/ja/gecko_user_agent_strings/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/files/ja/gecko_user_agent_strings/index.html b/files/ja/gecko_user_agent_strings/index.html new file mode 100644 index 0000000000..4ae9e6b5ac --- /dev/null +++ b/files/ja/gecko_user_agent_strings/index.html @@ -0,0 +1,45 @@ +--- +title: Gecko User Agent Strings +slug: Gecko_User_Agent_Strings +tags: + - Cross-browser_Development + - Outdated_articles + - Web Development +translation_of: Web/HTTP/Headers/User-Agent/Firefox +--- +<p>{{ Outdated() }} +</p><p><br> +Gecko™ をベースにして Netscape と AOL からリリースされた user agent の一覧。 +</p> +<h3 id=".E9.81.A9.E5.88.87.E3.81.AA.E4.BD.BF.E7.94.A8" name=".E9.81.A9.E5.88.87.E3.81.AA.E4.BD.BF.E7.94.A8">適切な使用</h3> +<p>私たちは、User Agent 文字列をブラウザ検出の主な手段として使うことを推奨しません。推奨されるブラウザを検出するための様々な方法を掘り下げて見ることについて、<a href="ja/Browser_Detection_and_Cross_Browser_Support">ブラウザ検出とクロスブラウザサポート</a>を見てください。 +</p><p>特に、User Agent文字列の検出はサーバ側のブラウザ検出のみで使うことを推奨します。もし、既存のクライアント側ブラウザ検出コードが User Agent文字列を使っているなら、Geckoベースのどれかのブラウザを検出するためにはUser Agent内の"Gecko"文字列を単純に検索することがふさわしい。 +</p><p>特定のバグフィックスに対処するか、特定のベンダー文字列や構築日に関する知識を必要とするすべてのGecko検出問題には、<a href="ja/DOM_Client_Object_Cross-Reference/navigator">navigator</a>オブジェクトを使用してください。 +</p> +<h3 id="Netscape_Gecko_User_Agent_String_Reference" name="Netscape_Gecko_User_Agent_String_Reference">Netscape Gecko User Agent String Reference</h3> +<p><i>Platform</i>, <i>Security</i>, <i>OS-or-CPU</i> と <i>Localization</i> の値の定義については <a class="external" href="http://www.mozilla.org/build/revised-user-agent-strings.html">mozilla.org's user-agent strings reference</a> <a class="external" href="http://www.mozilla-japan.org/build/revised-user-agent-strings.html">参考訳</a>を見てください。 +</p> +<ul><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:1.0.2) Gecko/20030208 Netscape/7.02</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:1.0.2) Gecko/20021120 Netscape/7.01</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:1.0.1) Gecko/20020823 Netscape/7.0</tt> +</li><li> <tt>Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20020730 AOL/7.0</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:0.9.4.2) Gecko/20020220 CS 2000 7.0/7.0</tt> +<ul><li> <tt>Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4.2) Gecko/20020502 CS 2000 7.0/7.0</tt> +</li></ul> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1</tt> +</li><li> <tt>Mozilla/5.0 (Platform; Security; OS-or-CPU; Localization; rv:0.9.2) Gecko/20010726 Netscape6/6.1</tt> +</li></ul> +<p>Netscape および Mozilla リリースに関する詳細情報は、<a href="ja/CVS_Tags">cvstags リファレンス</a> をご覧ください。 +</p> +<div class="originaldocinfo"> +<h3 id=".E5.8E.9F.E6.96.87.E6.83.85.E5.A0.B1" name=".E5.8E.9F.E6.96.87.E6.83.85.E5.A0.B1"> 原文情報 </h3> +<ul><li> Author: Bob Clary +</li><li> Last Updated Date: June 30th, 2003 +</li><li> Copyright © 2001-2003 Netscape. All rights reserved. +</li></ul> +</div> +{{ languages( { "en": "en/Gecko_User_Agent_Strings", "fr": "fr/Les_cha\u00eenes_UserAgent_de_Gecko", "it": "it/Stringhe_User_Agent_di_Gecko" } ) }} |