Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4517 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 6, 2010
1 parent d1d69ee commit 798f837
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -76488,8 +76488,8 @@ <h5 id=misnested-tags:-b-i-/b-/i><span class=secno>11.2.8.1 </span>Misnested tag

<p class=note>This isn't a security problem since the script that
moves the <code><a href=#the-div-element>div</a></code> into the outer <code>Document</code> can
only do so because they have the two <code>Document</code> object
have the same <a href=#origin>origin</a>.</p>
only do so because the two <code>Document</code> object have the
same <a href=#origin>origin</a>.</p>

<p>Thus, the first alert says "http://example.com/outer".</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -68115,8 +68115,8 @@ document.body.appendChild(text);

<p class=note>This isn't a security problem since the script that
moves the <code><a href=#the-div-element>div</a></code> into the outer <code>Document</code> can
only do so because they have the two <code>Document</code> object
have the same <a href=#origin>origin</a>.</p>
only do so because the two <code>Document</code> object have the
same <a href=#origin>origin</a>.</p>

<p>Thus, the first alert says "http://example.com/outer".</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -87176,8 +87176,8 @@ document.body.appendChild(text);

<p class="note">This isn't a security problem since the script that
moves the <code>div</code> into the outer <code>Document</code> can
only do so because they have the two <code>Document</code> object
have the same <span>origin</span>.</p>
only do so because the two <code>Document</code> object have the
same <span>origin</span>.</p>

<p>Thus, the first alert says "http://example.com/outer".</p>

Expand Down

0 comments on commit 798f837

Please sign in to comment.