aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html/attributes/step/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-07 00:29:50 +0900
committerpotappo <potappo@gmail.com>2021-09-18 22:24:37 +0900
commit4a573bbdd0e5945998a37162d1535245d4e20416 (patch)
tree882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/html/attributes/step/index.html
parente675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff)
downloadtranslated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.gz
translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.tar.bz2
translated-content-4a573bbdd0e5945998a37162d1535245d4e20416.zip
Web/a-h以下の文書内のリンクURLを正規化
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/html/attributes/step/index.html')
-rw-r--r--files/ja/web/html/attributes/step/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/html/attributes/step/index.html b/files/ja/web/html/attributes/step/index.html
index aa0e2c89a8..53672feebc 100644
--- a/files/ja/web/html/attributes/step/index.html
+++ b/files/ja/web/html/attributes/step/index.html
@@ -12,7 +12,7 @@ translation_of: Web/HTML/Attributes/step
<p><span class="seoSummary"><strong><code>step</code></strong> 属性は、が従わなければならない刻み値を指定する数値、またはキーワード <code>any</code> です。数値の入力型、たとえば {{HTMLElement("input/date", "date")}}, {{HTMLElement("input/month", "month")}}, {{HTMLElement("input/week", "week")}}, {{HTMLElement("input/time", "time")}}, {{HTMLElement("input/datetime-local", "datetime-local")}}, {{HTMLElement("input/number", "number")}}, {{HTMLElement("input/range", "range")}} 型に有効です。</span></p>
-<p><code>step</code> は、スピナーボタンを上下にクリックしたり、範囲上でスライダーを左右に動かしたり、異なる日付タイプを検証したりする際の<em>刻み間隔</em>を設定します。明示的に指定されていない場合、 <code>step</code> の既定値は、 <code>number</code> と <code>range</code> の場合は 1、日付/時刻入力型の場合は1単位 (分、週、月、日) になります。値は正の整数または浮動小数点数、または刻みが指定されておらず、 (<code><a href="/en-US/docs/Web/HTML/Attributes/min">min</a></code> や <code><a href="/en-US/docs/Web/HTML/Attributes/max">max</a></code> のような他の制約を除いて) すべての値が可能であることを意味する特別な値 <code>any</code> のいずれかでなければなりません。</p>
+<p><code>step</code> は、スピナーボタンを上下にクリックしたり、範囲上でスライダーを左右に動かしたり、異なる日付タイプを検証したりする際の<em>刻み間隔</em>を設定します。明示的に指定されていない場合、 <code>step</code> の既定値は、 <code>number</code> と <code>range</code> の場合は 1、日付/時刻入力型の場合は1単位 (分、週、月、日) になります。値は正の整数または浮動小数点数、または刻みが指定されておらず、 (<code><a href="/ja/docs/Web/HTML/Attributes/min">min</a></code> や <code><a href="/ja/docs/Web/HTML/Attributes/max">max</a></code> のような他の制約を除いて) すべての値が可能であることを意味する特別な値 <code>any</code> のいずれかでなければなりません。</p>
<p><code>number</code> 入力型の既定の刻み値は 1 で、刻みの基底値が整数でない場合を<em>除き</em>、整数のみを入力することができます。 <code>time</code> の既定の刻み値は 1 秒で、 900 は15分と等しくなります。</p>
@@ -123,7 +123,7 @@ translation_of: Web/HTML/Attributes/step
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li><code><a href="/en-US/docs/Web/HTML/Attributes/min">min</a></code></li>
+ <li><code><a href="/ja/docs/Web/HTML/Attributes/min">min</a></code></li>
<li><a href="/ja/docs/Web/Guide/HTML/HTML5/Constraint_validation">制約検証</a></li>
<li>{{domxref('Constraint validation', "", 1)}} API</li>
<li>{{domxref('validityState.stepMismatch')}}</li>