- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 08 Oct 2018 01:25:42 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 8 October 2018 08:26:04 UTC
@caridy I think `connectedCallback` is a little weird. E.g., if I do `const ce = new CustomElement()`, I wouldn't want to have to do `treeItem.append(ce)` before being able to setup various aspects of its behavior. I'm also not sure all your assumptions are necessarily correct. E.g., if we allow setting ARIA roles and states through it, I'd expect those to be observable if we also add an API for computed ARIA role or some such. -- 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-427755250
Received on Monday, 8 October 2018 08:26:04 UTC