Changes between Initial Version and Version 1 of RedesignedFormControlsAndDarkModeCSS


Ignore:
Timestamp:
Oct 12, 2018 5:17:13 PM (5 years ago)
Author:
Jon Davis
Comment:

Notes from 2018 WebKit Contributors Meeting

Legend:

Unmodified
Added
Removed
Modified
  • RedesignedFormControlsAndDarkModeCSS

    v1 v1  
     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?'''
     16It’s been considered, or maybe transparent to the background. Default text color would need to change too. It's a rabbit hole.
     17