-
In `minimal-dark-zen-ui/index.less`:
Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop usi…
-
In `linter-ocaml/styles/merlin.atom-text-editor.less`:
Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means y…
-
The LWC compiler will complain if the CSS contains an ID selector:
```css
#foo {
color: red;
}
```
```
[!] (plugin rollup-plugin-lwc-compiler) Error: CssSyntaxError: LWC1009: /file.css:6:…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
I placed a react-native-web component in a shadow root, and the styles were wrong. Sp…
-
Hi, hope you all are well :)
## motivation
Currently, `Element.prototype.contains()` doesn't see slotted elements as children.
```
#shadow-root
this is slotted
```
```
div.co…
-
The keyboard does not work in Webcomponents. Maybe cause of Shadow dom?
see: https://www.webcomponents.org/element/PolymerElements/paper-input
-
-
### Description of the bug
I have integrated templates into a flow view via @JsModule("") annotation and cannot use style definitions on the application theme in Dev Mode. Not even as described in …
-
This seems to be a recurring issue, but this time too many elements are submitted, including the ones that are in shadow-root.
For example if your form has a paper-dropdown-menu the following will …
-
It's not possible to sort a column (or know whether a given column is sortable, and if so which direction it has) by using GridElement API.
`GridElement::getHeaderCell` returns the `th` in Grid's s…