aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_device_adaptation/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-22 01:05:50 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-28 22:03:46 +0900
commit4b515493c0854b46b84a5fc4448d72694b351440 (patch)
tree0db55998d4271c99fb0310796f1960f195ab8829 /files/ja/web/css/css_device_adaptation/index.html
parentd99fa973eba036f9e0a238c12bb471adfb5ca51d (diff)
downloadtranslated-content-4b515493c0854b46b84a5fc4448d72694b351440.tar.gz
translated-content-4b515493c0854b46b84a5fc4448d72694b351440.tar.bz2
translated-content-4b515493c0854b46b84a5fc4448d72694b351440.zip
CSS Device Adaptation 関係の文書を変換準備
Diffstat (limited to 'files/ja/web/css/css_device_adaptation/index.html')
-rw-r--r--files/ja/web/css/css_device_adaptation/index.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/files/ja/web/css/css_device_adaptation/index.html b/files/ja/web/css/css_device_adaptation/index.html
deleted file mode 100644
index f0e038a960..0000000000
--- a/files/ja/web/css/css_device_adaptation/index.html
+++ /dev/null
@@ -1,50 +0,0 @@
----
-title: CSS 端末適合
-slug: Web/CSS/CSS_Device_Adaptation
-tags:
- - CSS
- - CSS 端末適合
- - リファレンス
- - 概要
-translation_of: Web/CSS/CSS_Device_Adaptation
----
-<div>{{CSSRef}}</div>
-
-<p><ruby><strong>CSS 端末適合</strong><rp> (</rp><rt>CSS Device Adaptation</rt><rp>) </rp></ruby>は CSS モジュールの一つで、ビューポートの寸法、拡大率、方向を定義することができるものです。</p>
-
-<h2 id="Reference" name="Reference">リファレンス</h2>
-
-<h3 id="At-rules" name="At-rules">@-規則</h3>
-
-<div class="index">
-<ul>
- <li>{{cssxref("@viewport")}}</li>
-</ul>
-</div>
-
-<h2 id="Specifications" name="Specifications">仕様書</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様書</th>
- <th scope="col">状態</th>
- <th scope="col">備考</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("CSS3 Device")}}</td>
- <td>{{Spec2("CSS3 Device")}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-
-<h3 id="viewport_規則"><code>@viewport</code> 規則</h3>
-
-<div>
-<p>{{Compat("css.at-rules.viewport")}}</p>
-</div>