Skip to content

Commit

Permalink
[e] (0) typo in key event routing algorithm
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24926
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8527 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 5, 2014
1 parent b86c204 commit 52f007b
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 @@ -77089,7 +77089,7 @@ <h4 id=processing-model-5><span class=secno>8.4.4 </span>Processing model</h4>
</ol></li>

</ol><hr><p>When a key event is to be routed in a <a href=#top-level-browsing-context>top-level browsing context</a>, the user agent
must run the follow steps:</p>
must run the following steps:</p>

<ol><li><p>Let <var title="">target area</var> be the <a href=#currently-focused-area-of-a-top-level-browsing-context title="currently focused area of a
top-level browsing context">currently focused area of the top-level browsing
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -77089,7 +77089,7 @@ loadMySprites().then(runDemo);</pre>
</ol></li>

</ol><hr><p>When a key event is to be routed in a <a href=#top-level-browsing-context>top-level browsing context</a>, the user agent
must run the follow steps:</p>
must run the following steps:</p>

<ol><li><p>Let <var title="">target area</var> be the <a href=#currently-focused-area-of-a-top-level-browsing-context title="currently focused area of a
top-level browsing context">currently focused area of the top-level browsing
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -86268,7 +86268,7 @@ loadMySprites().then(runDemo);</pre>
<hr>

<p>When a key event is to be routed in a <span>top-level browsing context</span>, the user agent
must run the follow steps:</p>
must run the following steps:</p>

<ol>

Expand Down

0 comments on commit 52f007b

Please sign in to comment.