whatwg / console

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

Pushing on a group stack not defined #188

Closed annevk closed 3 years ago

annevk commented 3 years ago

The document is/was using <a>Push</a>, but that didn't reference a meaningful algorithm for what it was trying to do.

I'm removing the wrapper link in https://github.com/whatwg/console/pull/187 to fix the build.

domenic commented 3 years ago

The intent was to use https://infra.spec.whatwg.org/#stack-push

annevk commented 3 years ago

Alright, updated the PR to use that. I guess that's fine then.