From: Vytas Date: Thu, 11 Jan 2018 08:36:16 +0000 (+0200) Subject: Fix invalid "constraint validation API" URL in docs (#25244) X-Git-Tag: v4.0.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea31472ea06ea180cd4a829d5814e0eb4364f38;p=thirdparty%2Fbootstrap.git Fix invalid "constraint validation API" URL in docs (#25244) --- diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 3830f5a9f1..4735bd9a5c 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -711,7 +711,7 @@ Here's how form validation works with Bootstrap: - Bootstrap scopes the `:invalid` and `:valid` styles to parent `.was-validated` class, usually applied to the `
`. Otherwise, any required field without a value shows up as invalid on page load. This way, you may choose when to activate them (typically after form submission is attempted). - As a fallback, `.is-invalid` and `.is-valid` classes may be used instead of the pseudo-classes for [server side validation](#server-side). They do not require a `.was-validated` parent class. - Due to constraints in how CSS works, we cannot (at present) apply styles to a `