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/glossary/gecko/index.html | |
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/glossary/gecko/index.html')
-rw-r--r-- | files/ja/glossary/gecko/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/ja/glossary/gecko/index.html b/files/ja/glossary/gecko/index.html new file mode 100644 index 0000000000..2dc6cfddf8 --- /dev/null +++ b/files/ja/glossary/gecko/index.html @@ -0,0 +1,31 @@ +--- +title: Gecko +slug: Glossary/Gecko +tags: + - Firefox OS + - Gecko + - Glossary + - Infrastructure + - Intro + - Mozilla +translation_of: Glossary/Gecko +--- +<p id="Summary"><span class="seoSummary"><strong>Gecko</strong> は Mozilla プロジェクトによって開発された レイアウトエンジンであり、{{glossary("Mozilla Firefox","Firefox")}} や {{glossary("Firefox OS")}} を含む多くのアプリ / デバイスで使用されています。</span></p> + +<p>ウェブブラウザーは HTML、CSS、Javascript、埋め込みコンテンツ(画像など)を解釈して画面に表示するためのレイアウトエンジンと呼ばれるソフトウェアが必要です。また Gecko はサポート対象のすべての OS 上で API と適切に連携し、また適切な API が関連するサポート対象にのみ公開されるようにも動作します。そのため Gecko はネットワークスタック、グラフィックススタック、レイアウトエンジン、JavaScript 仮想マシン、移植レイヤーといった機能などを併せ持っています。</p> + +<p>Firefox OS の場合、アプリケーションはすべてウェブアプリケーションなので、Firefox OS は Gecko をアプリケーションランタイムとしても使用しています。</p> + +<h2 id="詳細情報">詳細情報</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>Wikipedia 上の記事: {{interwiki("wikipedia", "Gecko")}}</li> +</ul> + +<h3 id="Technical_Reference" name="Technical_Reference">技術リファレンス</h3> + +<ul> + <li><a href="/ja/docs/Mozilla/Gecko">MDN ドキュメント ー Gecko</a></li> +</ul> |