Top "Shadow-dom" questions

Shadow DOM, a key part of Web Components, allows you to create component-based apps using a subtree of DOM elements maintained in isolation from the main DOM.

Is it possible to always show up/down arrows for input "number"?

I want to always show up/down arrows for input "number" field. Is this possible? So far I haven't had …

html css input webkit shadow-dom
What do /deep/ and ::shadow mean in a CSS selector?

In looking at Polymer, I see the following CSS selector in the Styles tab of Chrome 37's developer tools: I've …

css html polymer web-component shadow-dom
Style html,body from web component (Angular 2)

I'm working on a LoginComponent in Angular 2 that should "restyle" the html and body tags, so I can put in …

angular shadow-dom
Is Shadow DOM fast like Virtual DOM in React.js?

Does implementing Shadow DOM in my projects will make them faster like virtual DOM that's used by React?

dom web-component shadow-dom virtual-dom
Is it possible to access Shadow DOM elements through the parent document?

This question is more aimed at user-created shadow DOM elements, but for accessibility I'll use the date input type for …

javascript html web-component shadow-dom
Render content between the component tags

When a component is rendered, content inside it is ignored, for example: import { Component } from '@angular/core'; @Component({ selector: …

angular shadow-dom
Using querySelector to find nested elements inside a Polymer template returns null

I'm trying to use paper-tabs inside new element (tabs-list) but after print tabs I can't use querySelector to change selected …

javascript polymer shadow-dom
Does Angular 2 use Shadow DOM or a Virtual DOM?

What does Angular 2 use to update the DOM. Is it Shadow DOM or Virtual DOM ? Was there any such concept …

angular shadow-dom virtual-dom
What does :host /deep/ selector mean?

Please explain in a straightforward way what :host /deep/ means: :host /deep/ .ui-autocomplete { width: 85%; }

css angular shadow-dom
SVG shadow-root is closed

I have tried to animate an svg-sprite with CSS. I’ve created a sprite and injected it from gulp: gulp.…

css svg gulp shadow-dom svg-sprite