Skip to content

Commit eaa1c8c

Browse files
authored
L200052: Fixing corrupted characters (#17690)
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Corrupted characters in article
1 parent 607e415 commit eaa1c8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • aspnetcore/data/ef-rp/intro/samples/cu/wwwroot/lib/jquery-validation

aspnetcore/data/ef-rp/intro/samples/cu/wwwroot/lib/jquery-validation/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
* Completely removed dependency on element IDs, though they are still used (when present) to link error labels to inputs. Achieved by using
504504
an array with {name, message, element} instead of an object with id:message pairs for the internal errorList.
505505
* Added support for specifying simple rules as simple strings, eg. "required" is equivalent to {required: true}
506-
* Added feature: Add errorClass to invalid fields parent element, making it easy to style the label/field container or the label for the field.
506+
* Added feature: Add errorClass to invalid field's parent element, making it easy to style the label/field container or the label for the field.
507507
* Added feature: focusCleanup - If enabled, removes the errorClass from the invalid elements and hides all errors messages whenever the element is focused.
508508
* Added success option to show the a field was validated successfully
509509
* Fixed Opera select-issue (avoiding a attribute-collision)
@@ -516,15 +516,15 @@
516516
* Customize error element via errorElement option
517517
* Added validator.refresh() to find new inputs in the form
518518
* Added accept validation method, checks file extensions
519-
* Improved dependency feature by adding two custom expressions: ":blank" to select elements with an empty value and :filled to select elements with a value, both excluding whitespace
519+
* Improved dependency feature by adding two custom expressions: ":blank" to select elements with an empty value and ":filled" to select elements with a value, both excluding whitespace
520520
* Added a resetForm() method to the validator: Resets each form element (using the form plugin, if available), removes classes on invalid elements and hides all error messages
521521
* Fixed docs for validator.showErrors()
522522
* Fixed error label creation to always use html() instead of text(), allowing arbitrary HTML passed in as messages
523523
* Fixed error label creation to use specified error class
524524
* Added dependency feature: The requires method accepts both String (jQuery expressions) and Functions as the argument
525525
* Heavily improved customizing of error message display: Use normal messages and show/hide an additional container; Completely replace message display with own mechanism (while being able to delegate to the default handler; Customize placing of generated labels (instead of default below-element)
526526
* Fixed two major bugs in IE (error containers) and Opera (metadata)
527-
* Modified validation methods to accept empty fields as valid (exception: of course required and also equalTo methods)
527+
* Modified validation methods to accept empty fields as valid (exception: of course "required" and also "equalTo" methods)
528528
* Renamed "min" to "minLength", "max" to "maxLength", "length" to "rangeLength"
529529
* Added "minValue", "maxValue" and "rangeValue"
530530
* Streamlined API for support of different events. The default, submit, can be disabled. If any event is specified, that is applied to each element (instead of the entire form). Combining keyup-validation with submit-validation is now extremely easy to setup

0 commit comments

Comments
 (0)