-
Notifications
You must be signed in to change notification settings - Fork 10
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
Clarify association between elements and EditContext #40
Comments
At least, form controls (except On the other hand, the DOM API allows to put any elements as children as any elements. Therefore, there are some tricky cases even if the spec restrict the elements can work with |
This was discussed in today's WG meeting. We resolved to keep the API on
|
@annevk said in #19 (comment):
The current design roughly follows
contenteditable
. Settingelement.editContext = ...;
parallels settingelement.contentEditable = true;
. But if there's a good reason to have the association API on the EditContext instead then we should consider that.Also, we should formalize the "associated element" relationship in the spec with a
<dfn>
.The text was updated successfully, but these errors were encountered: