aboutsummaryrefslogtreecommitdiff
path: root/fname_data.json
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@fsf.org>2018-10-31 14:25:23 -0400
committerRuben Rodriguez <ruben@fsf.org>2018-10-31 14:25:23 -0400
commite2cd5ae6556359adf5116cd982a7645a69516306 (patch)
tree20c3c1e5fc8f8c431e74434bea2d7e096a390bfa /fname_data.json
parent82ad83dd6fb74ff26d41c57332bb8d0df37c408d (diff)
Tokens onerror and top should not be considered nontrivial
Diffstat (limited to 'fname_data.json')
-rw-r--r--fname_data.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/fname_data.json b/fname_data.json
index 8caa6d7..e8ab932 100644
--- a/fname_data.json
+++ b/fname_data.json
@@ -335,7 +335,7 @@ module.exports = {
"onwebkitanimationiteration": true,
"onwebkitanimationstart": true,
"onwebkittransitionend": true,
- "onerror": true,
+ "onerror": false,
"onafterprint": true,
"onbeforeprint": true,
"onbeforeunload": true,
@@ -808,7 +808,7 @@ module.exports = {
"window": false,
"document": true,
"location": false,
- "top": true,
+ "top": false,
"netscape": true,
"Node": true,
"Document": true,