python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to change the styling of nested child element inside a shadow DOM using angular
I want to change the font style of a child element which is wrapped inside a parent element which is internally wrapped by others and finally it is enclosed inside a shadow root. Attaching the DOM tre...
Tulasi B S
Votes: 0
Answers: 2
How can I make an iframe available to a form target attribute inside shadowRoot?
I am having a situation where I have to submit a form to populate an iframe.
<form action="" target="iframe_name" method="Post">
</form>
<iframe id="i...
WarrenG
Votes: 0
Answers: 0
datepicker as custom-calendar using native-web component
I wanted to use native web in order to have custom calendar. I created js file and wrote some class that extends HTMLElement. Calendar pops up properly but the problem is that I can't choose a day in ...
user15111237
Votes: 0
Answers: 0
Injected CSS into the Shadow root. Yet styles are getting affected
I'm building a widget and to avoid css conflicts, I moved widget css into the Shadow root. But the parent website css style is affecting widget even then
Noticed error is happening because of this lin...
Arsene Wenger
Votes: 0
Answers: 2