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

> @@ -1139,6 +1141,27 @@
>            </li>
>          </ol>
>  
> +        <p>Likewise, the <a>sequential focus navigation order</a> for <a>distributed nodes</a>
> +          under a given <a>slot</a> <var>A</var> <strong>must</strong> be inserted into
> +          the <a>sequential focus navigation order</a> of the containing <a>shadow tree</a>'s
> +          <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>

You might want to clarify what "according to it's tabindex value" mean.

- A slot element is not focusable element. Thus, you should mention how tabindex value of a slot element is used in focus navigation order clearly.



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

Received on Friday, 12 February 2016 12:03:34 UTC