Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17274
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7228 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 9, 2012
1 parent 19080ed commit d571506
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -95227,7 +95227,7 @@ <h5 id=misnested-tags:-b-i-/b-/i><span class=secno>12.2.8.1 </span>Misnested tag
is inserted <em>into the outer <code><a href=#document>Document</a></code>
object</em>.</p>

<p>This parsed into different <code><a href=#document>Document</a></code>s than the one
<p>Those parsed into different <code><a href=#document>Document</a></code>s than the one
the parser was created for do not execute, so the first alert does
not show.</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -95227,7 +95227,7 @@ document.body.appendChild(text);
is inserted <em>into the outer <code><a href=#document>Document</a></code>
object</em>.</p>

<p>This parsed into different <code><a href=#document>Document</a></code>s than the one
<p>Those parsed into different <code><a href=#document>Document</a></code>s than the one
the parser was created for do not execute, so the first alert does
not show.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -110462,7 +110462,7 @@ document.body.appendChild(text);
is inserted <em>into the outer <code>Document</code>
object</em>.</p>

<p>This parsed into different <code>Document</code>s than the one
<p>Those parsed into different <code>Document</code>s than the one
the parser was created for do not execute, so the first alert does
not show.</p>

Expand Down

0 comments on commit d571506

Please sign in to comment.