Re: [whatwg/dom] Editorial: use "exception name" DOMException notation (#518)

tobie commented on this pull request.



> @@ -261,7 +261,8 @@ against a <var>set</var>, run these steps:
  <li><p>Let <var>s</var> be the result of <a>parse a selector</a> <var>selectors</var>.
  [[!SELECTORS4]]
 
- <li><p>If <var>s</var> is failure, then <a>throw</a> a {{SyntaxError}}.
+ <li><p>If <var>s</var> is failure, then <a>throw</a> a "{{InvalidCharacterError!!exception}}"

How is this even possible!? I went through these with a regexp-based search and replace. o_O

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/518#discussion_r144235099

Received on Thursday, 12 October 2017 09:19:19 UTC