-
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…
-
## Problem
Currently, layers all need to be explicitly defined. This means the page author needs to be very disciplined in setting their layer order upfront, before adding any “real” styles.
Thi…
-
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…
-
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…
-
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…
-
## 😯 Problem to Solve
Users may want to select (for copy/paste) non-interactive text that is part of a Nimble component. Examples of this include labels (including buttons), error message text, tab…
-
Current: (both images are the same window width and height)
1. First image is the normal size cc popup in course schedule/catalog site
2. Second image is the cc popup in the calendar view. Text is la…
-
### Feature Description
We want to refactor the pearl chain to be more idiomatic to web components.
``:
After discussion, we decided to exclude arrival and departure properties from `sbb-pear…
-
### Overview
Currently, developers have to rely on `focusin`/`focusout` (composable + bubbling) from component internals or using, internal, blur/focus events for a few components.†
The goal for …