whatwg / console

Console Standard
https://console.spec.whatwg.org/
Other
269 stars 67 forks source link

Change in organization of the definition of Formatter() #232

Open jimmonte opened 9 months ago

jimmonte commented 9 months ago

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.

domfarolino commented 9 months ago

Pull requests are welcome.