File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -608,6 +608,17 @@ <h3 id="enabled-commands">
608
608
<h2 id="methods-to-query-and-execute-commands">
609
609
Methods to query and execute commands
610
610
</h2>
611
+
612
+ <pre class="idl">
613
+ partial interface Document {
614
+ [CEReactions] boolean execCommand(DOMString commandId, optional boolean showUI = false, optional (DOMString or TrustedHTML) value = "");
615
+ };
616
+ </pre>
617
+
618
+ <p class="note">
619
+ TODO: Add IDL for queryCommand* functions.
620
+ </p>
621
+
611
622
<p class="note">
612
623
TODO: Define behavior for <var title="">show UI</var>.
613
624
</p>
@@ -15208,6 +15219,17 @@ <h3>
15208
15219
</p>
15209
15220
</section>
15210
15221
</section>
15222
+ <section>
15223
+ <h2 id="dependencies">
15224
+ Dependencies
15225
+ </h2>
15226
+
15227
+ The Trusted Types [[TRUSTED-TYPES]] specification defines:
15228
+
15229
+ <ul>
15230
+ <li>The <dfn data-lt="TrustedHTML"><a href="https://w3c.github.io/trusted-types/dist/spec/#trustedhtml">TrustedHTML</a></dfn> IDL <a>interface</a>
15231
+ </ul>
15232
+ </section>
15211
15233
<section>
15212
15234
<h2 id="additional-requirements">
15213
15235
Additional requirements
You can’t perform that action at this time.
0 commit comments