[html5] r8524 - [e] (0) Remove an extraneous 'Otherwise' in the focus chain definition Fixing ht [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 5 15:20:04 PST 2014


Author: ianh
Date: 2014-03-05 15:20:03 -0800 (Wed, 05 Mar 2014)
New Revision: 8524

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove an extraneous 'Otherwise' in the focus chain definition
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24936
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2014-03-05 23:17:23 UTC (rev 8523)
+++ complete.html	2014-03-05 23:20:03 UTC (rev 8524)
@@ -76581,7 +76581,8 @@
 
    <li>
 
-    <p>Otherwise, if <var title="">current object</var> is a <code><a href=#the-dialog-element>dialog</a></code> object in a
+<!--CLEANUP-->
+    <p>If <var title="">current object</var> is a <code><a href=#the-dialog-element>dialog</a></code> object in a
     <i><a href=#dialog-group>dialog group</a></i>, let <var title="">current object</var> be that <i><a href=#dialog-group>dialog
     group</a></i>'s <a href=#dialog-group-manager title="dialog group manager">manager</a>, and return to the step
     labeled <i>loop</i>.</p>

Modified: index
===================================================================
--- index	2014-03-05 23:17:23 UTC (rev 8523)
+++ index	2014-03-05 23:20:03 UTC (rev 8524)
@@ -76581,7 +76581,8 @@
 
    <li>
 
-    <p>Otherwise, if <var title="">current object</var> is a <code><a href=#the-dialog-element>dialog</a></code> object in a
+<!--CLEANUP-->
+    <p>If <var title="">current object</var> is a <code><a href=#the-dialog-element>dialog</a></code> object in a
     <i><a href=#dialog-group>dialog group</a></i>, let <var title="">current object</var> be that <i><a href=#dialog-group>dialog
     group</a></i>'s <a href=#dialog-group-manager title="dialog group manager">manager</a>, and return to the step
     labeled <i>loop</i>.</p>

Modified: source
===================================================================
--- source	2014-03-05 23:17:23 UTC (rev 8523)
+++ source	2014-03-05 23:20:03 UTC (rev 8524)
@@ -85675,7 +85675,8 @@
 
    <li>
 
-    <p>Otherwise, if <var data-x="">current object</var> is a <code>dialog</code> object in a
+<!--CLEANUP-->
+    <p>If <var data-x="">current object</var> is a <code>dialog</code> object in a
     <i>dialog group</i>, let <var data-x="">current object</var> be that <i>dialog
     group</i>'s <span data-x="dialog group manager">manager</span>, and return to the step
     labeled <i>loop</i>.</p>




More information about the Commit-Watchers mailing list