Steven Spriggs

Results 179 comments of Steven Spriggs

> maybe this should be called ``? I referenced this question in the issue before I saw your comment here. My thought is that `` is different. This is explicitly...

Expanding on what Benny already mentioned. The container attribute was intended to target an ancestor not explicitly owned by the component. This is necessary for the resize observer to set...

> I would make the default for `` `loading="lazy"` and then authors could override it to `eager` if necessary. The image is light dom. uxdot-example only wraps the image with...

Likely we need a `user-select: none;` on the tooltip text.

Closing this PR as stale

We will need to explore this with Design @coreyvickery @marionnegp to define which colors are used/accessible across the color palettes: `lightest | lighter | light | dark | darker |...

@saraDahanCode `::selection` breaks through the shadowdom encapsulation. So it would be applied at the page layer. In this case, the base @layer in docs/styles/styles.css

> [@saraDahanCode](https://github.com/saraDahanCode) If you still need access, please provide your e-mail. @coreyvickery i shared the code that was needed just need a design review sign off on the PR now.

I think we just need to apply a width to the host ```css :host { width: 100%; } ```

went ahead and added this change as well as nested the CSS if you feel like it's too much feel free to revert and just add the width to 100%...