diff options
author | Ruben Rodriguez <ruben@fsf.org> | 2018-10-31 14:25:23 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@fsf.org> | 2018-10-31 14:25:23 -0400 |
commit | e2cd5ae6556359adf5116cd982a7645a69516306 (patch) | |
tree | 20c3c1e5fc8f8c431e74434bea2d7e096a390bfa | |
parent | 82ad83dd6fb74ff26d41c57332bb8d0df37c408d (diff) |
Tokens onerror and top should not be considered nontrivial
-rw-r--r-- | fname_data.json | 4 |
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, |