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

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

Issue 2566213002: Add onauxclick and onpointer* as content attribute (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/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 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 nonce 162 nonce
163 noresize 163 noresize
164 noshade 164 noshade
165 novalidate 165 novalidate
166 nowrap 166 nowrap
167 object 167 object
168 onabort 168 onabort
169 onanimationstart 169 onanimationstart
170 onanimationiteration 170 onanimationiteration
171 onanimationend 171 onanimationend
172 onauxclick
172 onbeforecopy 173 onbeforecopy
173 onbeforecut 174 onbeforecut
174 onbeforepaste 175 onbeforepaste
175 onbeforeunload 176 onbeforeunload
176 onblur 177 onblur
177 oncancel 178 oncancel
178 oncanplay 179 oncanplay
179 oncanplaythrough 180 oncanplaythrough
180 onchange 181 onchange
181 onclick 182 onclick
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 onmousewheel 224 onmousewheel
224 ononline 225 ononline
225 onoffline 226 onoffline
226 onorientationchange 227 onorientationchange
227 onpagehide 228 onpagehide
228 onpageshow 229 onpageshow
229 onpaste 230 onpaste
230 onpause 231 onpause
231 onplay 232 onplay
232 onplaying 233 onplaying
234 onpointercancel
235 onpointerdown
236 onpointerenter
237 onpointerleave
238 onpointermove
239 onpointerout
240 onpointerover
241 onpointerup
233 onpopstate 242 onpopstate
234 onprogress 243 onprogress
235 onratechange 244 onratechange
236 onreset 245 onreset
237 onresize 246 onresize
238 onscroll 247 onscroll
239 onsearch 248 onsearch
240 onseeked 249 onseeked
241 onseeking 250 onseeking
242 onselect 251 onselect
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 usemap 327 usemap
319 valign 328 valign
320 value 329 value
321 valuetype 330 valuetype
322 version 331 version
323 vlink 332 vlink
324 vspace 333 vspace
325 webkitdirectory 334 webkitdirectory
326 width 335 width
327 wrap 336 wrap
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698