console icon indicating copy to clipboard operation
console copied to clipboard

Change in organization of the definition of Formatter()

Open jimmonte opened this issue 2 years ago • 1 comments

What is the issue with the Console Standard?

Item 3 of the definition of Formatter() at https://console.spec.whatwg.org/#formatter ("Let current be the second element of args.") should be moved into the sublist of item 6 since it is only required there. This change reduces the scope of the definition of current as well as improving its locality of reference.

jimmonte avatar Dec 02 '23 17:12 jimmonte

Pull requests are welcome.

domfarolino avatar Dec 02 '23 17:12 domfarolino