We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be29f6 commit d75b5e8Copy full SHA for d75b5e8
files/en-us/web/api/event/istrusted/index.md
@@ -13,8 +13,8 @@ The **`isTrusted`** read-only property of the
13
when the event was generated by the user agent (including via user actions and programmatic methods such as {{domxref("HTMLElement.focus()")}}),
14
and `false` when the event was dispatched via
15
{{domxref("EventTarget.dispatchEvent()")}}.
16
-The only exception is the `click` event, which initializes the `isTrusted`
17
-property to `false` in user agents.
+The `click` event fired through {{domxref("HTMLElement.click()")}} always sets the `isTrusted`
+property to `false`.
18
19
## Value
20
0 commit comments