aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/validitystate/toolong
diff options
context:
space:
mode:
authorRoma Zvarich <hisbvdis@gmail.com>2021-07-18 14:18:00 +0300
committerGitHub <noreply@github.com>2021-07-18 14:18:00 +0300
commit4f1ba6d2c029e2f1026766f755ffffe0a6ed972a (patch)
tree488bc1fa539db3be89aab23830fd0c27a2f5a248 /files/ru/web/api/validitystate/toolong
parent8426186ad748d23b13a494ddd5deeb2e99cf651d (diff)
downloadtranslated-content-4f1ba6d2c029e2f1026766f755ffffe0a6ed972a.tar.gz
translated-content-4f1ba6d2c029e2f1026766f755ffffe0a6ed972a.tar.bz2
translated-content-4f1ba6d2c029e2f1026766f755ffffe0a6ed972a.zip
Перевод "Validitystate" и дочерних статей (#1531)
* 'ValidityState' topic * 'badInput' topic * 'patternMismatch' topic * 'range overflow' article * 'range underflow' article * 'step mismatch' article * 'Too long' article * 'Too short' article * 'Type mismatch' article * 'Read only' fix * Typo fix * Update files/ru/web/api/validitystate/badinput/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/badinput/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/stepmismatch/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/toolong/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/typemismatch/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/typemismatch/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/validitystate/typemismatch/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
Diffstat (limited to 'files/ru/web/api/validitystate/toolong')
-rw-r--r--files/ru/web/api/validitystate/toolong/index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/files/ru/web/api/validitystate/toolong/index.html b/files/ru/web/api/validitystate/toolong/index.html
new file mode 100644
index 0000000000..d824c67dcb
--- /dev/null
+++ b/files/ru/web/api/validitystate/toolong/index.html
@@ -0,0 +1,30 @@
+---
+title: validityState.tooLong
+slug: Web/API/ValidityState/tooLong
+tags:
+ - API
+ - Constraint Validation API
+ - DOM
+ - Нужны примеры
+ - Свойство
+ - Справочник
+browser-compat: api.ValidityState.tooLong
+---
+<div>{{draft}}</div>
+
+<p><span class="seoSummary">Доступное только для чтения свойство <strong><code>tooLong</code></strong> объекта <strong><code><a href="/ru/docs/Web/API/ValidityState">ValidityState</a></code></strong> указывает, превышает ли длина значения {{HTMLElement("input")}} или {{HTMLElement("textarea")}}, после редактирования пользователем, заданный в атрибуте <code><a href="/en-US/docs/Web/HTML/Attributes/maxlength">maxlength</a></code> максимум.</span></p>
+
+<h2 id="Specifications">Спецификации</h2>
+
+{{Specifications}}
+
+<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
+
+<p>{{Compat}}</p>
+
+<h2 id="See_also">Смотрите также</h2>
+
+<ul>
+ <li><a href="/ru/docs/Web/Guide/HTML/HTML5/Constraint_validation">Валидация ограничений</a></li>
+ <li><a href="/ru/docs/Learn/Forms/Form_validation">Валидация форм на стороне клиента</a></li>
+</ul>