Skip to content

Commit

Permalink
2024/09/11 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Oct 20, 2024
1 parent 0e712a7 commit 62f05c2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions files/ja/web/api/htmlselectelement/willvalidate/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "HTMLSelectElement: willValidate プロパティ"
short-title: willValidate
slug: Web/API/HTMLSelectElement/willValidate
l10n:
sourceCommit: 4524e28f0aa5fe3b4da3315c40bbdc8d99653da3
---

{{APIRef("HTML DOM")}}

**`willValidate`** は {{domxref("HTMLSelectElement")}} インターフェイスの読み取り専用のプロパティで、この {{htmlelement("select")}} 要素が[制約検証](/ja/docs/Web/HTML/Constraint_validation)の対象となる候補であるかどうかを示します。 例えば、{{domxref("HTMLSelectElement.disabled", "disabled")}} プロパティが `true` である場合など、何か制約検証を妨げる条件がある場合は、このプロパティは `false` となります。

##

論理値です。

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- {{domxref("HTMLSelectElement.checkValidity()")}}
- {{HTMLElement("select")}}
- {{HTMLElement("form")}}
- [学習: クライアント側フォーム検証](/ja/docs/Learn/Forms/Form_validation)
- [ガイド: 制約検証](/ja/docs/Web/HTML/Constraint_validation)

0 comments on commit 62f05c2

Please sign in to comment.