Re: [w3c/webcomponents] Add delegatesFocus to the spec (#455)

> @@ -1567,6 +1581,8 @@
>          <dl class="idl" title="dictionary ShadowRootInit">
>            <dt>required ShadowRootMode mode</dt>
>            <dd>Specifies the associated <a>mode</a> of <a>ShadowRoot</a></dd>
> +          <dt>boolean delegatesFocus</dt>
> +          <dd>Specifies whether shadow host delegates focus to its <a>ShadowRoot</a>. If omitted, the default value is false.</dd>

Use the default value in Web IDL.

---
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/455/files/092c765527b669e6ca0d43badb68aa0bcd56812f#r58002655

Received on Thursday, 31 March 2016 05:28:24 UTC