diff --git a/docs/execCommand/index.html b/docs/execCommand/index.html index 411a1b5..a422469 100644 --- a/docs/execCommand/index.html +++ b/docs/execCommand/index.html @@ -608,6 +608,17 @@
+ partial interface Document { + [CEReactions] boolean execCommand(DOMString commandId, optional boolean showUI = false, optional (TrustedHTML or DOMString) value = ""); + }; ++ +
+ TODO: Add IDL for queryCommand* functions. +
+TODO: Define behavior for show UI.
@@ -12930,6 +12941,13 @@
+ Set value to the result of invoking
+ get trusted types compliant string with TrustedHTML
,
+ this's relevant global object, value, "Document execCommand", and "script".
+
@@ -15208,6 +15226,17 @@