aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web_development/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web_development/mobile')
-rw-r--r--files/ja/web_development/mobile/index.html1
-rw-r--r--files/ja/web_development/mobile/responsive_design/index.html1
2 files changed, 2 insertions, 0 deletions
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>