Skip to content

Commit

Permalink
Editorial: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored and annevk committed Aug 29, 2016
1 parent cb85ac4 commit 4015071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ method, when invoked, must run these steps:
{{MutationObserverInit/characterData}} to true.

<li>If none of <var>options</var>'
{{MutationObserverInit/childList}}
{{MutationObserverInit/childList}},
{{MutationObserverInit/attributes}}, and
{{MutationObserverInit/characterData}} is true,
<a>throw</a> a <code>TypeError</code>.
Expand Down
4 changes: 2 additions & 2 deletions dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<p data-fill-with="logo"><a class="logo" href="https://whatwg.org/"> <img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-dom.svg"> </a> </p>
<hgroup>
<h1 class="p-name no-ref allcaps" id="title">DOM</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-08-25">25 August 2016</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-08-28">28 August 2016</time></span></h2>
</hgroup>
<div data-fill-with="spec-metadata">
<dl>
Expand Down Expand Up @@ -1945,7 +1945,7 @@ <h4 class="heading settled" data-level="4.3.1" id="interface-mutationobserver"><
<li>If either <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributeoldvalue">attributeOldValue</a></code> or <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributefilter">attributeFilter</a></code> is present
and <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributes">attributes</a></code> is omitted, set <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributes">attributes</a></code> to true.
<li>If <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-characterdataoldvalue">characterDataOldValue</a></code> is present and <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-characterdata">characterData</a></code> is omitted, set <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-characterdata">characterData</a></code> to true.
<li>If none of <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-childlist">childList</a></code> <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributes">attributes</a></code>, and <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-characterdata">characterData</a></code> is true, <a data-link-type="dfn" href="https://heycam.github.io/webidl/#dfn-throw">throw</a> a <code>TypeError</code>.
<li>If none of <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-childlist">childList</a></code>, <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributes">attributes</a></code>, and <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-characterdata">characterData</a></code> is true, <a data-link-type="dfn" href="https://heycam.github.io/webidl/#dfn-throw">throw</a> a <code>TypeError</code>.
<li>If <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributeoldvalue">attributeOldValue</a></code> is true
and <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributes">attributes</a></code> is false, <a data-link-type="dfn" href="https://heycam.github.io/webidl/#dfn-throw">throw</a> a <code>TypeError</code>.
<li>If <var>options</var>’ <code class="idl"><a data-link-type="idl" href="#dom-mutationobserverinit-attributefilter">attributeFilter</a></code> is present
Expand Down

0 comments on commit 4015071

Please sign in to comment.