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

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

Issue 18836002: Implement 'mouseenter' and 'mouseleave' from DOM Level 3 Events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Attribute tests. Created 7 years, 5 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
« no previous file with comments | « Source/core/dom/MouseEvent.cpp ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 oninput 203 oninput
204 oninvalid 204 oninvalid
205 onkeydown 205 onkeydown
206 onkeypress 206 onkeypress
207 onkeyup 207 onkeyup
208 onload 208 onload
209 onloadeddata 209 onloadeddata
210 onloadedmetadata 210 onloadedmetadata
211 onloadstart 211 onloadstart
212 onmousedown 212 onmousedown
213 onmouseenter
214 onmouseleave
213 onmousemove 215 onmousemove
214 onmouseout 216 onmouseout
215 onmouseover 217 onmouseover
216 onmouseup 218 onmouseup
217 onmousewheel 219 onmousewheel
218 ononline 220 ononline
219 onoffline 221 onoffline
220 onorientationchange 222 onorientationchange
221 onpagehide 223 onpagehide
222 onpageshow 224 onpageshow
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 value 333 value
332 valuetype 334 valuetype
333 version 335 version
334 viewsource 336 viewsource
335 vlink 337 vlink
336 vspace 338 vspace
337 webkitallowfullscreen 339 webkitallowfullscreen
338 webkitdirectory 340 webkitdirectory
339 width 341 width
340 wrap 342 wrap
OLDNEW
« no previous file with comments | « Source/core/dom/MouseEvent.cpp ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698