Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: returning already terminates this algorithm #30

Open
domenic opened this issue Mar 19, 2020 · 0 comments
Open

Editorial: returning already terminates this algorithm #30

domenic opened this issue Mar 19, 2020 · 0 comments

Comments

@domenic
Copy link

domenic commented Mar 19, 2020

E.g.

If effective domain is not a valid domain, then return a DOMException whose name is "SecurityError" and terminate this algorithm.

can just be

If effective domain is not a valid domain, then return a DOMException whose name is "SecurityError".

See https://infra.spec.whatwg.org/#algorithm-control-flow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant