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

> +          forms its <a>control group</a>.
> +        </p>
> +
> +        <p>For a given <a>shadow root</a>, its <a>sequential focus navigation order</a> consists of
> +          <a data-lt="focusable area">focusable areas</a> in its <a>shadow tree</a>
> +          except descendants of a <a>shadow host</a>.
> +          The order is tree order.
> +        </p>
> +
> +        <p>For a given <a>slot</a> element,
> +          its <a>sequential focus navigation order</a> consists of
> +          <a data-lt="focusable area">focusable areas</a> of its <a>assigned nodes</a>
> +          and descendants of the <a>assigned nodes</a>.
> +          If a given slot's assigned nodes is empty, its
> +          <a>sequential focus navigation order</a> consists of
> +          <a data-lt="focusable area">focusable areas</a> of its fallback contents.

Fallback contents are not well defined.
Also do not forget that <slot> can be a descendant of another <slot>.


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

Received on Thursday, 18 February 2016 13:49:20 UTC