- From: Rob Eisenberg <notifications@github.com>
- Date: Sat, 06 May 2023 11:38:47 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 6 May 2023 18:38:52 UTC
@mangelozzi It depends. In Chromium, DevTools use a lot of Web Components. In Edge, parts of the shell are built with Web Components. Not all HTMLElements are internally built with Web Components, but some are. For example, the `video` elements is built with the C++ side of the Web Components API in Chromium (if I remember correctly). Work on the new `selectmenu` element was all being done with the C++ Web Component APIs in Chromium as well. That hasn't shipped yet though. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/809#issuecomment-1537199231 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/809/1537199231@github.com>
Received on Saturday, 6 May 2023 18:38:52 UTC