| 1 | = Redesigned Form Controls and Dark Mode CSS = |
| 2 | ''by Timothy Hatcher'' |
| 3 | |
| 4 | - Form Controls |
| 5 | - Looking at redesigning form controls across macOS, iOS, and now watchOS |
| 6 | - Designs for buttons, checkboxes radio buttons text/search fields, drop downs, sliders, file chooser, text area |
| 7 | - Dark Mode CSS |
| 8 | - Proposing: `@media( prefers-color-scheme: dark )` |
| 9 | - Need a solution for sites to tell us they support a dark mode interface |
| 10 | - Proposing: `<meta name=“supported-color-schemes” content=“light dark”>` |
| 11 | |
| 12 | |
| 13 | == Questions == |
| 14 | |
| 15 | '''Will we change default background color?''' |
| 16 | It’s been considered, or maybe transparent to the background. Default text color would need to change too. It's a rabbit hole. |
| 17 | |