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

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

Issue 252373002: Add ontoggle to GlobalEventHandlers and HTML attributes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/GlobalEventHandlers.idl ('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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 onselect 245 onselect
246 onselectstart 246 onselectstart
247 onselectionchange 247 onselectionchange
248 onwebkitspeechchange 248 onwebkitspeechchange
249 onshow 249 onshow
250 onstalled 250 onstalled
251 onstorage 251 onstorage
252 onsuspend 252 onsuspend
253 onsubmit 253 onsubmit
254 ontimeupdate 254 ontimeupdate
255 ontoggle
255 ontouchstart 256 ontouchstart
256 ontouchmove 257 ontouchmove
257 ontouchend 258 ontouchend
258 ontouchcancel 259 ontouchcancel
259 ontransitionend 260 ontransitionend
260 onunload 261 onunload
261 onvolumechange 262 onvolumechange
262 onwaiting 263 onwaiting
263 onwebkitanimationstart 264 onwebkitanimationstart
264 onwebkitanimationiteration 265 onwebkitanimationiteration
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 valign 341 valign
341 value 342 value
342 valuetype 343 valuetype
343 version 344 version
344 vlink 345 vlink
345 vspace 346 vspace
346 webkitallowfullscreen 347 webkitallowfullscreen
347 webkitdirectory 348 webkitdirectory
348 width 349 width
349 wrap 350 wrap
OLDNEW
« no previous file with comments | « Source/core/dom/GlobalEventHandlers.idl ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698