diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/ja/web_development | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
Diffstat (limited to 'files/ja/web_development')
-rw-r--r-- | files/ja/web_development/index.html | 1 | ||||
-rw-r--r-- | files/ja/web_development/mobile/index.html | 1 | ||||
-rw-r--r-- | files/ja/web_development/mobile/responsive_design/index.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/files/ja/web_development/index.html b/files/ja/web_development/index.html index c386086d88..534c441e19 100644 --- a/files/ja/web_development/index.html +++ b/files/ja/web_development/index.html @@ -4,6 +4,7 @@ slug: Web_Development tags: - Web Development translation_of: Web/Guide +translation_of_original: Web_Development --- <p><strong>ウェブ開発</strong> は、ウェブサイトやウェブアプリケーションの開発のすべての側面を含んでいます。</p> diff --git a/files/ja/web_development/mobile/index.html b/files/ja/web_development/mobile/index.html index 112d15199d..cc288a9c45 100644 --- a/files/ja/web_development/mobile/index.html +++ b/files/ja/web_development/mobile/index.html @@ -7,6 +7,7 @@ tags: - TopicStub - Web Development translation_of: Web/Guide/Mobile +translation_of_original: Web_Development/Mobile --- <p>Developing web sites to be viewed on mobile devices requires approaches that ensure a web site works as well on mobile devices as it does on desktop browsers. The following articles describe some of these approaches.</p> <ul> diff --git a/files/ja/web_development/mobile/responsive_design/index.html b/files/ja/web_development/mobile/responsive_design/index.html index a8eeec1c40..36724f3ba5 100644 --- a/files/ja/web_development/mobile/responsive_design/index.html +++ b/files/ja/web_development/mobile/responsive_design/index.html @@ -7,6 +7,7 @@ tags: - Responsive Design - Web Development translation_of: Web/Progressive_web_apps +translation_of_original: Web/Guide/Responsive_design --- <p>モバイル向けとデスクトップ向けの Web サイトの開発に対する <a href="/ja/docs/Web/Guide/Mobile/Separate_sites" title="Web development/Mobile/Separate sites">別々のサイト</a> 手法に関連する問題に対する反応として、比較的新しい (実際は <a href="http://www.alistapart.com/articles/dao/">とても古い</a>) アイディアが人気を集め始めています。ユーザーエージェントでの判別とは別れを告げ、かわりにクライアント側のブラウザの機能でページを対応させましょう。この手法は Ethan Marcotte のブログ記事 <a href="http://alistapart.com" title="http://alistapart.com">A List Apart</a> で紹介され、<a href="http://www.alistapart.com/articles/responsive-web-design/" style="line-height: 1.572;">レスポンシブ Web デザイン</a> として知られるようになりました。分離したサイト開発手法と同様に、レスポンシブ Web デザインにも短所があります。</p> |