Westbrook Johnson
Westbrook Johnson
We currently support `label` as HTML: ```html ${label} ```
Interesting. I'd want to know more about that pattern, and the accessibility model for it, before committing to a specific set of work in this area.
Oh, I'm more wondering about the extended UI. I see this as [label content](https://studio.webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/jeIGAXHMUrTp6hGMquoD/src/index.ts?branch=swatch-box%40wfVpXdsTYhf9mY2slxW4t2Y2SjC3&p=stories), for the first two: ```html Fill ``` But the last is unclear: ```html Background blue ```...
Some quick documentation points: - managing the events in the merged DOM tree https://opensource.adobe.com/spectrum-web-components/migrations/2023-8-18/#prepare-for-descendant-overlays-to-exist-in-the-same-dom-tree - the `overlay` property on these events ``` type OverlayStateEvent = Event & { overlay: Overlay;...
This is a bug specifically in Chromium's implementation at the intersection of `[popover]` and `showModal()` that has been addressed in the _next_ Chromium version. That being said, we do need...
In this situation did `pnpm dedupe` (as see here https://opensource.adobe.com/spectrum-web-components/registry-conflicts/#with-npm-or-pnpm) not prevent the duplication of dependencies? My understand is that would resolve up, but should flatten to the top of...
This is super helpful research. We'll need a little time to process. I get a bad feeling this is a not everyone can be happy thing, but trying to make...
The currently released version on this tool supports both pre and post 2.0 versions of lit regardless of what we use internally. Are there specific issue that you’re seeing @JosefJezek?
This definitely intersects with what's going on in here: https://github.com/istanbuljs/istanbuljs/issues/207, as while I get this issue in a handful of places, I can move it around by changing the use...
It is certainly possible, however I can report that the change specifically removed some instances of the following in my project. 