@
Status | |
---|---|
Custom Elements | Working draft 16.12.14 |
Shadow DOM | Working draft 06.10.15 |
HTML Elements | Working draft 18.03.14 |
HTML Imports | Working draft 11.03.14 |
<div class="example">
<p id="text">Lorem ipsum ... </p>
<div id="container">
#shadow-root
<p id="text">Kolorowy tekst!</p>
<style>
p {
color: #2f6f9f;
}
#text {
font-size: 20p;
}
</style>
</div>
</div>