Side by Side Diff: Source/core/html/HTMLAttributeNames.in
Issue 435753003 :
Implement minlength for <input> and <textarea>. (Closed)
Patch Set: Add layout tests for minlength & maxlength together; fix comments
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
LayoutTests/fast/forms/ValidityState-tooLong-input.html
LayoutTests/fast/forms/ValidityState-tooLong-input-expected.txt
LayoutTests/fast/forms/ValidityState-tooLong-textarea.html
LayoutTests/fast/forms/ValidityState-tooLong-textarea-expected.txt
LayoutTests/fast/forms/ValidityState-tooShort-input.html
LayoutTests/fast/forms/ValidityState-tooShort-input-expected.txt
LayoutTests/fast/forms/ValidityState-tooShort-textarea.html
LayoutTests/fast/forms/ValidityState-tooShort-textarea-expected.txt
LayoutTests/fast/forms/textarea-maxlength.html
LayoutTests/fast/forms/textarea-maxlength-expected.txt
LayoutTests/fast/forms/textarea-minlength.html
LayoutTests/fast/forms/textarea-minlength-expected.txt
LayoutTests/fast/forms/validationMessage.html
LayoutTests/fast/forms/validationMessage-expected.txt
LayoutTests/fast/forms/validity-property.html
LayoutTests/fast/forms/validity-property-expected.txt
Source/core/html/FormAssociatedElement.h
Source/core/html/FormAssociatedElement.cpp
Source/core/html/HTMLAttributeNames.in
Source/core/html/HTMLInputElement.h
Source/core/html/HTMLInputElement.cpp
Source/core/html/HTMLInputElement.idl
Source/core/html/HTMLTextAreaElement.h
Source/core/html/HTMLTextAreaElement.cpp
Source/core/html/HTMLTextAreaElement.idl
Source/core/html/HTMLTextFormControlElement.h
Source/core/html/ValidityState.h
Source/core/html/ValidityState.cpp
Source/core/html/ValidityState.idl
Source/core/html/forms/BaseTextInputType.h
Source/core/html/forms/BaseTextInputType.cpp
Source/core/html/forms/InputType.h
Source/core/html/forms/InputType.cpp
Source/platform/text/PlatformLocale.h
Source/platform/text/PlatformLocale.cpp