Create gh-pages branch via GitHub

This commit is contained in:
Wouter Scherphof 2014-01-10 11:59:55 -08:00
parent 2dcf8ab962
commit ef21e12aad
2 changed files with 2 additions and 3 deletions

View File

@ -171,8 +171,7 @@ Now, find specific contained elements by selecting:</p>
<a name="limitations" class="anchor" href="#limitations"><span class="octicon octicon-link"></span></a>Limitations</h2>
<ul>
<li>Attribute values in selector strings cannot contain any spaces, nor any of <code>#</code>, <code>[</code>, <code>]</code>, <code>:</code>, <code>(</code>, or <code>)</code>
</li>
<li>Attribute values in selector strings cannot contain any spaces</li>
<li>The spaces before and after the <code>&gt;</code> in a <code>parent &gt; child</code> relation are mandatory </li>
<li>
<code>&lt;!</code> elements (including doctype, comments, and CDATA) are not parsed; markup within CDATA is <em>not</em> escaped</li>

File diff suppressed because one or more lines are too long