From 4a573bbdd0e5945998a37162d1535245d4e20416 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 7 Sep 2021 00:29:50 +0900 Subject: Web/a-h以下の文書内のリンクURLを正規化 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/html/attributes/index.html | 4 ++-- files/ja/web/html/attributes/max/index.html | 2 +- files/ja/web/html/attributes/min/index.html | 4 ++-- files/ja/web/html/attributes/multiple/index.html | 2 +- files/ja/web/html/attributes/size/index.html | 6 +++--- files/ja/web/html/attributes/step/index.html | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'files/ja/web/html/attributes') diff --git a/files/ja/web/html/attributes/index.html b/files/ja/web/html/attributes/index.html index b0c79d849d..62069e4ab3 100644 --- a/files/ja/web/html/attributes/index.html +++ b/files/ja/web/html/attributes/index.html @@ -215,12 +215,12 @@ translation_of: Web/HTML/Attributes ホットスポット領域の座標を指定する為の値のセット - crossorigin + crossorigin {{ HTMLElement("audio") }}, {{ HTMLElement("img") }}, {{ HTMLElement("link") }}, {{ HTMLElement("script") }}, {{ HTMLElement("video") }} 要素がオリジン間リクエストをどう扱うか - csp {{experimental_inline}} + csp {{experimental_inline}} {{ HTMLElement("iframe") }} 埋め込まれた文書が管理されるためのコンテンツセキュリティポリシーを指定します。 diff --git a/files/ja/web/html/attributes/max/index.html b/files/ja/web/html/attributes/max/index.html index 70d6db05e8..1da6015d9e 100644 --- a/files/ja/web/html/attributes/max/index.html +++ b/files/ja/web/html/attributes/max/index.html @@ -73,7 +73,7 @@ translation_of: Web/HTML/Attributes/max

詳しくは クライアント側検証と {{domxref("ValidityState.rangeOverflow", "rangeOverflow")}} を参照してください。

-

{{htmlelement('progress')}} 要素における max 属性は、 progress 要素で示されたタスクがどれだけの作業を必要とするかを記述します。存在する場合、ゼロより大きい値を持ち、有効な浮動小数点数でなければなりません。 {{htmlelement('meter')}} 要素における max 属性は、測定範囲の上限の数値を定義します。これは、指定されている場合、最小値 (min 属性) よりも大きくなければなりません。どちらの場合も、省略された場合、値は既定で 1 となります。

+

{{htmlelement('progress')}} 要素における max 属性は、 progress 要素で示されたタスクがどれだけの作業を必要とするかを記述します。存在する場合、ゼロより大きい値を持ち、有効な浮動小数点数でなければなりません。 {{htmlelement('meter')}} 要素における max 属性は、測定範囲の上限の数値を定義します。これは、指定されている場合、最小値 (min 属性) よりも大きくなければなりません。どちらの場合も、省略された場合、値は既定で 1 となります。

diff --git a/files/ja/web/html/attributes/min/index.html b/files/ja/web/html/attributes/min/index.html index 5b0e21dd1a..a631f9a86c 100644 --- a/files/ja/web/html/attributes/min/index.html +++ b/files/ja/web/html/attributes/min/index.html @@ -53,12 +53,12 @@ translation_of: Web/HTML/Attributes/min - + - + diff --git a/files/ja/web/html/attributes/multiple/index.html b/files/ja/web/html/attributes/multiple/index.html index da54459d50..dc35914ae8 100644 --- a/files/ja/web/html/attributes/multiple/index.html +++ b/files/ja/web/html/attributes/multiple/index.html @@ -69,7 +69,7 @@ translation_of: Web/HTML/Attributes/multiple

multiple 属性が指定された場合のみ、値はカンマで区切られた適切な形式のメールアドレスのリストになります。リスト内の各アドレスから、末尾の空白と先頭の空白はすべて削除されます。 required 属性が存在する場合、少なくとも1つのメールアドレスが必要です。

-

ブラウザーによっては、 multiple が存在する場合に関連付けられた {{htmlelement('datalist')}} から配下のメール会アドレスのためにオプションの list を表示することがあります。他のブラウザーは対応していません。

+

ブラウザーによっては、 multiple が存在する場合に関連付けられた {{htmlelement('datalist')}} から配下のメール会アドレスのためにオプションの list を表示することがあります。他のブラウザーは対応していません。

{{EmbedLiveSample("email_input", 600, 80) }}

diff --git a/files/ja/web/html/attributes/size/index.html b/files/ja/web/html/attributes/size/index.html index a72f805009..cbe5fd3aa9 100644 --- a/files/ja/web/html/attributes/size/index.html +++ b/files/ja/web/html/attributes/size/index.html @@ -68,7 +68,7 @@ translation_of: Web/HTML/Attributes/size

関連情報

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

step 属性は、が従わなければならない刻み値を指定する数値、またはキーワード any です。数値の入力型、たとえば {{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")}} 型に有効です。

-

step は、スピナーボタンを上下にクリックしたり、範囲上でスライダーを左右に動かしたり、異なる日付タイプを検証したりする際の刻み間隔を設定します。明示的に指定されていない場合、 step の既定値は、 numberrange の場合は 1、日付/時刻入力型の場合は1単位 (分、週、月、日) になります。値は正の整数または浮動小数点数、または刻みが指定されておらず、 (minmax のような他の制約を除いて) すべての値が可能であることを意味する特別な値 any のいずれかでなければなりません。

+

step は、スピナーボタンを上下にクリックしたり、範囲上でスライダーを左右に動かしたり、異なる日付タイプを検証したりする際の刻み間隔を設定します。明示的に指定されていない場合、 step の既定値は、 numberrange の場合は 1、日付/時刻入力型の場合は1単位 (分、週、月、日) になります。値は正の整数または浮動小数点数、または刻みが指定されておらず、 (minmax のような他の制約を除いて) すべての値が可能であることを意味する特別な値 any のいずれかでなければなりません。

number 入力型の既定の刻み値は 1 で、刻みの基底値が整数でない場合を除き、整数のみを入力することができます。 time の既定の刻み値は 1 秒で、 900 は15分と等しくなります。

@@ -123,7 +123,7 @@ translation_of: Web/HTML/Attributes/step

関連情報

その他の要素における max 値の構文
{{HTMLElement("input/number", "number")}}<number><number> <input type="number" min="0" step="5" max="100">
{{HTMLElement("input/range", "range")}}<number><number> <input type="range" min="60" step="5" max="100">