Tag Archives: shadow dom

Shadow DOM Support with Smart UI 7.7.1

What is Shadow DOM? The shadow DOM is an encapsulated version of the DOM. This allows authors to effectively isolate DOM fragments from one another, including anything that could be used as a CSS selector and the styles associated with … Continue reading
Uncategorized
, , , , , ,

Leave a comment

Constructable Stylesheets

Constructable Stylesheets make it possible to create stylesheets imperatively by invoking the CSSStyleSheet() constructor. The CSSStyleSheet object has two new methods that make it safer to add and update stylesheet. These methods are replace and replaceSync. replace() returns a Promise … Continue reading
Uncategorized
,

Leave a comment