From bea31472ea06ea180cd4a829d5814e0eb4364f38 Mon Sep 17 00:00:00 2001 From: Vytas Date: Thu, 11 Jan 2018 10:36:16 +0200 Subject: [PATCH] Fix invalid "constraint validation API" URL in docs (#25244) --- docs/4.0/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `