Una Kravets

Results 76 comments of Una Kravets

Question: why is there a `main.css` AND a `style.css?` They look almost identical

+100 we need this feature. And combined with https://github.com/whatwg/html/issues/3567 I think this will solve a lot of the issues right now with `popover` vs. `dialog` choices.

Toggles are very popular. They are often a component that a design system provides because there is no 1-to-1 styled mapping to existing HTML, so +1 I do think they're...

@josepharhar -- in the existing (selectlist) implementation, `button` and `datalist` are optional. I.e. this example https://codepen.io/una/pen/vYPmyRM ``` Select an account Patrick Brosset Personal Account Microsoft Edge Team Account ``` Is...

I chatted with @mfreed7 and @josepharhar about a potential placeholder solution which is relatively simple and solves a lot of open questions. **TLDR; Align with what `select` does for placeholders:...

1. Yes, it should. Currently, select will show "Disco" as the placeholder here: ``` Disco Select a value ``` 2. Currently, select will choose the first option (if there isn't...

@brechtDR I recall we've talked about a `placeholder` attribute before but it didn't really get anywhere. I wouldn't be against it, but would need to define its utility and if...

This is looking good, I think it would look closer with a gradient applied to it to darken the edges

Any updates? also please resolve merge conflicts!

Sounds good to me :) I turned it on -- wanna make a config and put in a PR?