Changes between Initial Version and Version 1 of Ticket #49999, comment 11
- Timestamp:
- 05/21/2020 10:31:07 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49999, comment 11
initial v1 44 44 }}} 45 45 46 Then there would need to be a middle, mapping step to plug the color values in to the UI - I'm not totally sure what that would be, but perhaps a flavor of UI, maybe theme vs. Gutenberg vs. wp-admin:46 Then there would need to be a middle, mapping step to plug the color values in to the UI based on a context - I'm not totally sure what that context would be, but perhaps a flavor of UI such as theme vs. Gutenberg vs. wp-admin, or even variations on a component: 47 47 48 48 … … 71 71 } 72 72 }}} 73 74 Aside: I believe `hsl` color values are most appropriate for design system colors, but need to confirm that. So pretend the above examples are hsl, maybe. 73 75 74 76 75 One requirement to this kind of approach is assuring appropriate color contrast with automated tests.