jorendorff / es-spec-html

An HTML version of the ECMAScript draft specification autogenerated from the source
http://ecma-international.org/ecma-262/5.1/
51 stars 17 forks source link

Automatically fixup where <code> and <b> do not line up #66

Open jorendorff opened 10 years ago

jorendorff commented 10 years ago

We have stuff like:

<b>"<code>1</code>"</b>
<b><code>"6</code>"</b>
"<b><code>value</code>"</b>
then return <b><code>"false"</code>.</b>
<b><span style="font-family: sans-serif">&Prime;</span><code>eval</code><span style="font-family: sans-serif">&Prime;</span></b>
<code>"<b>get</b>"</code>
<code>"<b>index"</b></code>
<b>"Weak<code>Set</code>"</b>
<b><code><a href="#sec-object.create">Object.create</a></code>,</b>

This would be a pain to fix up, but it's a pain to fix that kind of thing manually too.