[html5] r8340 - [e] (0) Rearrange text from r8338 to be less ambiguous. Fixing https://www.w3.or [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 11 09:15:42 PST 2013
Author: ianh
Date: 2013-12-11 09:15:41 -0800 (Wed, 11 Dec 2013)
New Revision: 8340
Modified:
complete.html
index
source
Log:
[e] (0) Rearrange text from r8338 to be less ambiguous.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23366
Affected topics: CSS, DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2013-12-11 01:14:29 UTC (rev 8339)
+++ complete.html 2013-12-11 17:15:41 UTC (rev 8340)
@@ -51081,12 +51081,11 @@
<li>
- <p>Let <var title="">control</var> be the first element in tree order whose nearest ancestor
- <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var> and that has an <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute specified, if any.</p>
+ <p>Let <var title="">control</var> be the first element in tree order that has an <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute specified and whose nearest ancestor
+ <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var>, if any.</p>
<p>If there isn't one, then let <var title="">control</var> be the first element in tree order
- whose nearest ancestor <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var> and that is
- <a href=#focusable>focusable</a>, if any.</p>
+ that is <a href=#focusable>focusable</a> and whose nearest ancestor <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var>, if any.</p>
<p>If there isn't one of those either but <var title="">subject</var> itself is
<a href=#focusable>focusable</a>, then let <var title="">control</var> be <var title="">subject</var>. (This is unusual.)</p>
Modified: index
===================================================================
--- index 2013-12-11 01:14:29 UTC (rev 8339)
+++ index 2013-12-11 17:15:41 UTC (rev 8340)
@@ -51081,12 +51081,11 @@
<li>
- <p>Let <var title="">control</var> be the first element in tree order whose nearest ancestor
- <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var> and that has an <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute specified, if any.</p>
+ <p>Let <var title="">control</var> be the first element in tree order that has an <code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code> attribute specified and whose nearest ancestor
+ <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var>, if any.</p>
<p>If there isn't one, then let <var title="">control</var> be the first element in tree order
- whose nearest ancestor <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var> and that is
- <a href=#focusable>focusable</a>, if any.</p>
+ that is <a href=#focusable>focusable</a> and whose nearest ancestor <code><a href=#the-dialog-element>dialog</a></code> element is <var title="">subject</var>, if any.</p>
<p>If there isn't one of those either but <var title="">subject</var> itself is
<a href=#focusable>focusable</a>, then let <var title="">control</var> be <var title="">subject</var>. (This is unusual.)</p>
Modified: source
===================================================================
--- source 2013-12-11 01:14:29 UTC (rev 8339)
+++ source 2013-12-11 17:15:41 UTC (rev 8340)
@@ -56366,13 +56366,13 @@
<li>
- <p>Let <var data-x="">control</var> be the first element in tree order whose nearest ancestor
- <code>dialog</code> element is <var data-x="">subject</var> and that has an <code
- data-x="attr-fe-autofocus">autofocus</code> attribute specified, if any.</p>
+ <p>Let <var data-x="">control</var> be the first element in tree order that has an <code
+ data-x="attr-fe-autofocus">autofocus</code> attribute specified and whose nearest ancestor
+ <code>dialog</code> element is <var data-x="">subject</var>, if any.</p>
<p>If there isn't one, then let <var data-x="">control</var> be the first element in tree order
- whose nearest ancestor <code>dialog</code> element is <var data-x="">subject</var> and that is
- <span>focusable</span>, if any.</p>
+ that is <span>focusable</span> and whose nearest ancestor <code>dialog</code> element is <var
+ data-x="">subject</var>, if any.</p>
<p>If there isn't one of those either but <var data-x="">subject</var> itself is
<span>focusable</span>, then let <var data-x="">control</var> be <var
More information about the Commit-Watchers
mailing list