Skip to content

Commit

Permalink
an extraneous </span> slipped in
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouvedia committed Apr 14, 2013
1 parent e439989 commit 9516f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification.html
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ <h5><a href="#n1.6.3.1" id="n1.6.3.1">References</a></h5>
<span class="comment">//this reference won't return anything</span>
<span class="property">background</span>: ref(<span class="property">background</span> of <span class="object">@this</span> <span class="selector">*</span>);
<span class="comment">//this one returns #0</span>
<span class="property">background</span>: ref(<span class="property">background</span> of <span class="object">@this</span> <span class="selector">*</span><span class="filter">:odd</span></span>);
<span class="property">background</span>: ref(<span class="property">background</span> of <span class="object">@this</span> <span class="selector">*</span><span class="filter">:odd</span>);
}</pre>
<h5><a href="#n1.6.3.2" id="n1.6.3.2">The attribute function</a></h5>
<p>The syntax is <code>attr(attributeName of <span class="selector">selector</span>)</code> and can be used anywhere a string is accepted. Analogous to references, the function won't return anything if the elements matched don't share the same attribute's value.</p>
Expand Down

0 comments on commit 9516f5a

Please sign in to comment.