summaryrefslogtreecommitdiff
path: root/utils/corestrings.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2015-11-22 14:50:35 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2015-11-22 14:50:35 +0000
commitb42a910ed91c91da71e53b4efb9889aa46938aee (patch)
treef0f60fc005a0545ddfb4328ac40d8ffc48fe054d /utils/corestrings.h
parent9fe01f09c879bd75c369ea064be519adaf3d9837 (diff)
downloadnetsurf-b42a910ed91c91da71e53b4efb9889aa46938aee.tar.gz
netsurf-b42a910ed91c91da71e53b4efb9889aa46938aee.tar.bz2
Ensure that those events listed in 8.1.5.2 as forwarded from body to window, don't get registered for listeners on body
Diffstat (limited to 'utils/corestrings.h')
-rw-r--r--utils/corestrings.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/corestrings.h b/utils/corestrings.h
index c72e8b012..4913e73ae 100644
--- a/utils/corestrings.h
+++ b/utils/corestrings.h
@@ -284,7 +284,16 @@ extern struct dom_string *corestring_dom_image;
extern struct dom_string *corestring_dom_radio;
extern struct dom_string *corestring_dom_checkbox;
extern struct dom_string *corestring_dom_file;
+/* Event prefix */
extern struct dom_string *corestring_dom_on;
+/* These are the event attributes which forward from body to window */
+extern struct dom_string *corestring_dom_onblur;
+extern struct dom_string *corestring_dom_onerror;
+extern struct dom_string *corestring_dom_onfocus;
+extern struct dom_string *corestring_dom_onload;
+extern struct dom_string *corestring_dom_onresize;
+extern struct dom_string *corestring_dom_onscroll;
+
/* DOM userdata keys */
extern struct dom_string *corestring_dom___ns_key_box_node_data;
extern struct dom_string *corestring_dom___ns_key_libcss_node_data;