TAMURA, Kent
TAMURA, Kent
(I delegate to @mfreed7. I'm not responsible for HTML any longer.)
@cdumez or @rniwa What do you think about following the Firefox behavior?
I don't oppose the opinion that switches are stylistic variants of checkboxes. However, switch should be implemented as a separated type because its UI is different from checkbox. A switch...
At this moment, my conclusion is (B) with `on`. If we implemented the switch control as ``, we should follow the existing convention. However we'd like to introduce new element...
Options: - A) CSS custom property; e.g. ```:root { --std-control-theme: match-platform; }``` - Problem: It's difficult to detect CSS value changes in a custom element implementation. - Problem: Unable to...
I don't think it's possible to standardize specific themes like the demo page. Asking WebKit to implement Material Design theme isn't reasonable. As written in the explainer, we just need...
@justinfagnani I'm not sure what you're asking. Do you have a concern like platform-specific appearances might have difference default sizes?
I'll update the demo so that it doesn't specify cocoa/fluent/material themes.
@justinfagnani I think platform-specific themes may have different default sizes, and web authors should choose the cross-platform theme if they need interoperability. We have an option that the standard asks...
This repository has no license term and no contribution agreement now. So I need to take care of the copyright of your changes. * I'll drop your changes of ```switch.mjs```...