servo / servo

Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine
https://servo.org
Mozilla Public License 2.0
28.53k stars 3.04k forks source link

Support Web Components #34319

Open gterzian opened 4 days ago

gterzian commented 4 days ago

As per MDN, Web Components is "is a suite of different technologies allowing you to create reusable custom elements". This issue is a place to track our support for these technologies.

jdm commented 4 days ago

We implemented custom elements and the registry as a gaoc project. Lots of tests are passing but there's still room for improvement: https://wpt.fyi/results/custom-elements?label=master&label=experimental&product=chrome&product=firefox&product=servo&aligned

https://github.com/servo/servo/issues/9372