You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: