From 7fd451d841c6b6eda5dcdd62d813248ffc6cf899 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 17 Nov 2023 11:49:03 +0100 Subject: [PATCH] Call console steps only for printed messages (#595) --- index.bs | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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|.