Re: [w3c/webcomponents] Fix #556, make focus navigation work when shadow host's tabindex is -1 (#557)

> @@ -1284,7 +1290,7 @@
>                <ol>
>                  <li>If <var>ELEMENT</var> is a shadow host:
>                    <ol>
> -                    <li>Unless its shadow root’s delegatesFocus flag is set, append<var> ELEMENT</var> to <var>MERGED-NAVIGATION-ORDER</var>.</li>
> +                    <li>If it is focusable, its <a>tabindex</a> value is not negative, and its <a>shadow root</a>’s delegatesFocus flag is not set, append <var>ELEMENT</var> to <var>MERGED-NAVIGATION-ORDER</var>.</li>

This condition in the sentence might be confusing. Could you say ELEMENT has to satisfies every conditions explicitly?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/557/files/a5929ff64f56951ea6ec605bed7972e42e8e53be#r76719386

Received on Tuesday, 30 August 2016 01:49:46 UTC