aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/validitystate/tooshort/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/validitystate/tooshort/index.md')
-rw-r--r--files/ja/web/api/validitystate/tooshort/index.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/web/api/validitystate/tooshort/index.md b/files/ja/web/api/validitystate/tooshort/index.md
new file mode 100644
index 0000000000..5af84a7f13
--- /dev/null
+++ b/files/ja/web/api/validitystate/tooshort/index.md
@@ -0,0 +1,19 @@
+---
+title: ValidityState.tooShort
+slug: Web/API/ValidityState/tooShort
+browser-compat: api.ValidityState.tooShort
+---
+**`tooShort`** は **[`ValidityState`](/ja/docs/Web/API/ValidityState)** オブジェクトの読み取り専用プロパティで、 {{HTMLElement("input")}}, {{HTMLElement("button")}}, {{HTMLElement("select")}}, {{HTMLElement("output")}}, {{HTMLElement("fieldset")}}, {{HTMLElement("textarea")}} の何れかの値がユーザーによって変更された後、要素の `minlength` 属性で指定されたコード単位長よりも短くなったことを示します。
+
+## 仕様書
+
+{{Specifications}}
+
+## ブラウザーの互換性
+
+{{Compat}}
+
+## 関連情報
+
+- [ガイド: 制約検証](/ja/docs/Web/Guide/HTML/Constraint_validation)
+- [チュートリアル: フォームデータの検証](/ja/docs/Learn/Forms/Form_validation)