| 890 |
|
|
| 891 |
<h2 id=notes>Notes</h2> |
<h2 id=notes>Notes</h2> |
| 892 |
|
|
| 893 |
<p>This is a <em>simplified</em> implementation of |
<p>This is a <em>simplified</em> implementation of <a |
| 894 |
<a href="http://www.whatwg.org/specs/web-apps/current-work/#parsing">HTML5 |
href="http://www.whatwg.org/specs/web-apps/current-work/#parsing">HTML5 |
| 895 |
Parsing Algorithm</a>. It only implements script-related part of the |
Parsing Algorithm</a> (revision 2138). It only implements |
| 896 |
algorithm. Especially, this parser: |
scripting-related parts of the algorithm. Especially, this parser: |
| 897 |
|
|
| 898 |
<ul> |
<ul> |
| 899 |
<li>Does not support <code>DOCTYPE</code> and comment tokens. |
<li>Does not support <code>DOCTYPE</code> and comment tokens. |
| 900 |
<li>Does not support entities except for <code>&quot;</code>, |
<li>Does not support entities except for <code>&quot;</code>, |