aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-07-02 23:36:25 +0900
committerGitHub <noreply@github.com>2021-07-02 23:36:25 +0900
commit610c333b45ce0c5da3cebc27b00b37e458d53498 (patch)
tree16dda8d6154b65dd383888bdad6773e6bf6c0f2b /files/ja/conflicting
parentfc1482b743e8f428c77adadeebbe243b94f9a7c9 (diff)
downloadtranslated-content-610c333b45ce0c5da3cebc27b00b37e458d53498.tar.gz
translated-content-610c333b45ce0c5da3cebc27b00b37e458d53498.tar.bz2
translated-content-610c333b45ce0c5da3cebc27b00b37e458d53498.zip
Web/CSS/@viewport を更新 (#1277)
* Web/CSS/@viewport を更新 - 英語版で削除された conflicting 版の記事を削除 - 2021/05/08 時点の英語版を同期 * ファイルが削除できていなかったのを削除
Diffstat (limited to 'files/ja/conflicting')
-rw-r--r--files/ja/conflicting/web/css/@viewport/index.html85
-rw-r--r--files/ja/conflicting/web/css/@viewport_516ab4b0283b5b2231fb657505e22440/index.html78
-rw-r--r--files/ja/conflicting/web/css/@viewport_6e9c91ec34cdb0393d301240d0d50d84/index.html70
-rw-r--r--files/ja/conflicting/web/css/@viewport_a33ee59ffd8336ffb3336900dea02e9f/index.html77
-rw-r--r--files/ja/conflicting/web/css/@viewport_d03ebc763769680c55d1a4258592d3ed/index.html88
-rw-r--r--files/ja/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html90
6 files changed, 0 insertions, 488 deletions
diff --git a/files/ja/conflicting/web/css/@viewport/index.html b/files/ja/conflicting/web/css/@viewport/index.html
deleted file mode 100644
index 19f1c5354f..0000000000
--- a/files/ja/conflicting/web/css/@viewport/index.html
+++ /dev/null
@@ -1,85 +0,0 @@
----
-title: height
-slug: conflicting/Web/CSS/@viewport
-tags:
- - '@viewport'
- - At-rule descriptor
- - CSS
- - CSS Descriptor
- - Reference
-translation_of: Web/CSS/@viewport
-translation_of_original: Web/CSS/@viewport/height
-original_slug: Web/CSS/@viewport/height
----
-<div>{{CSSRef}}</div>
-
-<p><code><strong>height</strong></code> は CSS の記述子で、ビューポートの {{cssxref("@viewport/min-height", "min-height")}} と {{cssxref("@viewport/max-height", "max-height")}} の両記述子を指定する一括指定記述子です。ビューポートの寸法を1つ指定すると、高さの最小値と最大値の両方を指定された値に設定します。</p>
-
-<p>ビューポートのを2つ指定した場合は、1つ目の値は最小の高さを設定し、2つ目の値は最大の高さを設定します。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="brush: css notranslate">/* 1つの値 */
-height: auto;
-height: 320px;
-height: 15em;
-
-/* Two values */
-height: 320px 200px;
-</pre>
-
-<h3 id="Values" name="Values">値</h3>
-
-<dl>
- <dt><code>auto</code></dt>
- <dd>使用値は他の CSS 記述子の値から計算されます。</dd>
- <dt><code>&lt;length&gt;</code></dt>
- <dd>負の数ではない絶対的または相対的な長さです。</dd>
- <dt><code>&lt;percentage&gt;</code></dt>
- <dd>拡大率 1.0 の初期ビューポートの幅や高さに対する相対的なパーセント値で、それぞれ水平方向と垂直方向の長さを表します。負の数であってはいけません。</dd>
-</dl>
-
-<h2 id="Formal_definition" name="Formal_definition">公式定義</h2>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2>
-
-{{csssyntax}}
-
-<h2 id="Examples" name="Examples">例</h2>
-
-<h3 id="Setting_minimum_and_maximum_height" name="Setting_minimum_and_maximum_height">高さの最小値と最大値の設定</h3>
-
-<pre class="brush: css notranslate">@viewport {
- height: 500px;
-}</pre>
-
-<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', '#descdef-viewport-height', '"height" descriptor')}}</td>
- <td>{{Spec2('CSS3 Device')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<p>{{Compat("css.at-rules.viewport.height")}}</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>{{cssxref("@viewport")}}</li>
-</ul>
diff --git a/files/ja/conflicting/web/css/@viewport_516ab4b0283b5b2231fb657505e22440/index.html b/files/ja/conflicting/web/css/@viewport_516ab4b0283b5b2231fb657505e22440/index.html
deleted file mode 100644
index 1957f3d3ef..0000000000
--- a/files/ja/conflicting/web/css/@viewport_516ab4b0283b5b2231fb657505e22440/index.html
+++ /dev/null
@@ -1,78 +0,0 @@
----
-title: max-height
-slug: conflicting/Web/CSS/@viewport_516ab4b0283b5b2231fb657505e22440
-tags:
- - '@viewport'
- - CSS
- - CSS Descriptor
- - Reference
-translation_of: Web/CSS/@viewport
-translation_of_original: Web/CSS/@viewport/max-height
-original_slug: Web/CSS/@viewport/max-height
----
-<div>{{CSSRef}}</div>
-
-<p>CSS の <code><strong>max-height</strong></code> 記述子は、{{cssxref("@viewport")}} @-規則で定義された文書のビューポートの最大の高さを指定します。</p>
-
-<p>最大の高さの制約を考慮して、最初の高さは初期ビューポートの高さにできるだけ近い値に設定されます。</p>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="brush: css">/* Keyword value */
-max-height: auto;
-
-/* &lt;length&gt; values */
-max-height: 400px;
-max-height: 50em;
-max-height: 20cm;
-
-/* &lt;percentage&gt; value */
-max-height: 75%;</pre>
-
-<h3 id="Values" name="Values">値</h3>
-
-<dl>
- <dt><code>auto</code></dt>
- <dd>使用する値は他の CSS 記述子の値から計算されます。</dd>
- <dt><code>&lt;length&gt;</code></dt>
- <dd>負ではない絶対値または相対値。</dd>
- <dt><code>&lt;percentage&gt;</code></dt>
- <dd>垂直方向の長さについて、初期ビューポートの高さである表示倍率1.0 に対するパーセンテージの値。値は負ではない必要があります。</dd>
-</dl>
-
-<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
-
-{{csssyntax}}
-
-<h2 id="Example" name="Example">例</h2>
-
-<pre class="brush: css">@viewport {
- max-height: 600px;
-}</pre>
-
-<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', '#descdef-viewport-max-height', '"max-height" descriptor')}}</td>
- <td>{{Spec2('CSS3 Device')}}</td>
- <td>初期定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2>
-
-
-
-<p>{{Compat("css.at-rules.viewport.max-height")}}</p>
diff --git a/files/ja/conflicting/web/css/@viewport_6e9c91ec34cdb0393d301240d0d50d84/index.html b/files/ja/conflicting/web/css/@viewport_6e9c91ec34cdb0393d301240d0d50d84/index.html
deleted file mode 100644
index 9c8e0522de..0000000000
--- a/files/ja/conflicting/web/css/@viewport_6e9c91ec34cdb0393d301240d0d50d84/index.html
+++ /dev/null
@@ -1,70 +0,0 @@
----
-title: min-zoom
-slug: conflicting/Web/CSS/@viewport_6e9c91ec34cdb0393d301240d0d50d84
-tags:
- - '@viewport'
- - CSS
- - CSS 記述子
- - リファレンス
-translation_of: Web/CSS/@viewport
-translation_of_original: Web/CSS/@viewport/min-zoom
-original_slug: Web/CSS/@viewport/min-zoom
----
-<div>{{CSSRef}}</div>
-
-<p><a href="/ja/docs/Web/CSS">CSS</a> の <strong><code>min-zoom</code></strong> 記述子は、 {{cssxref("@viewport")}} <a href="/ja/docs/Web/CSS/At-rule">@-規則</a>で定義され、文書の最小表示倍率を設定します。ブラウザーは自動的にもユーザーのリクエストでも、これより縮小することができません。</p>
-
-<p><em>表示倍率</em> が <code>1.0</code> 又は <code>100%</code> が、拡大縮小なしに対応します。より大きい値は拡大、より小さい値は縮小です。</p>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="brush:css">/* キーワード値 */
-min-zoom: auto;
-
-/* &lt;number&gt; 値 */
-min-zoom: 0.8;
-min-zoom: 2.0;
-
-/* &lt;percentage&gt; 値 */
-min-zoom: 150%;
-</pre>
-
-<h3 id="Values" name="Values">値</h3>
-
-<dl>
- <dt><code>auto</code></dt>
- <dd>{{glossary("user agent", "ユーザーエージェント")}}が文書の表示倍率の下限を設定します。</dd>
- <dt>{{cssxref("&lt;number&gt;")}}</dt>
- <dd>非負の数値で、表示倍率の下限です。</dd>
- <dt>{{cssxref("&lt;percentage&gt;")}}</dt>
- <dd>非負のパーセント値で、表示倍率の下限です。</dd>
-</dl>
-
-<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
-
-{{csssyntax}}
-
-<h2 id="Specification" name="Specification">仕様書</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', '#min-zoom-desc', '"min-zoom" descriptor')}}</td>
- <td>{{Spec2('CSS3 Device')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
-
-<p>{{Compat("css.at-rules.viewport.min-zoom")}}</p>
diff --git a/files/ja/conflicting/web/css/@viewport_a33ee59ffd8336ffb3336900dea02e9f/index.html b/files/ja/conflicting/web/css/@viewport_a33ee59ffd8336ffb3336900dea02e9f/index.html
deleted file mode 100644
index a1f0ac621c..0000000000
--- a/files/ja/conflicting/web/css/@viewport_a33ee59ffd8336ffb3336900dea02e9f/index.html
+++ /dev/null
@@ -1,77 +0,0 @@
----
-title: viewport-fit
-slug: conflicting/Web/CSS/@viewport_a33ee59ffd8336ffb3336900dea02e9f
-tags:
- - '@viewport'
- - CSS
- - CSS 記述子
- - Experimental
- - Reference
- - モバイル
- - 画面レイアウト
-translation_of: Web/CSS/@viewport
-translation_of_original: Web/CSS/@viewport/viewport-fit
-original_slug: Web/CSS/@viewport/viewport-fit
----
-<div>{{CSSRef}}{{Draft}}{{SeeCompatTable}}</div>
-
-<p>CSS の <strong><code>viewport-fit</code></strong> {{CSSxRef("@viewport")}} {{Glossary("Descriptor (CSS)", "記述子")}}は、文書のビューポートが画面をどのように埋めるかを制御します。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="brush: css; no-line-numbers">/* キーワード値 */
-viewport-fit: auto;
-viewport-fit: contain;
-viewport-fit: cover;
-</pre>
-
-<h3 id="Values" name="Values">値</h3>
-
-<dl>
- <dt><code>auto</code></dt>
- <dd>この値は初期状態のレイアウトビューポートに影響せず、ウェブページ全体が見えます。</dd>
- <dt><code>contain</code></dt>
- <dd>ビューポートは、画面内に内接する最も大きな長方形に合うように拡大縮小されます。</dd>
- <dt><code>cover</code></dt>
- <dd>ビューポートは、端末の画面の埋め尽くすように拡大縮小されます。これは重要なコンテンツが画面の外に出ないことを保証するために、<a href="/ja/docs/Web/CSS/env">安全領域差し込み変数</a>を使用するために強く推奨されます。</dd>
-</dl>
-
-<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
-
-<pre class="syntaxbox">auto | contain | cover
-</pre>
-
-<div class="hidden">この記述子はまだ <a href="https://github.com/mdn/data/blob/master/css/at-rules.json">https://github.com/mdn/data/blob/master/css/at-rules.json</a> に追加されていません。</div>
-
-<h2 id="Accessibility_concerns" name="Accessibility_concerns">アクセシビリティの考慮事項</h2>
-
-<p><code>viewport-fit</code> 記述子を使用するとき、すべての端末の画面が長方形であるとは限らなないので、<a href="/ja/docs/Web/CSS/env">安全領域差し込み変数</a>を使用してください。</p>
-
-<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("CSS Round Display", "#viewport-fit-descriptor", '"viewport-fit" descriptor')}}</td>
- <td>{{Spec2("CSS Round Display")}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<p>{{Compat("css.at-rules.viewport.viewport-fit")}}</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>{{CSSxRef("env", "env()")}}</li>
-</ul>
diff --git a/files/ja/conflicting/web/css/@viewport_d03ebc763769680c55d1a4258592d3ed/index.html b/files/ja/conflicting/web/css/@viewport_d03ebc763769680c55d1a4258592d3ed/index.html
deleted file mode 100644
index e8fcf26519..0000000000
--- a/files/ja/conflicting/web/css/@viewport_d03ebc763769680c55d1a4258592d3ed/index.html
+++ /dev/null
@@ -1,88 +0,0 @@
----
-title: max-zoom
-slug: conflicting/Web/CSS/@viewport_d03ebc763769680c55d1a4258592d3ed
-tags:
- - '@viewport'
- - At-rule descriptor
- - CSS
- - CSS Descriptor
- - Reference
-translation_of: Web/CSS/@viewport
-translation_of_original: Web/CSS/@viewport/max-zoom
-original_slug: Web/CSS/@viewport/max-zoom
----
-<div>{{CSSRef}}</div>
-
-<p><strong><code>min-zoom</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> の記述子で、 {{cssxref("@viewport")}} <a href="/ja/docs/Web/CSS/At-rule">アット規則</a>で定義され、文書の最大表示倍率を設定します。ブラウザーは自動的にもユーザーのリクエストでも、これより拡大することができません。</p>
-
-<p><em>表示倍率</em> が <code>1.0</code> または <code>100%</code> が、拡大縮小なしに対応します。より大きい値は拡大、より小さい値は縮小です。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="brush:css notranslate">/* キーワード値 */
-max-zoom: auto;
-
-/* &lt;number&gt; 値 */
-max-zoom: 0.8;
-max-zoom: 2.0;
-
-/* &lt;percentage&gt; 値 */
-max-zoom: 150%;
-</pre>
-
-<h3 id="Values" name="Values">値</h3>
-
-<dl>
- <dt><code>auto</code></dt>
- <dd>{{glossary("user agent", "ユーザーエージェント")}}が文書の表示倍率の上限を設定します。</dd>
- <dt>{{cssxref("&lt;number&gt;")}}</dt>
- <dd>非負の数値で、表示倍率の上限です。</dd>
- <dt>{{cssxref("&lt;percentage&gt;")}}</dt>
- <dd>非負のパーセント値で、表示倍率の上限です。</dd>
-</dl>
-
-<h2 id="Formal_definition" name="Formal_definition">公式定義</h2>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2>
-
-{{csssyntax}}
-
-<h2 id="Examples" name="Examples">例</h2>
-
-<h3 id="Setting_max-zoom" name="Setting_max-zoom">max-zoom の設定</h3>
-
-<pre class="notranslate"><code>@viewport {
- max-zoom: 1.5;
-}</code>
-</pre>
-
-<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', '#max-zoom-desc', '"max-zoom" descriptor')}}</td>
- <td>{{Spec2('CSS3 Device')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<p>{{Compat("css.at-rules.viewport.max-zoom")}}</p>
-
-<h2 id="See_also">See also</h2>
-
-<ul>
- <li>{{cssxref("@viewport")}}</li>
-</ul>
diff --git a/files/ja/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html b/files/ja/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html
deleted file mode 100644
index f6ced2def4..0000000000
--- a/files/ja/conflicting/web/css/@viewport_e065ce90bde08c9679692adbe64f6518/index.html
+++ /dev/null
@@ -1,90 +0,0 @@
----
-title: zoom
-slug: conflicting/Web/CSS/@viewport_e065ce90bde08c9679692adbe64f6518
-tags:
- - '@viewport'
- - At-rule descriptor
- - CSS
- - CSS Descriptor
- - Graphics
- - Layout
- - Reference
- - Web
-translation_of: Web/CSS/@viewport
-translation_of_original: Web/CSS/@viewport/zoom
-original_slug: Web/CSS/@viewport/zoom
----
-<div>{{CSSRef}}</div>
-
-<p><strong><code>zoom</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> の記述子で、 {{cssxref("@viewport")}} <a href="/ja/docs/Web/CSS/At-rule">アット規則</a>で定義された文書の表示倍率の初期値を設定します。</p>
-
-<p><em>表示倍率</em> が <code>1.0</code> または <code>100%</code> が、拡大縮小なしに対応します。より大きい値は拡大、より小さい値は縮小です。</p>
-
-<h2 id="Syntax" name="Syntax">構文</h2>
-
-<pre class="brush:css notranslate">/* キーワード値 */
-zoom: auto;
-
-/* &lt;number&gt; 値 */
-zoom: 0.8;
-zoom: 2.0;
-
-/* &lt;percentage&gt; 値 */
-zoom: 150%;
-</pre>
-
-<h3 id="Values" name="Values">値</h3>
-
-<dl>
- <dt><code>auto</code></dt>
- <dd>{{glossary("user agent", "ユーザーエージェント")}}が文書の表示倍率の初期値を設定します。ユーザーエージェントは表示倍率を決めるために、文書が表示されるキャンバス領域の寸法を使用することがあります。</dd>
- <dt>{{cssxref("&lt;number&gt;")}}</dt>
- <dd>表示倍率として使われる非負の数値です。</dd>
- <dt>{{cssxref("&lt;percentage&gt;")}}</dt>
- <dd>表示倍率として使われる非負のパーセント値です。</dd>
-</dl>
-
-<h2 id="Formal_definition" name="Formal_definition">公式定義</h2>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2>
-
-{{csssyntax}}
-
-<h2 id="Examples" name="Examples">例</h2>
-
-<h3 id="Setting_viewport_zoom_factor" name="Setting_viewport_zoom_factor">ビューポートの zoom 係数の設定</h3>
-
-<pre class="notranslate"><code>@viewport {
- zoom: 2.0;
-}</code></pre>
-
-<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', '#the-lsquozoomrsquo-descriptor', '"zoom" descriptor')}}</td>
- <td>{{Spec2('CSS3 Device')}}</td>
- <td>初回定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
-
-<p>{{Compat("css.at-rules.viewport.zoom")}}</p>
-
-<h2 id="See_also" name="See_also">関連情報</h2>
-
-<ul>
- <li>{{cssxref("@viewport")}}</li>
-</ul>