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

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

Issue 995363002: Implement autocapitalize in Blink to be used by the embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update webexposed tests Created 5 years, 9 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 export="CORE_EXPORT" 5 export="CORE_EXPORT"
6 6
7 abbr 7 abbr
8 accept-charset 8 accept-charset
9 accept 9 accept
10 accesskey 10 accesskey
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 aria-readonly 43 aria-readonly
44 aria-relevant 44 aria-relevant
45 aria-required 45 aria-required
46 aria-selected 46 aria-selected
47 aria-sort 47 aria-sort
48 aria-valuemax 48 aria-valuemax
49 aria-valuemin 49 aria-valuemin
50 aria-valuenow 50 aria-valuenow
51 aria-valuetext 51 aria-valuetext
52 async 52 async
53 autocapitalize
53 autocomplete 54 autocomplete
54 autofocus 55 autofocus
55 autoplay 56 autoplay
56 axis 57 axis
57 background 58 background
58 behavior 59 behavior
59 bgcolor 60 bgcolor
60 border 61 border
61 bordercolor 62 bordercolor
62 capture 63 capture
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 usemap 309 usemap
309 valign 310 valign
310 value 311 value
311 valuetype 312 valuetype
312 version 313 version
313 vlink 314 vlink
314 vspace 315 vspace
315 webkitdirectory 316 webkitdirectory
316 width 317 width
317 wrap 318 wrap
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/html/HTMLInputElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698