Re: [webcomponents] Proposed change for Focus Navigation (#381)

> +          <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

We do not need to mention this.
Please try to have a general rule which covers this case.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/381/files#r52731119

Received on Friday, 12 February 2016 11:32:58 UTC