-
Notifications
You must be signed in to change notification settings - Fork 297
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
Upstream delegatesFocus
property of ShadowRootInit from W3C spec.
#367
Comments
I was wondering if HTML could perhaps define that extension since DOM doesn't really say much about focus. But I suppose that's impossible due to the way dictionaries work. |
I'll handle this with whatwg/html#2013 |
Let's track the issue in whatwg/html#2013 and close this. |
Ah, maybe it's worth keeping this issue - we have to tweak ShadowRootInit et al. in dom spec. |
Just a side note: This reminds me of some very interesting discussions that we had at TC39 a while ago about language APIs, and how they are perceived by a larger community of developers. |
@TakayoshiKochi I think we should probably augment it in HTML via |
@caridy I think only Chrome shipped it, but I believe there was also rough agreement on this API shape already I believe, so it would be kinda bad to ask them to rename at this point. |
Fixes #367, i.e. the DOM part of whatwg/html#2013. Further commits in HTML will use this flag.
The W3C Shadow DOM spec defined a property of ShadowRootInit dictionaries called
delegatesFocus
. This property still needs to be brought into the WHATWG DOM spec.The text was updated successfully, but these errors were encountered: