Skip to content

Commit

Permalink
[e] (0) markup fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2459 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 26, 2008
1 parent a648aca commit 6af8fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -5537,7 +5537,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<p>The following <code>DOMException</code> codes are defined in DOM
Core. <a href=#refsDOMCORE>[DOMCORE]</a></p>

<ol><li value=1><dfn id=index_size_err><code>INDEX_SIZE_ERR</code></dfn></li>
<ol class=brief><li value=1><dfn id=index_size_err><code>INDEX_SIZE_ERR</code></dfn></li>
<li value=2><dfn id=domstring_size_err><code>DOMSTRING_SIZE_ERR</code></dfn></li>
<li value=3><dfn id=hierarchy_request_err><code>HIERARCHY_REQUEST_ERR</code></dfn></li>
<li value=4><dfn id=wrong_document_err><code>WRONG_DOCUMENT_ERR</code></dfn></li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -5523,7 +5523,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20html%3E..
<p>The following <code>DOMException</code> codes are defined in DOM
Core. <a href="#refsDOMCORE">[DOMCORE]</a></p>

<ol>
<ol class="brief">
<li value="1"><dfn><code>INDEX_SIZE_ERR</code></dfn></li>
<li value="2"><dfn><code>DOMSTRING_SIZE_ERR</code></dfn></li>
<li value="3"><dfn><code>HIERARCHY_REQUEST_ERR</code></dfn></li>
Expand Down

0 comments on commit 6af8fa9

Please sign in to comment.