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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/HTMLAttributeNames.in
diff --git a/third_party/WebKit/Source/core/html/HTMLAttributeNames.in b/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
index 6c546dd364293a0880932ae1442b0249d63b59a5..50d07db2c29c7a57815eea1d5599b3f9c9efbdca 100644
--- a/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
+++ b/third_party/WebKit/Source/core/html/HTMLAttributeNames.in
@@ -170,6 +170,7 @@ onabort
onanimationstart
onanimationiteration
onanimationend
+onauxclick
onbeforecopy
onbeforecut
onbeforepaste
@@ -231,6 +232,14 @@ onpaste
onpause
onplay
onplaying
+onpointercancel
+onpointerdown
+onpointerenter
+onpointerleave
+onpointermove
+onpointerout
+onpointerover
+onpointerup
onpopstate
onprogress
onratechange

Powered by Google App Engine
This is Rietveld 408576698