Skip to content

Commit

Permalink
[Fix #307] Editorial fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Sep 4, 2015
1 parent 51902e3 commit f7435a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h3>Slots</h3>
</p>

<p>
A node can be <dfn>assigned</dfn> to a slot, called an <dfn>assigned slot</dfn>. The exact algorithm of determining an <a>assigned slot</a> for a node is specified later.
A node can be <dfn>assigned</dfn> to a slot, called an <dfn>assigned slot</dfn>. The exact algorithm of determining the <a>assigned slot</a> for a node is specified later.
</p>

<p>A <dfn>distribution</dfn> is the mechanism that determines which <a data-lt="node">nodes</a> appear at each <a>slot</a>. The exact algorithm of a <a>distribution</a> is specified later.</p>
Expand Down Expand Up @@ -314,7 +314,7 @@ <h3>Slots</h3>
<h2>Slotting Algorithm</h2>

<p>
The <dfn>slotting algorithm</dfn> <strong>must</strong> be used to determine an <a>assigned slot</a> for a node and <strong>must</strong> be <a data-lt="processing equivalence">equivalent</a> to processing the following steps:
The <dfn>slotting algorithm</dfn> <strong>must</strong> be used to determine the <a>assigned slot</a> for a node and <strong>must</strong> be <a data-lt="processing equivalence">equivalent</a> to processing the following steps:
</p>

<div class="algorithm">
Expand Down

0 comments on commit f7435a9

Please sign in to comment.