diff --git a/index.bs b/index.bs index 4a16ada2..20e3cc92 100644 --- a/index.bs +++ b/index.bs @@ -9630,16 +9630,9 @@ end: ## Console ## {#patches-console} -Other specifications can define console steps. When any method of the -{{console}} interface is called, with method name -|method| and argument |args|: +Other specifications can define console steps. - -1. If that method does not call the [=Printer=] operation, call any [=console - steps=] defined in external specification with arguments |method|, - |args|, and undefined. - - Otherwise, at the point when the [=Printer=] operation is called with +1. At the point when the [=Printer=] operation is called with arguments |name|, |printerArgs| and |options| (which is undefined if the argument is not provided), call any [=console steps=] defined in external specification with arguments |name|, |printerArgs|, and |options|.