diff options
| author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-20 23:56:35 +0900 |
|---|---|---|
| committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-30 00:47:37 +0900 |
| commit | e160f04ecb5945c3dcf028e9d836be665dbf0ddc (patch) | |
| tree | 0d9ca9b2afe85c1c7265c2159fc7b79a276daa2c /files/ja/web/css/number/index.html | |
| parent | ab40da549d179ff432899767bfa99d03f26fb316 (diff) | |
| download | translated-content-e160f04ecb5945c3dcf028e9d836be665dbf0ddc.tar.gz translated-content-e160f04ecb5945c3dcf028e9d836be665dbf0ddc.tar.bz2 translated-content-e160f04ecb5945c3dcf028e9d836be665dbf0ddc.zip | |
CSS Values and Units のプロパティを変換準備
Diffstat (limited to 'files/ja/web/css/number/index.html')
| -rw-r--r-- | files/ja/web/css/number/index.html | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/files/ja/web/css/number/index.html b/files/ja/web/css/number/index.html deleted file mode 100644 index cef3982e3b..0000000000 --- a/files/ja/web/css/number/index.html +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: <number> -slug: Web/CSS/number -tags: - - CSS - - CSS データ型 - - Number - - Reference - - ウェブ - - レイアウト - - 数値 -translation_of: Web/CSS/number ---- -<div>{{CSSRef}}</div> - -<p><a href="/ja/docs/Web/CSS">CSS</a> の <strong><code><number></code></strong> <a href="/ja/docs/Web/CSS/CSS_Types">データ型</a>は、整数または小数部分のある数値を表します。</p> - -<h2 id="Syntax" name="Syntax">構文</h2> - -<p><code><number></code> の構文は {{CSSxRef("<integer>")}} 構文を拡張したものです。小数は <code>.</code> と続く1桁以上の10進数で表し、整数部に追加することができます。数値に関連付けられた単位はありません。</p> - -<h2 id="Interpolation" name="Interpolation">補間</h2> - -<p><code><number></code> データ型の値はアニメーション用に補間可能です。実数、浮動小数点数として補間されます。補間の速度は、アニメーションに関連付けられた <a href="/ja/docs/Web/CSS/single-transition-timing-function">timing function</a> で決められます。</p> - -<h2 id="Examples" name="Examples">例</h2> - -<h3 id="有効な数値">有効な数値</h3> - -<pre class="syntaxbox example-good">12 生の <integer> は <number> でもある -4.01 正の実数 --456.8 負の実数 -0.0 ゼロ -+0.0 + に続くゼロ --0.0 - に続くゼロ -.60 前のゼロがない小数値 -10e3 Scientific notation --3.4e-2 Complicated scientific notation -</pre> - -<h3 id="Invalid_numbers" name="Invalid_numbers">無効な数値</h3> - -<pre class="syntaxbox example-bad">12. 小数点の後ろには数字が続かなくてはなりません -+-12.2 前に置ける +/- は 1 つだけです -12.1.1 小数点は1つしか置けません -</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("CSS4 Values", "#numbers", "<number>")}}</td> - <td>{{Spec2("CSS4 Values")}}</td> - <td>重要な変更なし</td> - </tr> - <tr> - <td>{{SpecName("CSS3 Values", "#numbers", "<number>")}}</td> - <td>{{Spec2("CSS3 Values")}}</td> - <td>重要な変更なし</td> - </tr> - <tr> - <td>{{SpecName("CSS2.1", "syndata.html#numbers", "<number>")}}</td> - <td>{{Spec2("CSS2.1")}}</td> - <td>明示的な定義</td> - </tr> - <tr> - <td>{{SpecName("CSS1", "", "<number>")}}</td> - <td>{{Spec2("CSS1")}}</td> - <td>暗黙的な定義</td> - </tr> - </tbody> -</table> - -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> - -<p>{{Compat("css.types.number")}}</p> - -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li>{{CSSxRef("<integer>")}}</li> -</ul> |
