Skip to content

Commit

Permalink
Link oldValue
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 14, 2014
1 parent 9f0d812 commit 2991811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2686,8 +2686,8 @@ <h4>Queuing a mutation record</h4>
<var title>nextSibling</var>.

<li><p>If <var title>observer</var> has a paired string,
set <var title>record</var>'s <code title>oldValue</code> to
<var title>observer</var>'s paired string.
set <var title>record</var>'s <code title=dom-MutationRecord-oldValue>oldValue</code>
to <var title>observer</var>'s paired string.

<li><p>Append <var title>record</var> to <var title>observer</var>'s
<span title=concept-MO-queue>record queue</span>.
Expand Down
6 changes: 3 additions & 3 deletions dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<hgroup>
<h1 class="allcaps">DOM</h1>
<h2>Living Standard — Last Updated 13 November 2014</h2>
<h2>Living Standard — Last Updated 14 November 2014</h2>
</hgroup>

<dl>
Expand Down Expand Up @@ -2764,8 +2764,8 @@ <h4 id="queuing-a-mutation-record"><span class="secno">4.3.2 </span>Queuing a mu
<var title="">nextSibling</var>.

<li><p>If <var title="">observer</var> has a paired string,
set <var title="">record</var>'s <code title="">oldValue</code> to
<var title="">observer</var>'s paired string.
set <var title="">record</var>'s <code title="dom-MutationRecord-oldValue"><a href="#dom-mutationrecord-oldvalue">oldValue</a></code>
to <var title="">observer</var>'s paired string.

<li><p>Append <var title="">record</var> to <var title="">observer</var>'s
<a href="#concept-mo-queue" title="concept-MO-queue">record queue</a>.
Expand Down

0 comments on commit 2991811

Please sign in to comment.