-
# Broken Website Report
## Website Address
https://wpt.fyi/results/css/css-values?label=master
## Steps To Reproduce
Test with Dynamic dark mode
## Expected Behavior
Readable
…
-
In index.less: Target the selector `:host, atom-text-editor` instead of `.editor` for shadow DOM support.
-
When using `fastclick` with `https://github.com/webcomponents/webcomponentsjs` (to polyfill Shadow DOM) `` components don't do anything when clicked on iOS9.
This is only a problem within shadow root…
-
t4: "Match container in outer tree for :host"
t7: "Match container in outer tree for :host::before"
t10: "Match container for slot light tree child fallback"
- [x] resolve pipeline issues
- [x] …
-
In `open-plus\styles\open-plus.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 us…
-
As a developer who often works with custom elements and shadow DOM, I would love to have access to open-props using [constructible stylesheets](https://web.dev/articles/constructable-stylesheets) as a…
-
In `neutron-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 using `:host…
-
In `neutron-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 using `:host…
-
In `tool-bar\styles\tool-bar.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 usin…
-
Stage 4 of the proposal will allow for the "ability to walk the computed tree structure including virtual nodes" but has very little to say about how accessibility nodes can be identified during trave…