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

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

Issue 23583032: Add onanimationXXX attributes on HTML elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 muted 162 muted
163 name 163 name
164 nohref 164 nohref
165 nonce 165 nonce
166 noresize 166 noresize
167 noshade 167 noshade
168 novalidate 168 novalidate
169 nowrap 169 nowrap
170 object 170 object
171 onabort 171 onabort
172 onanimationstart
173 onanimationiteration
174 onanimationend
172 onautocomplete 175 onautocomplete
173 onautocompleteerror 176 onautocompleteerror
174 onbeforecopy 177 onbeforecopy
175 onbeforecut 178 onbeforecut
176 onbeforeload 179 onbeforeload
177 onbeforepaste 180 onbeforepaste
178 onbeforeunload 181 onbeforeunload
179 onblur 182 onblur
180 oncanplay 183 oncanplay
181 oncanplaythrough 184 oncanplaythrough
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 value 338 value
336 valuetype 339 valuetype
337 version 340 version
338 viewsource 341 viewsource
339 vlink 342 vlink
340 vspace 343 vspace
341 webkitallowfullscreen 344 webkitallowfullscreen
342 webkitdirectory 345 webkitdirectory
343 width 346 width
344 wrap 347 wrap
OLDNEW
« no previous file with comments | « LayoutTests/animations/animation-events-unprefixed-03-expected.txt ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698