Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Side by Side Diff: Source/core/html/HTMLAttributeNames.in

Issue 435753003: Implement minlength for <input> and <textarea>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add layout tests for minlength & maxlength together; fix comments Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 namespace="HTML" 1 namespace="HTML"
2 namespacePrefix="xhtml" 2 namespacePrefix="xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml" 3 namespaceURI="http://www.w3.org/1999/xhtml"
4 attrsNullNamespace 4 attrsNullNamespace
5 5
6 abbr 6 abbr
7 accept-charset 7 accept-charset
8 accept 8 accept
9 accesskey 9 accesskey
10 action 10 action
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 manifest 137 manifest
138 marginheight 138 marginheight
139 marginwidth 139 marginwidth
140 max 140 max
141 maxlength 141 maxlength
142 mayscript 142 mayscript
143 media 143 media
144 mediagroup 144 mediagroup
145 method 145 method
146 min 146 min
147 minlength
147 multiple 148 multiple
148 muted 149 muted
149 name 150 name
150 nohref 151 nohref
151 nonce 152 nonce
152 noresize 153 noresize
153 noshade 154 noshade
154 novalidate 155 novalidate
155 nowrap 156 nowrap
156 object 157 object
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 usemap 306 usemap
306 valign 307 valign
307 value 308 value
308 valuetype 309 valuetype
309 version 310 version
310 vlink 311 vlink
311 vspace 312 vspace
312 webkitdirectory 313 webkitdirectory
313 width 314 width
314 wrap 315 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698