- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 23 Feb 2018 07:13:08 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 23 February 2018 07:15:37 UTC
That seems fine, but it does mean that builtin elements have "magic" place for storing such data. Basically for builtin elements for which you can call `attachShadow()` there's four places: magic internal slot -> shadow tree slot -> element AOM slot -> element ARIA slot. For custom elements there's three places: shadow tree slot -> element AOM slot -> element ARIA slot. -- 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/738#issuecomment-367929034
Received on Friday, 23 February 2018 07:15:37 UTC