Skip to content

Commit

Permalink
[e] (0) missing word
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8533

git-svn-id: http://svn.whatwg.org/webapps@4519 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent e22a399 commit 8703a92
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -10217,9 +10217,9 @@ <h4 id=insertadjacenthtml()><span class=secno>3.5.7 </span><code title=dom-inser
<dd>Just inside the element, after its last child.</dd>
<dt>"afterend"</dt>
<dd>After the element itself.</dd>
</dl><p>Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception the arguments have
invalid values (e.g., in the case of <a href=#xml-documents>XML documents</a>,
if the given string is not well-formed).</p>
</dl><p>Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if the arguments
have invalid values (e.g., in the case of <a href=#xml-documents>XML
documents</a>, if the given string is not well-formed).</p>

<p>Throws a <code><a href=#no_modification_allowed_err>NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
the given position isn't possible (e.g. inserting elements after
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -10052,9 +10052,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<dd>Just inside the element, after its last child.</dd>
<dt>"afterend"</dt>
<dd>After the element itself.</dd>
</dl><p>Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception the arguments have
invalid values (e.g., in the case of <a href=#xml-documents>XML documents</a>,
if the given string is not well-formed).</p>
</dl><p>Throws a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception if the arguments
have invalid values (e.g., in the case of <a href=#xml-documents>XML
documents</a>, if the given string is not well-formed).</p>

<p>Throws a <code><a href=#no_modification_allowed_err>NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
the given position isn't possible (e.g. inserting elements after
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -10462,9 +10462,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<dd>After the element itself.</dd>
</dl>

<p>Throws a <code>SYNTAX_ERR</code> exception the arguments have
invalid values (e.g., in the case of <span>XML documents</span>,
if the given string is not well-formed).</p>
<p>Throws a <code>SYNTAX_ERR</code> exception if the arguments
have invalid values (e.g., in the case of <span>XML
documents</span>, if the given string is not well-formed).</p>

<p>Throws a <code>NO_MODIFICATION_ALLOWED_ERR</code> exception if
the given position isn't possible (e.g. inserting elements after
Expand Down

0 comments on commit 8703a92

Please sign in to comment.