- From: Hayato Ito <notifications@github.com>
- Date: Fri, 12 Feb 2016 03:33:13 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Message-ID: <w3c/webcomponents/pull/381/r52731263@github.com>
> + <a>sequential focus navigation order</a> as follows:</p> > + <ol> > + <li>The <a>sequential focus navigation order</a> for its <a>distributed nodes</a> > + <strong>must</strong> be skipped if A is assigned <a>tabindex</a> value -1. > + <li>If <var>A</var> is not given <a>tabindex</a>, > + The <a>sequential focus navigation order</a> for its <a>distributed nodes</a> > + <strong>must</strong> be inserted in place of <var>A</var> as if <var>A</var> > + were assigned the <a>tabindex</a> value 0 for determining its position.</li> > + <li>Otherwise the <a>sequential focus navigation order</a> for its > + <a>distributed nodes</a> <strong>must</strong> be inserted in place of > + <var>A</var> according to its <a>tabindex</a> value.</li> > + </ol> > + <p class="note">When a <a>slot</a> <var>A</var> is assigned to another > + <a>slot</a> <var>B</var>, > + the <a>sequential focus navigation order</a> of <var>A</var>'s <a>distributed nodes</a> > + is inserted into <var>B</var>'s <a>sequential focus navigation order</a> following Wrong. A's scope is not flattened into B. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/pull/381/files#r52731263
Received on Friday, 12 February 2016 11:33:50 UTC