aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/event/istrusted/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/event/istrusted/index.md')
-rw-r--r--files/fr/web/api/event/istrusted/index.md85
1 files changed, 46 insertions, 39 deletions
diff --git a/files/fr/web/api/event/istrusted/index.md b/files/fr/web/api/event/istrusted/index.md
index 0267223d10..cdb9b49165 100644
--- a/files/fr/web/api/event/istrusted/index.md
+++ b/files/fr/web/api/event/istrusted/index.md
@@ -9,53 +9,60 @@ tags:
- Référence(2)
translation_of: Web/API/Event/isTrusted
---
-<p>{{APIRef("DOM")}}</p>
+{{APIRef("DOM")}}
-<p>La propriété en lecture seule isTrusted, de l'interface {{domxref("Event")}}, est un booléen qui vaut true lorsque l'événement est généré par une action de l'utilisateur, et false, quand l'événement est créé ou modifié par un script ou envoyé par dispatchEvent.</p>
+La propriété en lecture seule isTrusted, de l'interface {{domxref("Event")}}, est un booléen qui vaut true lorsque l'événement est généré par une action de l'utilisateur, et false, quand l'événement est créé ou modifié par un script ou envoyé par dispatchEvent.
-<h2 id="Syntax">Syntaxe</h2>
+## Syntaxe
-<pre class="syntaxbox">var bool = event.isTrusted;
-</pre>
+ var bool = event.isTrusted;
-<h2 id="Exemple">Exemple</h2>
+## Exemple
-<pre> if (e.isTrusted) {
- /* The event is trusted. */
- } else {
- /* The event is not trusted. */
- }
-</pre>
+ if (e.isTrusted) {
+ /* The event is trusted. */
+ } else {
+ /* The event is not trusted. */
+ }
-<h2 id="Spécifications">Spécifications</h2>
+## Spécifications
<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaires</th>
- </tr>
- <tr>
- <td>{{SpecName('DOM WHATWG', '#dom-event-istrusted', 'Event.isTrusted')}}</td>
- <td>{{ Spec2('DOM WHATWG') }}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName('DOM3 Events', '#trusted-events', 'Trusted events')}}</td>
- <td>{{Spec2('DOM3 Events')}}</td>
- <td>
- <p>Ajoute des conditions à propos des événement trusted et untrusted. Cependant, cela ne défini pas la propriété isTrusted.</p>
- </td>
- </tr>
- <tr>
- <td>{{SpecName('DOM4', '#dom-event-istrusted', 'Event.isTrusted')}}</td>
- <td>{{Spec2('DOM4')}}</td>
- <td>Première définition.</td>
- </tr>
- </tbody>
+ <tbody>
+ <tr>
+ <th scope="col">Spécification</th>
+ <th scope="col">Statut</th>
+ <th scope="col">Commentaires</th>
+ </tr>
+ <tr>
+ <td>
+ {{SpecName('DOM WHATWG', '#dom-event-istrusted', 'Event.isTrusted')}}
+ </td>
+ <td>{{ Spec2('DOM WHATWG') }}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>
+ {{SpecName('DOM3 Events', '#trusted-events', 'Trusted events')}}
+ </td>
+ <td>{{Spec2('DOM3 Events')}}</td>
+ <td>
+ <p>
+ Ajoute des conditions à propos des événement trusted et untrusted.
+ Cependant, cela ne défini pas la propriété isTrusted.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ {{SpecName('DOM4', '#dom-event-istrusted', 'Event.isTrusted')}}
+ </td>
+ <td>{{Spec2('DOM4')}}</td>
+ <td>Première définition.</td>
+ </tr>
+ </tbody>
</table>
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
-<p>{{Compat("api.Event.isTrusted")}}</p>
+{{Compat("api.Event.isTrusted")}}