diff --git a/docs/execCommand/index.html b/docs/execCommand/index.html index 411a1b5..86200a8 100644 --- a/docs/execCommand/index.html +++ b/docs/execCommand/index.html @@ -608,6 +608,17 @@

Methods to query and execute commands

+ +
+        partial interface Document {
+          [CEReactions] boolean execCommand(DOMString commandId, optional boolean showUI = false, optional (DOMString or TrustedHTML) value = "");
+        };
+      
+ +

+ TODO: Add IDL for queryCommand* functions. +

+

TODO: Define behavior for show UI.

@@ -15208,6 +15219,17 @@

+
+

+ Dependencies +

+ + The Trusted Types [[TRUSTED-TYPES]] specification defines: + + +

Additional requirements