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/max | |
| 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/max')
| -rw-r--r-- | files/ja/web/html/attributes/max/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
