Skip to content

Commit

Permalink
[e] (0) Typo in history section
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24488
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8459 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2014
1 parent bcbe3fb commit fda3d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -66973,7 +66973,7 @@ <h4 id=the-history-interface><span class=secno>6.5.2 </span>The <code><a href=#h

<p class=note>Since each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a> might have a
different <a href=#event-loop>event loop</a>, the actual state of the <a href=#joint-session-history>joint session history</a> can
be someone nebulous. For example, two sibling <code><a href=#the-iframe-element>iframe</a></code> elements could both <a href=#traverse-the-history title="traverse the history">traverse</a> from one unique origin to another at the same time,
be somewhat nebulous. For example, two sibling <code><a href=#the-iframe-element>iframe</a></code> elements could both <a href=#traverse-the-history title="traverse the history">traverse</a> from one unique origin to another at the same time,
so their precise order might not be well-defined; similarly, since they might only find out about
each other later, they might disagree about the length of the <a href=#joint-session-history>joint session
history</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -66973,7 +66973,7 @@ x === this; // true</pre>

<p class=note>Since each <code><a href=#document>Document</a></code> in a <a href=#browsing-context>browsing context</a> might have a
different <a href=#event-loop>event loop</a>, the actual state of the <a href=#joint-session-history>joint session history</a> can
be someone nebulous. For example, two sibling <code><a href=#the-iframe-element>iframe</a></code> elements could both <a href=#traverse-the-history title="traverse the history">traverse</a> from one unique origin to another at the same time,
be somewhat nebulous. For example, two sibling <code><a href=#the-iframe-element>iframe</a></code> elements could both <a href=#traverse-the-history title="traverse the history">traverse</a> from one unique origin to another at the same time,
so their precise order might not be well-defined; similarly, since they might only find out about
each other later, they might disagree about the length of the <a href=#joint-session-history>joint session
history</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -74632,7 +74632,7 @@ x === this; // true</pre>

<p class="note">Since each <code>Document</code> in a <span>browsing context</span> might have a
different <span>event loop</span>, the actual state of the <span>joint session history</span> can
be someone nebulous. For example, two sibling <code>iframe</code> elements could both <span
be somewhat nebulous. For example, two sibling <code>iframe</code> elements could both <span
data-x="traverse the history">traverse</span> from one unique origin to another at the same time,
so their precise order might not be well-defined; similarly, since they might only find out about
each other later, they might disagree about the length of the <span>joint session
Expand Down

0 comments on commit fda3d6f

Please sign in to comment.