aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/validitystate/tooshort/index.md
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-12 10:48:54 +0900
committerpotappo <potappo@gmail.com>2021-12-20 00:53:05 +0900
commitfac043e3e5161039e2c9cdae808ee2e7916596f3 (patch)
treea040151ba9594fb4abdd41a8fd4e6fe1cc283cb3 /files/ja/web/api/validitystate/tooshort/index.md
parent995620e74d11495cc7842b8892a77349ef8f93a4 (diff)
downloadtranslated-content-fac043e3e5161039e2c9cdae808ee2e7916596f3.tar.gz
translated-content-fac043e3e5161039e2c9cdae808ee2e7916596f3.tar.bz2
translated-content-fac043e3e5161039e2c9cdae808ee2e7916596f3.zip
2021/10/13 時点の英語版に同期
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)