[html5] r8527 - [e] (0) typo in key event routing algorithm Fixing https://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 5 15:25:39 PST 2014
Author: ianh
Date: 2014-03-05 15:25:38 -0800 (Wed, 05 Mar 2014)
New Revision: 8527
Modified:
complete.html
index
source
Log:
[e] (0) typo in key event routing algorithm
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24926
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-03-05 23:24:24 UTC (rev 8526)
+++ complete.html 2014-03-05 23:25:38 UTC (rev 8527)
@@ -77089,7 +77089,7 @@
</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
Modified: index
===================================================================
--- index 2014-03-05 23:24:24 UTC (rev 8526)
+++ index 2014-03-05 23:25:38 UTC (rev 8527)
@@ -77089,7 +77089,7 @@
</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
Modified: source
===================================================================
--- source 2014-03-05 23:24:24 UTC (rev 8526)
+++ source 2014-03-05 23:25:38 UTC (rev 8527)
@@ -86268,7 +86268,7 @@
<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>
More information about the Commit-Watchers
mailing list