diff options
Diffstat (limited to 'files/fr/web/api/document/querycommandsupported/index.html')
-rw-r--r-- | files/fr/web/api/document/querycommandsupported/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/files/fr/web/api/document/querycommandsupported/index.html b/files/fr/web/api/document/querycommandsupported/index.html index 986cbd52e3..ddd356a31b 100644 --- a/files/fr/web/api/document/querycommandsupported/index.html +++ b/files/fr/web/api/document/querycommandsupported/index.html @@ -19,10 +19,9 @@ translation_of: Web/API/Document/queryCommandSupported <pre class="syntaxbox"><var>isSupported</var> = document.queryCommandSupported(<var>command</var>); </pre> +<h3 id="Paramètres">Paramètres</h3> + <dl> - <dt> - <h3 id="Paramètres">Paramètres</h3> - </dt> <dt><code>command</code></dt> <dd>La commande pour laquelle on veut déterminer si elle est prise en charge.</dd> </dl> |