So, I read the article and, as I understand it, each widget of its own browser is a combination of basic elements, styles and scripts. This begs the question - if they consist of basic building blocks, does this mean that there is a way to configure them via JavaScript? And I don't mean the alternative way some JavaScript libraries / plugins do it - simply by accessing their Shadow DOM properties and, for example, adding some CSS styles to them. In addition, this page has some use cases, but nothing practical.
Has anyone ever tried something like this? Is it even possible? Downsides?
Thanks.
source share