Skip to content

Commit

Permalink
[e] (0) Remove an extraneous 'Otherwise' in the focus chain definition
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24936
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8524 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 5, 2014
1 parent e44030c commit 20f8e73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -76581,7 +76581,8 @@ <h4 id=data-model><span class=secno>8.4.2 </span>Data model</h4>

<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>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -76581,7 +76581,8 @@ loadMySprites().then(runDemo);</pre>

<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>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -85675,7 +85675,8 @@ loadMySprites().then(runDemo);</pre>

<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>
Expand Down

0 comments on commit 20f8e73

Please sign in to comment.