- From: Hayato Ito <notifications@github.com>
- Date: Thu, 07 Apr 2016 21:30:16 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 8 April 2016 04:30:49 UTC
> @@ -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> Could you surround "delegate focus" by `<dfn></dfn>`? And reference it in other places. --- 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#r58979002
Received on Friday, 8 April 2016 04:30:49 UTC