diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-07 00:29:50 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-09-18 22:24:37 +0900 |
commit | 4a573bbdd0e5945998a37162d1535245d4e20416 (patch) | |
tree | 882db0cd8f37c947955b460700d4d331f6bb95bb /files/ja/web/html/attributes | |
parent | e675bc16532dd880010aa9c2de2f9ed2f2bb3430 (diff) | |
download | translated-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')
-rw-r--r-- | files/ja/web/html/attributes/index.html | 4 | ||||
-rw-r--r-- | files/ja/web/html/attributes/max/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/html/attributes/min/index.html | 4 | ||||
-rw-r--r-- | files/ja/web/html/attributes/multiple/index.html | 2 | ||||
-rw-r--r-- | files/ja/web/html/attributes/size/index.html | 6 | ||||
-rw-r--r-- | files/ja/web/html/attributes/step/index.html | 4 |
6 files changed, 11 insertions, 11 deletions
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 <td>ホットスポット領域の座標を指定する為の値のセット</td> </tr> <tr> - <td><code><a href="/docs/Web/HTML/CORS_settings_attributes">crossorigin</a></code></td> + <td><code><a href="/ja/docs/Web/HTML/CORS_settings_attributes">crossorigin</a></code></td> <td>{{ HTMLElement("audio") }}, {{ HTMLElement("img") }}, {{ HTMLElement("link") }}, {{ HTMLElement("script") }}, {{ HTMLElement("video") }}</td> <td>要素がオリジン間リクエストをどう扱うか</td> </tr> <tr> - <td><code><a href="/docs/Web/API/HTMLiframeElement/csp">csp</a></code> {{experimental_inline}}</td> + <td><code><a href="/ja/docs/Web/API/HTMLiframeElement/csp">csp</a></code> {{experimental_inline}}</td> <td>{{ HTMLElement("iframe") }}</td> <td>埋め込まれた文書が管理されるためのコンテンツセキュリティポリシーを指定します。</td> </tr> 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 <p>詳しくは <a href="/ja/docs/Web/Guide/HTML/HTML5/Constraint_validation">クライアント側検証</a>と {{domxref("ValidityState.rangeOverflow", "rangeOverflow")}} を参照してください。</p> -<p>{{htmlelement('progress')}} 要素における <code>max</code> 属性は、 <code>progress</code> 要素で示されたタスクがどれだけの作業を必要とするかを記述します。存在する場合、ゼロより大きい値を持ち、有効な浮動小数点数でなければなりません。 {{htmlelement('meter')}} 要素における <code>max</code> 属性は、測定範囲の上限の数値を定義します。これは、指定されている場合、最小値 (<code><a href="/en-US/docs/Web/HTML/Attributes/min">min</a></code> 属性) よりも大きくなければなりません。どちらの場合も、省略された場合、値は既定で 1 となります。</p> +<p>{{htmlelement('progress')}} 要素における <code>max</code> 属性は、 <code>progress</code> 要素で示されたタスクがどれだけの作業を必要とするかを記述します。存在する場合、ゼロより大きい値を持ち、有効な浮動小数点数でなければなりません。 {{htmlelement('meter')}} 要素における <code>max</code> 属性は、測定範囲の上限の数値を定義します。これは、指定されている場合、最小値 (<code><a href="/ja/docs/Web/HTML/Attributes/min">min</a></code> 属性) よりも大きくなければなりません。どちらの場合も、省略された場合、値は既定で 1 となります。</p> <table class="standard-table"> <caption>その他の要素における <code>max</code> 値の構文</caption> 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 </tr> <tr> <td>{{HTMLElement("input/number", "number")}}</td> - <td><a href="/en-US/docs/Web/CSS/number"><number></a></td> + <td><a href="/ja/docs/Web/CSS/number"><number></a></td> <td><code class="brush: html"><input type="number" min="0" step="5" max="100"></code></td> </tr> <tr> <td>{{HTMLElement("input/range", "range")}}</td> - <td><a href="/en-US/docs/Web/CSS/number"><number></a></td> + <td><a href="/ja/docs/Web/CSS/number"><number></a></td> <td><code class="brush: html"><input type="range" min="60" step="5" max="100"></code></td> </tr> </tbody> 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 <p><code>multiple</code> 属性が指定された場合のみ、値はカンマで区切られた適切な形式のメールアドレスのリストになります。リスト内の各アドレスから、末尾の空白と先頭の空白はすべて削除されます。 <code><a href="/ja/docs/Web/HTML/Attributes/required">required</a></code> 属性が存在する場合、少なくとも1つのメールアドレスが必要です。</p> -<p>ブラウザーによっては、 <code>multiple</code> が存在する場合に関連付けられた {{htmlelement('datalist')}} から配下のメール会アドレスのためにオプションの <code><a href="/en-US/docs/Web/HTML/Attributes/list">list</a></code> を表示することがあります。他のブラウザーは対応していません。</p> +<p>ブラウザーによっては、 <code>multiple</code> が存在する場合に関連付けられた {{htmlelement('datalist')}} から配下のメール会アドレスのためにオプションの <code><a href="/ja/docs/Web/HTML/Attributes/list">list</a></code> を表示することがあります。他のブラウザーは対応していません。</p> <p>{{EmbedLiveSample("email_input", 600, 80) }}</p> 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 <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><code><a href="/en-US/docs/Web/HTML/Attributes/maxlength">maxlength</a></code></li> - <li><code><a href="/en-US/docs/Web/HTML/Attributes/minlength">minlength</a></code></li> - <li><code><a href="/en-US/docs/Web/HTML/Attributes/pattern">pattern</a></code></li> + <li><code><a href="/ja/docs/Web/HTML/Attributes/maxlength">maxlength</a></code></li> + <li><code><a href="/ja/docs/Web/HTML/Attributes/minlength">minlength</a></code></li> + <li><code><a href="/ja/docs/Web/HTML/Attributes/pattern">pattern</a></code></li> </ul> 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> |