- From: TAMURA, Kent <notifications@github.com>
- Date: Tue, 14 Aug 2018 21:30:09 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 August 2018 04:30:30 UTC
Many people are favor of the third one. Let's proceed with the third one if no one has a strong opinion against it. We need to define the followings: ## Interface name ```HTMLElementPrimitives``` (drop ```HTML```?), ```ElementSemantics```, etc. Please reply your ideas. ## Callback First I thought we could add a ```Something``` argument to ```connectedCallback```, but I found that custom element implementations needed to call a protected API before connecting to a document tree in Form Participation API. So we should introduce new callback. My current proposal is ```createdCallback```, which is called just after upgrade, maybe before ```attributeChangedCallback```. -- 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/issues/758#issuecomment-413091201
Received on Wednesday, 15 August 2018 04:30:30 UTC