Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
Related to #75: add a missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
zqzhang authored and yongsheng committed May 17, 2017
1 parent 09b8ac9 commit 15da5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/nodes.include
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ dictionary MutationObserverInit {

<li><p>If <var>options</var>' <code>characterDataOldValue</code> is present and <var>options</var>' <code>characterData</code> is omitted, set <var>options</var>' <code>characterData</code> to true.

<li><p>If none of <var>options</var>' <code>childList</code> <code>attributes</code>, and <code>characterData</code> is true, <a href="http://www.w3.org/TR/WebIDL-1/#dfn-throw">throw</a> a <code>TypeError</code>.
<li><p>If none of <var>options</var>' <code>childList</code>, <code>attributes</code>, and <code>characterData</code> is true, <a href="http://www.w3.org/TR/WebIDL-1/#dfn-throw">throw</a> a <code>TypeError</code>.

<li><p>If <var>options</var>' <code>attributeOldValue</code> is true and <var>options</var>' <code>attributes</code> is false, <a href="http://www.w3.org/TR/WebIDL-1/#dfn-throw">throw</a> a JavaScript <code>TypeError</code>.

Expand Down

0 comments on commit 15da5dd

Please sign in to comment.