Re: [w3c/webcomponents] Add delegatesFocus in the Shadow DOM spec. (#480)

> @@ -1137,6 +1137,20 @@
>        </section>
>  
>        <section>
> +        <h3>Focus</h3>
> +      <p>A <a>shadow host</a> can delegate focus to its <a>shadow root</a> by assigning a boolean <a href="#widl-ShadowRootInit-delegatesFocus">delegatesFocus</a> flag to be true in <a href="#idl-def-ShadowRootInit">ShadowRootInit</a> dictionary. If omitted, a <a>shadow host</a> does not delegate focus to its shadow root, and the shadow host itself can be focusable.</p>

Done.

---
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/480/files/807ca2e12c632601d56cc2e6e75f08f9fdbd91b7#r58981558

Received on Friday, 8 April 2016 05:26:55 UTC