pub(crate) fn document_exec_command( _it: &mut Interp, _t: Value, a: &[Value], ) -> Result<Value, Value>
document.execCommand(commandName, showUI, value)(HTML Standard §7.7)。
document.execCommand(commandName, showUI, value)