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

Fix throw syntax in abstract operations #306

Merged
merged 1 commit into from
Oct 12, 2017

Conversation

pozdnyakov
Copy link

@pozdnyakov pozdnyakov commented Oct 11, 2017

The https://heycam.github.io/webidl/#dfn-throw says that
"A DOMException can be created by providing its error name
followed by DOMException." So, the following wording pattern
should be used to throw a DOMException:
"Throw a "SecurityError" DOMException.".


Preview | Diff

The https://heycam.github.io/webidl/#dfn-throw says that
"A DOMException can be created by providing its error name
followed by DOMException." So, the following wording pattern
should be used to throw a `DomException`:
"Throw a "SecurityError" DOMException.".
@pozdnyakov pozdnyakov merged commit e5b4325 into w3c:master Oct 12, 2017
@pozdnyakov pozdnyakov deleted the throw_syntax branch November 29, 2017 07:26
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

Successfully merging this pull request may close these issues.

None yet

3 participants