Skip to content

Web/HTML/Reference/Attributes/max 他1件を更新 #27371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions files/ja/web/html/reference/attributes/max/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
title: "HTML 属性: max"
short-title: max
slug: Web/HTML/Reference/Attributes/max
original_slug: Web/HTML/Attributes/max
l10n:
sourceCommit: 5b20f5f4265f988f80f513db0e4b35c7e0cd70dc
sourceCommit: f4372ac9926fc2a1cbe408dae02b381b7f1909da
---

{{HTMLSidebar}}
Expand Down
7 changes: 3 additions & 4 deletions files/ja/web/html/reference/attributes/min/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
title: "HTML 属性: min"
short-title: min
slug: Web/HTML/Reference/Attributes/min
original_slug: Web/HTML/Attributes/min
l10n:
sourceCommit: 5b20f5f4265f988f80f513db0e4b35c7e0cd70dc
sourceCommit: f4372ac9926fc2a1cbe408dae02b381b7f1909da
---

{{HTMLSidebar}}
Expand Down Expand Up @@ -127,7 +126,7 @@ input:invalid {

`step` の既定値は 1 なので、有効な値は `7.2`, `8.2`, `9.2`, などになります。 8 の値は有効ではありません。無効な値が入っているので、対応しているブラウザーは値が無効であることを表示します。

{{EmbedLiveSample("Impact_on_step",200,55)}}
{{EmbedLiveSample("step_への影響",200,55)}}

明示的に含まれていない限り、 `number`、 `range` では `step` は既定値の 1 となり、 date/time 入力型では 1 単位 (秒, 週, 月, 日) となります。

Expand All @@ -147,7 +146,7 @@ input:invalid {

- [`step`](/ja/docs/Web/HTML/Reference/Attributes/step)
- [`max`](/ja/docs/Web/HTML/Reference/Attributes/max)
- その他の meter 属性: [`low`](/ja/docs/Web/HTML/Reference/Attributes/low), [`high`](/ja/docs/Web/HTML/Reference/Attributes/high), [`optimum`](/ja/docs/Web/HTML/Reference/Attributes/optimum)
- その他の meter 属性: [`low`](/ja/docs/Web/HTML/Reference/Elements/meter#low), [`high`](/ja/docs/Web/HTML/Reference/Elements/meter#high), [`optimum`](/ja/docs/Web/HTML/Reference/Elements/meter#optimum)
- [制約検証](/ja/docs/Web/HTML/Guides/Constraint_validation)
- [制約検証 API](/ja/docs/Learn_web_development/Extensions/Forms/Form_validation)
- {{domxref('validityState.rangeUnderflow')}}
Expand Down