-
Notifications
You must be signed in to change notification settings - Fork 3
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
Delegate something that isn't provided #21
Comments
What do you mean by "provided implicitly"? Does this overlap with |
Probably @bkardell can clarify, as this is a question from him in the original issue. |
Yeah, I just meant that you could have something like
and if you are literally just delegating attributes down the tree that doesn't help all of the native built-in roles/relationships I guess? |
Is this the same as reflection/exporting? In your example, the Also related: #13 (since |
WCCG had their spring F2F in which this was discussed. You can read the full notes of the discussion (WICG/webcomponents#978 (comment)) in which this was discussed, heading entitled "ARIA Mixin & Cross Root ARIA" - where this issue was specifically discussed. In the meeting, present members of WCCG reached a consensus to discuss further in breakout sessions. I'd like to call out that WICG/webcomponents#1005 is the tracking issue for that breakout, in which this will likely be discussed. |
This is a separated issue extracted from #7.
What should happen if you delegate something and it isn't provided? Could it be provided implicitly somehow?
Example:
The text was updated successfully, but these errors were encountered: