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

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

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

Powered by Google App Engine
This is Rietveld 408576698