Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delegatesFocus in the Shadow DOM spec. #480

Merged
merged 2 commits into from
Apr 8, 2016

Conversation

TakayoshiKochi
Copy link
Member

@TakayoshiKochi
Copy link
Member Author

@hayatoito PTAL this is continuation from #455.

@@ -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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you surround "delegate focus" by <dfn></dfn>? And reference it in other places.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

- Add <dfn></dfn> for "delegates focus" and add references for its
  usage.
- Replaced "The first focusable area in the tree order" with more
  precise wording, referring the next section's focus navigation order.
@TakayoshiKochi
Copy link
Member Author

@hayatoito PTAL

@hayatoito hayatoito merged commit 7c24614 into WICG:gh-pages Apr 8, 2016
@TakayoshiKochi TakayoshiKochi deleted the delegatesFocus3 branch May 9, 2016 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants