From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../fr/web/api/document/querycommandstate/index.md | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 files/fr/web/api/document/querycommandstate/index.md (limited to 'files/fr/web/api/document/querycommandstate/index.md') diff --git a/files/fr/web/api/document/querycommandstate/index.md b/files/fr/web/api/document/querycommandstate/index.md new file mode 100644 index 0000000000..ca874815cb --- /dev/null +++ b/files/fr/web/api/document/querycommandstate/index.md @@ -0,0 +1,49 @@ +--- +title: Document.queryCommandState() +slug: Web/API/Document/queryCommandState +tags: + - API + - DOM + - Document +translation_of: Web/API/Document/queryCommandState +--- +
{{ApiRef("DOM")}}
+ +

Syntaxe

+ +
queryCommandState(String command)
+
+ +

Exemple

+ +

TBD

+ +

Spécifications

+ + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName('HTML Editing','#execcommand()','execCommand')}}{{Spec2('HTML Editing')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ +

{{Compat("api.Document.queryCommandState")}}

+ +

Voir aussi

+ + -- cgit v1.2.3-54-g00ecf