mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
5 lines
215 B
HTML
5 lines
215 B
HTML
<!doctype html><html lang=en><title>Document</title><body><style>c-e::part(textspan){color:red}</style><template id=c-e-template>
|
|
<span part="a b c textspan">This text will be red</span>
|
|
</template>
|
|
|
|
<c-e></c-e> |